Class GeofenceOptions.Builder
java.lang.Object
com.cercalia.sdk.model.geofencing.GeofenceOptions.Builder
- Enclosing class:
- GeofenceOptions
Builder for
GeofenceOptions.-
Method Summary
Modifier and TypeMethodDescription@NotNull GeofenceOptionsbuild()@NotNull GeofenceOptions.Builder@NotNull GeofenceOptions.Builder
-
Method Details
-
shapeSrs
- Parameters:
shapeSrs- the SRS for shapes (e.g., "EPSG:4326", "EPSG:3857").- Returns:
- this builder.
-
pointSrs
- Parameters:
pointSrs- the SRS for points (e.g., "EPSG:4326", "EPSG:3857").- Returns:
- this builder.
-
build
- Returns:
- a new instance of
GeofenceOptions.
-