Geoapify Address Autocomplete

免费增值
通过 KEPTAGO LTD | 已更新 un mese fa | Location
人气

9.2 / 10

延迟

607ms

服务等级

100%

Health Check

N/A

关注者:0
资源:
产品网站 使用条款
API 创建者:
Rapid account: KEPTAGO LTD
KEPTAGO LTD
geoapify-gmbh
登录并给 API 打分
打分:5 - 投票:1

README

LEARN MORE

RESPONSE OBJECT EXAMPLE

{
   "type":"FeatureCollection",
   "features":[
      {
         "type":"Feature",
         "geometry":{
            "type":"Point",
            "coordinates":[
               10.486774,
               48.850512
            ]
         },
         "properties":{
            "housenumber":"13",
            "street":"Polizeigasse",
            "country":"Germany",
            "county":"Donau-Ries",
            "datasource":{
               "sourcename":"openstreetmap",
               "attribution":"© OpenStreetMap contributors",
               "license":"Open Database License",
               "url":"https://www.openstreetmap.org/copyright"
            },
            "country_code":"de",
            "postcode":"86720",
            "state":"Bavaria",
            "district":"Nördlingen",
            "city":"Nördlingen",
            "lon":10.486774,
            "lat":48.850512,
            "suburb":"Schwallmühle",
            "formatted":"Polizeigasse 13, 86720 Nördlingen, Germany",
            "address_line1":"Polizeigasse 13",
            "address_line2":"86720 Nördlingen, Germany",
            "result_type":"building",
            "rank":{
               "importance":0.42100000000000004,
               "confidence":1,
               "confidence_city_level":1,
               "confidence_street_level":1,
               "match_type":"full_match"
            },
            "place_id":"51121615713af9244059836dc493dd6c4840f00102f9017b33670600000000c00203"
         }
      },
      {
         "type":"Feature",
         "properties":{
            "datasource":{
               "sourcename":"openstreetmap",
               "attribution":"© OpenStreetMap contributors",
               "license":"Open Database License",
               "url":"https://www.openstreetmap.org/copyright"
            },
            "name":"Alexanderplatz",
            "housenumber":"13",
            "street":"Polizeigasse",
            "suburb":"Schwallmühle",
            "city":"Nördlingen",
            "county":"Landkreis Donau-Ries",
            "state":"Bavaria",
            "postcode":"86720",
            "country":"Germany",
            "country_code":"de",
            "lon":10.4867035,
            "lat":48.8505147,
            "district":"Baldingen",
            "formatted":"Alexanderplatz, Polizeigasse 13, 86720 Nördlingen, Germany",
            "address_line1":"Alexanderplatz",
            "address_line2":"Polizeigasse 13, 86720 Nördlingen, Germany",
            "result_type":"amenity",
            "rank":{
               "importance":0.42100000000000004,
               "confidence":1,
               "confidence_city_level":1,
               "confidence_street_level":1,
               "match_type":"inner_part"
            },
            "place_id":"518eb27e3331f924405935a26aaadd6c4840f00103f9012bde376000000000c0020192030e416c6578616e646572706c61747a"
         },
         "geometry":{
            "type":"Point",
            "coordinates":[
               10.4867035,
               48.8505147
            ]
         },
         "bbox":[
            10.4866535,
            48.8504647,
            10.4867535,
            48.8505647
         ]
      }
   ]
}