Google Maps API - geocoding accuracy chart?

后端 未结 3 2258
逝去的感伤
逝去的感伤 2021-02-20 06:22

Where in the Google Maps API docs can I find a table explaining the accuracy values of Geocode lookups?

Has the range of values changed in between V2 and V3

3条回答
  •  暖寄归人
    2021-02-20 07:07

    Here are the Google Maps API Docs. It contains a table with accuracy values...

    http://code.google.com/apis/maps/documentation/reference.html#GGeoAddressAccuracy

    Constant | Description
    0 Unknown location.
    1 Country level accuracy.
    2 Region (state, province, prefecture, etc.) level accuracy.
    3 Sub-region (county, municipality, etc.) level accuracy.
    4 Town (city, village) level accuracy.
    5 Post code (zip code) level accuracy.
    6 Street level accuracy.
    7 Intersection level accuracy.
    8 Address level accuracy.
    9 Premise (building name, property name, shopping center, etc.) level accuracy.

提交回复
热议问题