Class BoundingBox

java.lang.Object
com.here.platform.data.client.model.geojson.BoundingBox
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class BoundingBox extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

    • BoundingBox

      public BoundingBox(double westLongitude, double southLatitude, double eastLongitude, double northLatitude)
  • Method Details

    • westLongitude

      public double westLongitude()
    • southLatitude

      public double southLatitude()
    • eastLongitude

      public double eastLongitude()
    • northLatitude

      public double northLatitude()
    • getNorthLatitude

      public Double getNorthLatitude()
      Returns:
      The north latitude of the bounding box
    • getSouthLatitude

      public Double getSouthLatitude()
      Returns:
      The south latitude of the bounding box
    • getEastLongitude

      public Double getEastLongitude()
      Returns:
      The east longitude of the bounding box
    • getWestLongitude

      public Double getWestLongitude()
      Returns:
      The west longitude of the bounding box