You are here

12 calls to ip_geoloc_debug() in IP Geolocation Views & Maps 8

IpGeoLocAPI::outputMapMultiLocation in src/Services/IpGeoLocAPI.php
Outputs an HTML div placeholder into which will be injected a Google map.
IpGeoLocAPI::reverseGeocode in src/Services/IpGeoLocAPI.php
Uses the Google webservice to retrieve address information based on lat/long.
ip_geoloc_log_errors in ./ip_geoloc.module
Log errors via the watchdog.
ip_geoloc_output_map_multi_location in ./ip_geoloc_api.inc
Outputs an HTML div placeholder into which will be injected a Google map.
ip_geoloc_reverse_geocode in ./ip_geoloc_api.inc
Uses the Google webservice to retrieve address information based on lat/long.
ip_geoloc_smart_ip_get_location_alter in ./ip_geoloc.module
Implements hook_smart_ip_get_location_alter().
ip_geoloc_store_location in ./ip_geoloc_api.inc
Store the supplied IP geolocation info on the database.
ip_geoloc_use_geoip_api_if_enabled in ./ip_geoloc.module
Module GeoIP API does not expose a hook, but it does expose an API.
ip_geoloc_use_smart_ip_if_enabled in ./ip_geoloc.module
Use Smart IP (if enabled) to retrieve lat/long and address info.
_ip_geoloc_check_location in ./ip_geoloc.module
Return whether a the visitor's location is due for an update.
_ip_geoloc_reinit_location in ./ip_geoloc.module
Reinitialises the supplied location array.
_ip_geoloc_reverse_geocode_timeout in ./ip_geoloc.module
Handle timeout of the Google Maps reverse-geocode callback, if enabled.