WP Manifestindependent plugin directory
manifest / developer / wp-google-geocoding-plugin

ArrayPress - Google Geocoding Tester

Demonstration WordPress plugin showing Google Geocoding API library integration

by David Sherlock · github.com/arraypress/wp-google-geocoding-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/arraypress/wp-google-geocoding-plugin/archive/refs/heads/main.zip

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

Google Geocoding Tester Plugin for WordPress A WordPress plugin that provides a user interface for testing and demonstrating the Google Geocoding API integration. This plugin allows you to easily test forward and reverse geocoding operations and manage API settings through the WordPress admin interface. Features - Visual interface for geocoding testing - Forward geocoding (address to coordinates) - Reverse geocoding (coordinates to address) - Configurable caching system - Comprehensive location details including: - Formatted address - Precise coordinates - Place ID and types - Plus codes - Viewport boundaries - Detailed address components - Business location indicators - Partial match status Requirements - PHP 7.4 or later - WordPress 5.0 or later - Google Maps API key with Geocoding API enabled Installation 1. Download or clone this repository 2. Place in your WordPress plugins directory 3. Run composer install in the plugin directory 4. Activate the plugin in WordPress 5. Add your Google Geocoding API key in Google Geocoding Usage 1. Navigate to Google Geocoding in your WordPress admin panel 2. Enter your Google Geocoding API key in the

Read the full README on GitHub →