PointOfInterest

abstract class PointOfInterest(id: String, geometry: ArrayList<Geometry.CommandGeo>)

Superclass of all Point of Interests.

Constructors

PointOfInterest
Link copied to clipboard
fun PointOfInterest(id: String, geometry: ArrayList<Geometry.CommandGeo>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
init
Link copied to clipboard
open fun init(values: HashMap<String, String>)
toString
Link copied to clipboard
open override fun toString(): String

Properties

address
Link copied to clipboard
var address: Address? = null
center
Link copied to clipboard
val center: LocationPoint?
geometry
Link copied to clipboard
var geometry: ArrayList<Geometry.CommandGeo>
id
Link copied to clipboard
var id: String
latitude
Link copied to clipboard
var latitude: Double? = null
longitude
Link copied to clipboard
var longitude: Double? = null
poiLayer
Link copied to clipboard
abstract val poiLayer: POILayer
temporary
Link copied to clipboard
var temporary: Boolean? = null
updatedAt
Link copied to clipboard
var updatedAt: Date? = null
values
Link copied to clipboard
var values: HashMap<String, String>? = null

Inheritors

GasStation
Link copied to clipboard