Hello, all! We need to create search input field like it is on http://maps.google.com The key functionality is suggest list with appropriate results. We have not found this feature in API. Analyzing http://maps.google.com we see that suggest list is received from get request to this url
https://maps-api-ssl.google.com/maps/suggest?q=%D0%BC%D0%BE%D1%81&cp=3&ll=59.756395,40.517578&spn=7.131407,79.013672&hl=ru&gl=ru&v=2&json=a&auth=4c9c963b11sFW5VBQ9-UpKSS5S20LtL7z8M&src=1,2&num=5&numps=5&callback=_xdc_._6gel1j3v2 There are many parameters, including data from search field. This get request returns our suggest list. Is there a possibility to use this url in our needs with our data. Or how can we make it in some other way. Similar to our needs: http://cdn.michaelhart.me/mh/instant/maps/ Tnx for help. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
