Uses of Enum
com.cercalia.sdk.model.poi.PoiRouteWeight
Packages that use PoiRouteWeight
-
Uses of PoiRouteWeight in com.cercalia.sdk.model.poi
Methods in com.cercalia.sdk.model.poi that return PoiRouteWeightModifier and TypeMethodDescription@NotNull PoiRouteWeightPoiAlongRouteOptions.getRouteWeight()@NotNull PoiRouteWeightPoiNearestWithRoutingOptions.getWeight()static PoiRouteWeightReturns the enum constant of this type with the specified name.static PoiRouteWeight[]PoiRouteWeight.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cercalia.sdk.model.poi with parameters of type PoiRouteWeightModifier and TypeMethodDescriptionPoiAlongRouteOptions.Builder.routeWeight(@NotNull PoiRouteWeight routeWeight) PoiNearestWithRoutingOptions.Builder.weight(@NotNull PoiRouteWeight weight)