Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Bounds

The Bounds class represent a rectangular area of the map in geographical coordinates.


Summary
The Bounds class represent a rectangular area of the map in geographical coordinates.
The Bounds constructor; Creates a new Bounds instance.
A Coordinate object that contains the top left coordinate.
A Coordinate object that contains the bottom right coordinate.

Constructors

Bounds

Bounds(Coordinate topLeft
Coordinate bottomRight)

The Bounds constructor; Creates a new Bounds instance.

Parameters

topLeftThe top left coordinate.
bottomRightThe bottom right coordinate.

Properties

topLeft

Coordinate topLeft

A Coordinate object that contains the top left coordinate. 

bottomRight

Coordinate bottomRight

A Coordinate object that contains the bottom right coordinate. 

Bounds(Coordinate topLeft
Coordinate bottomRight)
The Bounds constructor; Creates a new Bounds instance.
This is the base class of the provided coordinates classes.