DiscoverApiResult

class DiscoverApiResult : Parcelable

Information about a place returned by the DiscoverApi.

Functions

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

Properties

address
Link copied to clipboard
val address: DiscoverApiAddress
Place's address.
categories
Link copied to clipboard
val categories: List<String>
Poi categories.
coordinate
Link copied to clipboard
val coordinate: Point
Address geographic point.
makiIcon
Link copied to clipboard
val makiIcon: String?
Maki icon name for the place.
name
Link copied to clipboard
val name: String
Place's name.
routablePoints
Link copied to clipboard
val routablePoints: List<RoutablePoint>?
List of points near coordinate, that represents entries to associated building.