Package com.cercalia.sdk.model.poi
Class PoiNearestWithRoutingOptions
java.lang.Object
com.cercalia.sdk.model.poi.PoiNearestWithRoutingOptions
Options for searching nearest POIs with routing distance/time calculation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull PoiNearestWithRoutingOptions.Builderbuilder()@Nullable String@Nullable Boolean@Nullable Integer@Nullable IntegergetLimit()@Nullable Integer@NotNull PoiRouteWeight
-
Method Details
-
getCategories
- Returns:
- The list of POI category codes to search for.
-
getWeight
- Returns:
- The optimization weight criteria for routing.
-
getLimit
- Returns:
- The maximum number of results to return.
-
getRadius
- Returns:
- The search radius in meters.
-
getInverse
- Returns:
- The inverse routing flag (0: from center to POIs, 1: from POIs to center).
-
getIncludeRealtime
- Returns:
- Whether to include real-time traffic data in routing calculation.
-
getDepartureTime
- Returns:
- The departure time in
YYYYMMDDHHmmformat.
-
builder
- Returns:
- A new builder instance.
-