java.lang.Object
com.here.platform.location.integration.optimizedmap.geospatial.CommonBoundingBoxOps

public class CommonBoundingBoxOps extends Object
  • Constructor Details

    • CommonBoundingBoxOps

      public CommonBoundingBoxOps()
  • Method Details

    • northLatitude

      public static double northLatitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox)
    • southLatitude

      public static double southLatitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox)
    • eastLongitude

      public static double eastLongitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox)
    • westLongitude

      public static double westLongitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox)