From d8981f0f444db220b7ffe2bf20e131374f2c828a Mon Sep 17 00:00:00 2001 From: brianatlarge <31288431+brianatlarge@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:13:04 -0400 Subject: [PATCH] Added geocode engine configuration information (#9330) * Added geocode engine config * Update World-Map.md * Update World-Map.md --- doc/Extensions/World-Map.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Extensions/World-Map.md b/doc/Extensions/World-Map.md index e897fe0262..63a21c644f 100644 --- a/doc/Extensions/World-Map.md +++ b/doc/Extensions/World-Map.md @@ -56,6 +56,11 @@ $config['leaflet']['default_zoom'] = 8; $config['leaflet']['group_radius'] = 1; // Device grouping radius in KM default 80KM ``` +### Geocode engine config +```php +$config['geoloc']['engine'] = "google";// Valid options are google or mapquest +$config['geoloc']['api_key'] = "abcdefghijklmnopqrstuvwxyz"; +``` ### Jquery-Mapael config Further custom options are available to load different maps of the world, set default coordinates of where the map will zoom and the zoom level by default. An example of this is: