On Jul 24, 9:46 am, Vankich <[email protected]> wrote: > Here is the deal. I have several fields which define an address > (Select list for Country, Select list for Town, Input for Street, > Input for floor, etc). > I don't have google map in my website yet, because I wasn't sure how > to add it. > Can you please tell me how to add the map and make the pointer work > with these inputs.
Start with the documentation and Mike Williams' tutorial. http://econym.org.uk/gmap/ Pay particular attention to "geocoding" which translates an address to coordinates that can be used to add a marker to a map. > > Note: The inputs data will be saved in sql table and then I will need > to show the location on second place with information from the sql > table. You might want to look at some of these then also: http://code.google.com/apis/maps/documentation/javascript/v2/articles.html -- Larry > > Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
