placesOrNull
Geocode a Coordinates to a list of Places or null
if unsuccessful.
In most cases, the list will contain a single Place. However, in some cases, it may return multiple Places.
Receiver
The Geocoder to use for geocoding.
Return
A list of Places or null
if the geocoding was unsuccessful, either due to a geocoder error or not being able to find the location.
Parameters
The Coordinates to geocode.
Geocode a pair of coordinates to a list of Places or null
if unsuccessful.
In most cases, the list will contain a single Place. However, in some cases, it may return multiple Places.
Receiver
The Geocoder to use for geocoding.
Return
A list of Places or null
if the geocoding was unsuccessful, either due to a geocoder error or not being able to find the location.
Parameters
The latitude of the coordinates.
The longitude of the coordinates.