Package com.cercalia.sdk.model.poi
Class PoiAlongRouteOptions
java.lang.Object
com.cercalia.sdk.model.poi.PoiAlongRouteOptions
Options for searching POIs along a route.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull PoiAlongRouteOptions.Builderbuilder()@Nullable Integer@NotNull String@NotNull PoiRouteWeight@Nullable Integer
-
Method Details
-
getRouteId
- Returns:
- The unique identifier of the route.
-
getRouteWeight
- Returns:
- The optimization weight used for the route calculation.
-
getCategories
- Returns:
- The list of POI category codes to search for.
-
getBuffer
- Returns:
- The search buffer distance in meters.
-
getTolerance
- Returns:
- The maximum deviation tolerance in meters.
-
builder
- Returns:
- A new builder instance.
-