puspjoshi / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

Is it possible for users to enter their address on a marked map ? #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible for users to enter their address on a marked map ?

Imagine the following senario:
We have a set of thousand markers each one representing a shop. Then a new 
customer enters his address on the marked map and automatically has his address 
pointed to a marker next to the existing ones. Then, next step would be to show 
the closest shops according the customer's address with driving directions.

Thank you in advance

Original issue reported on code.google.com by logicone...@gmail.com on 15 May 2012 at 7:26

GoogleCodeExporter commented 9 years ago
something with an autocomplete input like in here:
https://google-developers.appspot.com/maps/documentation/javascript/examples/pla
ces-autocomplete

Original comment by logicone...@gmail.com on 15 May 2012 at 8:11