Does google maps api support "suggestions"? -
does google maps api support "suggestions" ?
in other terms, can receive google maps suggestions given submitted query ?
thanks
you can use geocoding api, according documentation return multiple results:
generally, 1 entry in "results" array returned address lookups, though geocoder may return several results when address queries ambiguous.
Comments
Post a Comment