Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsAMapSearchResult.POI Class Reference

POI information. More...

Public Member Functions

void GetLocation (out double lng, out double lat)
 Gets the location coordinates.
 

Public Attributes

string id
 The unique ID.
 
string name
 Name.
 
string type
 Points of Interest.
 
string typecode
 Points of interest type encoding.
 
string biz_type
 Career type.
 
string address
 Address.
 
string location
 Latitude and longitude.
 
string tel
 Phone.
 
string pcode
 The province of POI the code.
The following data is a list of poi details, extensions = all to return; extensions = base does not return.
 
string pname
 The name of POI province.
 
string citycode
 City code.
 
string cityname
 City name.
 
string adcode
 Area encoding.
 
string adname
 Area name.
 
string gridcode
 Geography.
 
string distance
 The distance from the center point, in meters.
 
string navi_poiid
 The map number.
 
string entr_location
 Entrance latitude and longitude.
 
string business_area
 The business district.
 
string exit_location
 Exit latitude and longitude.
 
string parking_type
 Type of parking. Show parking types, including: underground, ground, roadside.
 
string alias
 Alias.
 
string indoor_map
 Are there indoor map signs.
 
IndoorData indoor_data
 Indoor map of the relevant data.
 

Detailed Description

POI information.

Member Function Documentation

◆ GetLocation()

void OnlineMapsAMapSearchResult.POI.GetLocation ( out double lng,
out double lat )

Gets the location coordinates.

Parameters
lngLongitude
latLatitude