Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsGPXObject.Bounds Class Reference

Two lat/lon pairs defining the extent of an element. More...

Public Member Functions

 Bounds (OnlineMapsXML node)
 Creates instance and loads the data from the node.
 
 Bounds (double minlon, double minlat, double maxlon, double maxlat)
 Constructor.
 

Properties

double minlat [get, set]
 The minimum latitude.
 
double minlon [get, set]
 The minimum longitude.
 
double maxlat [get, set]
 The maximum latitude.
 
double maxlon [get, set]
 The maximum longitude.
 

Detailed Description

Two lat/lon pairs defining the extent of an element.

Constructor & Destructor Documentation

◆ Bounds() [1/2]

OnlineMapsGPXObject.Bounds.Bounds ( OnlineMapsXML node)

Creates instance and loads the data from the node.

Parameters
nodeBounds node

◆ Bounds() [2/2]

OnlineMapsGPXObject.Bounds.Bounds ( double minlon,
double minlat,
double maxlon,
double maxlat )

Constructor.

Parameters
minlonThe minimum longitude.
minlatThe minimum latitude.
maxlonThe maximum longitude.
maxlatThe maximum latitude.