|
Online Maps v3
|
Result of Bing Maps Location API query. More...
Public Member Functions | |
| OnlineMapsBingMapsLocationResult (OnlineMapsXML node) | |
| Constuctor. | |
Public Attributes | |
| string | name |
| Location name. | |
| Vector2 | location |
| Coordinates of location (X - Longitude, Y - Latitude). | |
| double | latitude |
| Latitude. | |
| double | longitude |
| Longitude. | |
| Rect | boundingBox |
| Bounding box of location. | |
| string | entityType |
| Entity type. | |
| Dictionary< string, string > | address |
| Dictonary of address parts. | |
| string | formattedAddress |
| Formatted address. | |
| string | confidence |
| Confidence. | |
| string | matchCode |
| Match code. | |
| OnlineMapsXML | node |
| XML Node. | |
Result of Bing Maps Location API query.
| OnlineMapsBingMapsLocationResult.OnlineMapsBingMapsLocationResult | ( | OnlineMapsXML | node | ) |
Constuctor.
| node | Node of result |