Class PoiAlongRouteOptions

java.lang.Object
com.cercalia.sdk.model.poi.PoiAlongRouteOptions

public final class PoiAlongRouteOptions extends Object
Options for searching POIs along a route.
  • Method Details

    • getRouteId

      @NotNull public @NotNull String getRouteId()
      Returns:
      The unique identifier of the route.
    • getRouteWeight

      @NotNull public @NotNull PoiRouteWeight getRouteWeight()
      Returns:
      The optimization weight used for the route calculation.
    • getCategories

      @NotNull public @NotNull List<String> getCategories()
      Returns:
      The list of POI category codes to search for.
    • getBuffer

      @Nullable public @Nullable Integer getBuffer()
      Returns:
      The search buffer distance in meters.
    • getTolerance

      @Nullable public @Nullable Integer getTolerance()
      Returns:
      The maximum deviation tolerance in meters.
    • builder

      @NotNull public static @NotNull PoiAlongRouteOptions.Builder builder()
      Returns:
      A new builder instance.