MapPlace

data class MapPlace(id: Int, description: String, location: GeoCoordinates, category: String) : Parcelable

Constructors

MapPlace
Link copied to clipboard
fun MapPlace(id: Int, description: String, location: GeoCoordinates, category: String)

Functions

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

Properties

category
Link copied to clipboard
val category: String

string category identifier, see MapPlaceCategory.id

description
Link copied to clipboard
val description: String

text shown on map place object according to MapPlaceCategory.textStyle

id
Link copied to clipboard
val id: Int

unique integer identifier of map place

location
Link copied to clipboard
val location: GeoCoordinates

object position on map