WorldEnvelope Data Type

This class calculates borders of envelopes that can be also on 180th meridian The same way as it was previously calculated in GraphMetadata constructor

Implemented Interfaces
Serializable
Properties
name data type constraints description
lowerLeftLongitude number required
lowerLeftLatitude number required
upperRightLongitude number required
upperRightLatitude number required

Example

{
  "lowerLeftLongitude" : 12345.0,
  "lowerLeftLatitude" : 12345.0,
  "upperRightLongitude" : 12345.0,
  "upperRightLatitude" : 12345.0
}