Real World Terrain  v4.1
InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMMeta Class Reference

This class contains meta-information about the building. More...

Inherits MonoBehaviour.

Public Attributes

Vector2 center
 The coordinate of the center point of the building More...
 
bool hasURL
 Indicates that building has a URL. More...
 
bool hasWebsite
 Indicates that building has a website. More...
 
bool hasWikipedia
 Indicates that building has a Wikipedia page. More...
 
RealWorldTerrainOSMMetaTag [] metaInfo
 Array of meta-information. More...
 

Detailed Description

This class contains meta-information about the building.

Member Data Documentation

◆ center

Vector2 InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMMeta.center

The coordinate of the center point of the building

◆ hasURL

bool InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMMeta.hasURL

Indicates that building has a URL.

◆ hasWebsite

bool InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMMeta.hasWebsite

Indicates that building has a website.

◆ hasWikipedia

bool InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMMeta.hasWikipedia

Indicates that building has a Wikipedia page.

◆ metaInfo

RealWorldTerrainOSMMetaTag [] InfinityCode.RealWorldTerrain.OSM.RealWorldTerrainOSMMeta.metaInfo

Array of meta-information.