Real World Terrain  v4.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 NInfinityCode
 NRealWorldTerrain
 NExtraTypes
 CRealWorldTerrainGeoRectThe class contains the coordinates of the area boundaries
 CRealWorldTerrainWWWThe wrapper class for WWW.
It allows you to control requests.
 NOSM
 CRealWorldTerrainOSMBaseThe base class for the Open Street Map objects
 CRealWorldTerrainOSMMetaThis class contains meta-information about the building
 CRealWorldTerrainOSMMetaTagClass of meta-information (key / value)
 CRealWorldTerrainOSMNodeClass for OSM Node
 CRealWorldTerrainOSMRelationClass for OSM Relation
 CRealWorldTerrainOSMRelationMemberClass for OSM Relation member
 CRealWorldTerrainOSMTagClass for OSM Tag
 CRealWorldTerrainOSMWayClass for OSM Way
 NTools
 NUtils
 CRealWorldTerrainGPXObjectClass for working with GPX
 CBoundsTwo lat/lon pairs defining the extent of an element
 CCopyrightInformation about the copyright holder and any license governing use of this file. By linking to an appropriate license, you may place your data into the public domain or grant additional usage rights
 CEMailAn email address. Broken into two parts (id and domain) to help prevent email harvesting
 CLinkA link to an external resource (Web page, digital photo, video clip, etc) with additional information
 CMetaInformation about the GPX file, author, and copyright restrictions goes in the metadata section.
Providing rich, meaningful information about your GPX files allows others to search for and use your GPS data
 CPersonA person or organization
 CRouteRoute - an ordered list of waypoints representing a series of turn points leading to a destination
 CTrackTrack - an ordered list of points describing a path
 CTrackSegmentA Track Segment holds a list of Track Points which are logically connected in order.
To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data
 CWaypointWaypoint, point of interest, or named feature on a map
 CRealWorldTerrainReflectionHelperHelper class for compatibility of reflection on WSA
 NWebservices
 NBase
 CRealWorldTerrainTextWebServiceBaseThe base class for working with the web services returns text response
 NResults
 CRealWorldTerrainGoogleGeocodingResultResult of Google Maps Geocode request
 CAddressComponentAddress Component of Google Geocoder response
 CRealWorldTerrainGooglePlaceDetailsResultResult of Google Maps Place Details query
 CRealWorldTerrainPlacesResultResult of Google Maps Places query
 CPhotoPhoto objects, contains a reference to an image
 CRealWorldTerrainGoogleGeocodingThis class is used to search for a location by address.
https://developers.google.com/maps/documentation/geocoding/intro
 CGeocodingParamsRequest parameters for Geocoding
 CRequestParamsThe base class containing the request parameters
 CReverseGeocodingParamsRequest parameters for Reverse Geocoding
 CRealWorldTerrainGooglePlaceDetailsA Place Details request returns more comprehensive information about the indicated place such as its complete address, phone number, user rating and reviews.
Requires Google Maps API key.
https://developers.google.com/places/webservice/details
 CRealWorldTerrainGooglePlacePhotoThe Place Photo service, part of the Google Places API Web Service, is a read-only API that allows you to add high quality photographic content to your application.
The Place Photo service gives you access to the millions of photos stored in the Places and Google+ Local database.
When you get place information using a Place Details request, photo references will be returned for relevant photographic content.
The Nearby Search and Text Search requests also return a single photo reference per place, when relevant.
Using the Photo service you can then access the referenced photos and resize the image to the optimal size for your application
 CRealWorldTerrainGooglePlacesThe Google Places API allows you to query for place information on a variety of categories, such as: establishments, prominent points of interest, geographic locations, and more.
You can search for places either by proximity or a text string.
A Place Search returns a list of places along with summary information about each place.
https://developers.google.com/places/web-service/search
 CNearbyParamsRequest parameters for Nearby Search
 CRadarParamsRequest parameters for Radar Search
 CRequestParamsThe base class containing the request parameters
 CTextParamsRequest parameters for Text Search
 CRealWorldTerrainWebServiceBaseThe base class for working with the web services
 NXML
 CRealWorldTerrainXMLWrapper for XML
 CRealWorldTerrainXMLListWrapper for XmlNodeList
 CRealWorldTerrainBuildingThis class contains basic information about the building
 CRealWorldTerrainBuildingMaterialBuilding material class
 CRealWorldTerrainBuildRBuildingThis class contains basic information about BuildR building
 CRealWorldTerrainBuildRPresetsItemClass of BuildR preset
 CRealWorldTerrainContainerThis class is added to the resulting container.
It contains all information about terrains
 CRealWorldTerrainItemThis class is added to each created terrains.
It contains all information about the terrain
 CRealWorldTerrainMonoBaseThis class contains all the information about the terrain and Real World Terrain settings
 CRealWorldTerrainPOIClass points of interest
 CRealWorldTerrainPOIItemClass of POI instance
 CRealWorldTerrainPrefsBaseBasic settings generation of terrain
 CRealWorldTerrainRangeIClass of integer range
 CRealWorldTerrainUtilsThis class contains utility methods
 CRealWorldTerrainVector2iInteger version of Vector2 struct