Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsOpenRouteServiceGeocodingResult.Properties Class Reference

Contains the OSM tag information of the point and the confidence. For reverse request with distance. More...

Public Attributes

string country
 Country.
 
string county
 County.
 
string state
 State.
 
string city
 City.
 
string name
 Name.
 
string postal_code
 Postal code.
 
string street
 Street.
 
string house_number
 House number.
 
string distance
 Distance between the input location and the result point.
 
double confidence
 Value range: 0-1 For reverse geocoding: Based on the distance.
The closer a result is to the queried point, the higher the confidence.
For normal geocoding: Based on the comparison of the query and the result.
The closer a result is to the query, the higher the confidence.
 

Detailed Description

Contains the OSM tag information of the point and the confidence. For reverse request with distance.