Using Google maps API v3 how do I get LatLng with a given address?

Viewed 116652

If a user inputs an address, I want to convert to the equivalent LatLng.

I've read the documentation, and I think I can use the Geocoder class to do this, but can't figure out how to implement it.

Thanks for any help!

3 Answers
Related