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.

Constructors

Link copied to clipboard
constructor(point: Point, name: String, address: String? = null)

Properties

Link copied to clipboard
val address: String? = null
Link copied to clipboard
Link copied to clipboard
val point: Point

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)