-
@Serializable() public final class RouteGeofenceOptionsTuning for a route-geofencing session. All fields have sane defaults so a host can call
startRouteGeofencing(stops)with no options.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubledefaultRadiusMetersprivate final DoubletimeoutSecondsprivate final DoubleautoStopAfterDropoffSecondsprivate final BooleanmanualForeground
-
Constructor Summary
Constructors Constructor Description RouteGeofenceOptions(Double defaultRadiusMeters, Double timeoutSeconds, Double autoStopAfterDropoffSeconds, Boolean manualForeground)
-
Method Summary
Modifier and Type Method Description final DoublegetDefaultRadiusMeters()final DoublegetTimeoutSeconds()final DoublegetAutoStopAfterDropoffSeconds()final BooleangetManualForeground()-
-
Method Detail
-
getDefaultRadiusMeters
final Double getDefaultRadiusMeters()
-
getTimeoutSeconds
final Double getTimeoutSeconds()
-
getAutoStopAfterDropoffSeconds
final Double getAutoStopAfterDropoffSeconds()
-
getManualForeground
final Boolean getManualForeground()
-
-
-
-