DEV Community

Cover image for Google Maps | Places - Geocoding | Search - Select - Collect
Techtolia
Techtolia

Posted on • Originally published at techtolia.Medium

1

Google Maps | Places - Geocoding | Search - Select - Collect

Demo: https://techtolia.com/GoogleMaps/index.html

With integrating the module to your web forms, users can easily select the address and you can easily collect exact address details.

Module uses Google Maps JavaScript API, Places API and Geocoding API.

Maps JavaScript API lets customize maps.
Places API lets users search and find places with autocomplete filling.

Geocoding API lets selected location coordinates convert to address.

Full source code is included.

What is Google Maps and Api?

Build customized, agile experiences that bring the real world to your users with static and dynamic maps.

Place Search returns a list of places based on a user’s search string.

Place Details returns more detailed information about a specific place.

Place Autocomplete automatically fills in the name and/or address of a place as users type.

Reverse geocoding is the process of converting geographic coordinates into a human-readable address.

Google MapsGoogle Maps

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay