Place

fun Place(coordinate: GeoPoint, name: String = "", address: Address? = null)

Parameters

coordinate

The primary reference GeoPoint.

name

The name of the place (e.g. Name of the POI).

address

The address of the place.