Class GeofenceOptions.Builder

java.lang.Object
com.cercalia.sdk.model.geofencing.GeofenceOptions.Builder
Enclosing class:
GeofenceOptions

public static final class GeofenceOptions.Builder extends Object
Builder for GeofenceOptions.
  • Method Details

    • shapeSrs

      @NotNull public @NotNull GeofenceOptions.Builder shapeSrs(@Nullable @Nullable String shapeSrs)
      Parameters:
      shapeSrs - the SRS for shapes (e.g., "EPSG:4326", "EPSG:3857").
      Returns:
      this builder.
    • pointSrs

      @NotNull public @NotNull GeofenceOptions.Builder pointSrs(@Nullable @Nullable String pointSrs)
      Parameters:
      pointSrs - the SRS for points (e.g., "EPSG:4326", "EPSG:3857").
      Returns:
      this builder.
    • build

      @NotNull public @NotNull GeofenceOptions build()
      Returns:
      a new instance of GeofenceOptions.