PlaceDestination
class PlaceDestination(val point: Point, val name: String, val address: String? = null) : DashDestination
Place destination. Can be used to set a destination via coordination api.
Parameters
point
Point of the place.
name
Name of the place.
address
Address of the place. Optional can be null.