Online Maps  v3
OnlineMapsGeoRect Class Reference

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...
 

Detailed Description

The class contains the coordinates of the area boundaries.

Constructor & Destructor Documentation

◆ OnlineMapsGeoRect() [1/2]

OnlineMapsGeoRect.OnlineMapsGeoRect ( )

Constructor

◆ OnlineMapsGeoRect() [2/2]

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

Constructor

Parameters
leftLeft longitude
topTop latitude
rightRight longitude
bottomBottom latitude

Member Data Documentation

◆ bottom

double OnlineMapsGeoRect.bottom

Bottom latitude

◆ left

double OnlineMapsGeoRect.left

Left longitude

◆ right

double OnlineMapsGeoRect.right

Right longitude

◆ top

double OnlineMapsGeoRect.top

Top latitude