$request_params
$request_params : array
Parameters to use with http requests.
The Geo Mashup Http Geocoder base class.
reverse_geocode(float $lat, float $lng) : array|\WP_Error
Look up additional location information from coordinates.
Resulting locations have as much address information as possible filled in. Most services return the nearest match first, and some return only one.
float | $lat | Latitude |
float | $lng | Longitude |
Array of search result locations.