Online Maps v3
|
The class contains the coordinates of the area boundaries. More...
Inherited by OnlineMapsWhat3WordsResultBase.Bounds.
Public Member Functions | |
OnlineMapsGeoRect () | |
Constructor. | |
OnlineMapsGeoRect (double left, double top, double right, double bottom) | |
Constructor. | |
Public Attributes | |
double | left |
Left longitude. | |
double | right |
Right longitude. | |
double | top |
Top latitude. | |
double | bottom |
Bottom latitude. | |
The class contains the coordinates of the area boundaries.
OnlineMapsGeoRect.OnlineMapsGeoRect | ( | double | left, |
double | top, | ||
double | right, | ||
double | bottom ) |
Constructor.
left | Left longitude |
top | Top latitude |
right | Right longitude |
bottom | Bottom latitude |