Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsGeoRect Class Reference

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.
 

Detailed Description

The class contains the coordinates of the area boundaries.

Constructor & Destructor Documentation

◆ OnlineMapsGeoRect()

OnlineMapsGeoRect.OnlineMapsGeoRect ( double left,
double top,
double right,
double bottom )

Constructor.

Parameters
leftLeft longitude
topTop latitude
rightRight longitude
bottomBottom latitude