Uses of Class
com.cercalia.sdk.model.snaptoroad.SnapToRoadOptions
Packages that use SnapToRoadOptions
Package
Description
Snap to Road data models.
Core services for interacting with Cercalia APIs.
-
Uses of SnapToRoadOptions in com.cercalia.sdk.model.snaptoroad
Methods in com.cercalia.sdk.model.snaptoroad that return SnapToRoadOptionsModifier and TypeMethodDescription@NotNull SnapToRoadOptionsSnapToRoadOptions.Builder.build()static @NotNull SnapToRoadOptionsSnapToRoadOptions.defaults() -
Uses of SnapToRoadOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type SnapToRoadOptionsModifier and TypeMethodDescription@NotNull SnapToRoadResultSnapToRoadService.match(@NotNull List<SnapToRoadPoint> points, @NotNull SnapToRoadOptions options) Match GPS track points to the road network.@NotNull CompletableFuture<SnapToRoadResult>SnapToRoadService.matchAsync(@NotNull List<SnapToRoadPoint> points, @NotNull SnapToRoadOptions options) Match GPS track points to the road network asynchronously.@NotNull SnapToRoadResultSnapToRoadService.matchWithGroups(@NotNull List<Coordinate> coords, int groupSize, @NotNull SnapToRoadOptions options) Match GPS track with automatic segment grouping by attribute.@NotNull CompletableFuture<SnapToRoadResult>SnapToRoadService.matchWithGroupsAsync(@NotNull List<Coordinate> coords, int groupSize, @NotNull SnapToRoadOptions options) Match GPS track with automatic segment grouping by attribute asynchronously.