|
Online Maps v3
|
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. | |
Two lat/lon pairs defining the extent of an element.
| OnlineMapsGPXObject.Bounds.Bounds | ( | OnlineMapsXML | node | ) |
Creates instance and loads the data from the node.
| node | Bounds node |
| OnlineMapsGPXObject.Bounds.Bounds | ( | double | minlon, |
| double | minlat, | ||
| double | maxlon, | ||
| double | maxlat ) |
Constructor.
| minlon | The minimum longitude. |
| minlat | The minimum latitude. |
| maxlon | The maximum longitude. |
| maxlat | The maximum latitude. |