manifest / integrations / rs-geocoding-api
RS Geocoding API
[WordPress Plugin] Allows you to perform Geocoding API requests using a Google Geocoding API key. Results are stored in the database for future use of the same address.
★ 0stars
1release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/radgh/rs-geocoding-api/releases/download/v1.2.3/RS-Geocoding-API-1.2.3.zipDeclares an update source (https://github.com/RadGH/RS-Geocoding-API/), so updates arrive through the plugin's own updater.
From the readme
RS Geocoding API
This WordPress plugin provides the ability to geocode addresses using the Google Geocoding API. The plugin includes a function to geocode an address and return the latitude, longitude, formatted address, and place ID.
Results are stored in the database to reduce the number of requests to the Google Geocoding API.
This plugin requires a Google Geocoding API key. Add it under Settings RS Geocoding API.
- View this plugin on Zingmap.com
Usage:
Changelog
1.2.3
- Added Git Updater support
1.2.2
- Initial release
Read the full README on GitHub →