|
Real World Terrain
v4.1
|
Class points of interest. More...
Public Member Functions | |
| RealWorldTerrainPOI (string title, float x, float y, float altitude=0) | |
| Constructor. More... | |
Public Attributes | |
| string | title |
| The title of the POI. More... | |
| float | x |
| Longitude. More... | |
| float | y |
| Latitude. More... | |
| float | altitude |
| Altitude More... | |
Class points of interest.
| InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.RealWorldTerrainPOI | ( | string | title, |
| float | x, | ||
| float | y, | ||
| float | altitude = 0 |
||
| ) |
Constructor.
| title | POI title. |
| x | Longitude. |
| y | Latitude. |
| float InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.altitude |
Altitude
| string InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.title |
The title of the POI.
| float InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.x |
Longitude.
| float InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.y |
Latitude.