Function Hook_geocoding_google->reverse_geocode

Definitions

sources/hooks/systems/geocoding/google.php

  • Geocode a latitude & longitude.
  • Visibility: public
  • 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)

Return

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