PlaceDestination

constructor(point: Point, name: String, address: String? = null)

Parameters

point

Point of the place.

name

Name of the place.

address

Address of the place. Optional can be null.