Function __global->reverse_geocode

Definitions

sources/locations_geocoding.php

  • Geocode a latitude & longitude.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$latitude float required parameter N/A N/A Latitude
$longitude float required parameter N/A N/A Longitude
$errormsg ?Tempcode Null N/A N/A Error message (returned by reference) (null: not set yet)
$service ?string Null N/A N/A Force geocoding through a particular service (null: not enforced)

Return

  • A tuple: Formatted address, Street Address, City, County, State, Zip/Postcode, Country (null: error)
  • Type: ?array
  • Set: N/A
  • Range: N/A