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