Class BoundOptions

java.lang.Object
org.maplibre.nativejni.camera.BoundOptions

public final class BoundOptions extends Object
Mutable descriptor for map camera constraint options.
  • Constructor Details

    • BoundOptions

      public BoundOptions()
  • Method Details

    • hasBounds

      public boolean hasBounds()
    • bounds

      public LatLngBounds bounds()
    • bounds

      public BoundOptions bounds(LatLngBounds bounds)
    • clearBounds

      public BoundOptions clearBounds()
    • hasMinZoom

      public boolean hasMinZoom()
    • minZoom

      public Double minZoom()
    • minZoom

      public BoundOptions minZoom(double minZoom)
    • clearMinZoom

      public BoundOptions clearMinZoom()
    • hasMaxZoom

      public boolean hasMaxZoom()
    • maxZoom

      public Double maxZoom()
    • maxZoom

      public BoundOptions maxZoom(double maxZoom)
    • clearMaxZoom

      public BoundOptions clearMaxZoom()
    • hasMinPitch

      public boolean hasMinPitch()
    • minPitch

      public Double minPitch()
    • minPitch

      public BoundOptions minPitch(double minPitch)
    • clearMinPitch

      public BoundOptions clearMinPitch()
    • hasMaxPitch

      public boolean hasMaxPitch()
    • maxPitch

      public Double maxPitch()
    • maxPitch

      public BoundOptions maxPitch(double maxPitch)
    • clearMaxPitch

      public BoundOptions clearMaxPitch()