You are here

constant IP_GEOLOC_GOOGLE_MAPS_SERVER in IP Geolocation Views & Maps 8

2 uses of IP_GEOLOC_GOOGLE_MAPS_SERVER
IpGeoLocAPI::reverseGeocode in src/Services/IpGeoLocAPI.php
Uses the Google webservice to retrieve address information based on lat/long.
ip_geoloc_reverse_geocode in ./ip_geoloc_api.inc
Uses the Google webservice to retrieve address information based on lat/long.

File

src/Services/IpGeoLocAPI.php, line 15

Namespace

Drupal\ip_geoloc\Services

Code

define('IP_GEOLOC_GOOGLE_MAPS_SERVER', 'https://maps.googleapis.com/maps/api/geocode/json');