Real World Terrain  v4.1
InfinityCode.RealWorldTerrain.RealWorldTerrainPOI Class Reference

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

Detailed Description

Class points of interest.

Constructor & Destructor Documentation

◆ RealWorldTerrainPOI()

InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.RealWorldTerrainPOI ( string  title,
float  x,
float  y,
float  altitude = 0 
)

Constructor.

Parameters
titlePOI title.
xLongitude.
yLatitude.

Member Data Documentation

◆ altitude

float InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.altitude

Altitude

◆ title

string InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.title

The title of the POI.

◆ x

float InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.x

Longitude.

◆ y

float InfinityCode.RealWorldTerrain.RealWorldTerrainPOI.y

Latitude.