> Where im having the problem is I have the placeholders [+Address+], > [+City+], [+State+], [+Zip+] and I would think this would need to be > placed somewhere so Geocoding can convert the address to Lat/Lng but I > have no Idea where or how to set this up
You need to run some kind of programming language, to send the address to Google for geocoding and receive the results back. You can do this from javascript embedded in a webpage, or from most server-side languages. You might need to decide if you need to geocode on demand - when the end user is typing an address into into a form, say - or to store geocode results - when you're keeping a list of addresses that various people might look at or search on. -- 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.
