placeFromAddress

abstract suspend fun placeFromAddress(address: String): List<Place>

Geocode an address to a list of Place.

In most cases, the list will contain a single Place. However, in some cases, it may return multiple Places.

Return

A GeocoderResult containing the list of Places or an error.

Parameters

address

The address to geocode.