简体   繁体   中英

Address auto-complete API

Is there a web API for addresses auto-complete?

I'm developing a cross-platform mobile application using Xamarin + MvvmCross frameworks solution, and I need a way to provide the user with address auto-completion.

The final goal is to enable the user to start typing an address and see address suggestions on the view.

Preferring the use of Google Maps, does anyone knows of a way in which I can consume address auto-complete from a shared-code project written in C#? (No JavaScript answers please).

Other ideas are appreciated as well.

I recommend OpenStreetMap's Nominatim API: http://wiki.openstreetmap.org/wiki/Nominatim Or if you prefer Google Maps, take a look at this: https://developers.google.com/places/documentation/autocomplete . You just need an XML or a JSON parser, to make it work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM