16 calls to ip_geoloc_debug() in IP Geolocation Views & Maps 7
- geofieldProximityGeocoderWithHTML5::getSourceValue in views/
proximity_plugins/ geofieldProximityGeocoderWithHTML5.inc - ip_geoloc_current_location_ajax_recipient in ./
ip_geoloc.module - Data recipient for javascript function getLocation().
- 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_plugin_style_leaflet::render in views/
ip_geoloc_plugin_style_leaflet.inc - Transform the View result in a list of marker locations and render on map.
- ip_geoloc_plugin_style_map::render in views/
ip_geoloc_plugin_style_map.inc - Transform the View result in a list of markers and render these on a map.
- ip_geoloc_plugin_style_openlayers::render in views/
ip_geoloc_plugin_style_openlayers.inc - Transform the View result in a list of markers and render these on a map.
- ip_geoloc_reverse_geocode in ./
ip_geoloc_api.inc - Uses the Google webservice to retrieve address information based on lat/long.
- ip_geoloc_set_location_from_address in ./
ip_geoloc_blocks.inc - Returns the supplied string into an array with various address components.
- 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.