Bounds

A Bounds object defines the geographical extent of a map.

Fields

A Bounds object contains the following fields:

Field Name Type Description
minX Float The x value of the lower left point.
minY Float The y value of the lower left point.
maxX Float The x value of the upper right point.
maxY Float The y value of the upper right point.

Example


{
    "minX": -3.756380109844111E7,
    "minY": -4.497601034176671E7,
    "maxX":  3.773376466605809E7,
    "maxY":  4.49763662218225E7
}