Destination

open class Destination

Destination for routing

Constructors

Link copied to clipboard
constructor(propertyId: Int, buildingId: Int, entityId: Int, subEntityType: Int)
constructor(propertyId: Int, buildingId: Int, floorId: Int, lat: String, lon: String, tagName: String, isTag: Boolean)

Properties

Link copied to clipboard
@Expose
open var buildingId: Int
Link copied to clipboard
@Expose
open var entityId: Int
Link copied to clipboard
@Expose
open var floorId: Int
Link copied to clipboard
@Expose
open var isTag: Boolean
Link copied to clipboard
@Expose
open var lat: String
Link copied to clipboard
@Expose
open var lon: String
Link copied to clipboard
@Expose
open var propertyId: Int
Link copied to clipboard
@Expose
open var subEntityType: Int
Link copied to clipboard
@Expose
open var tagName: String
Link copied to clipboard
@Expose
val TYPE_ENTITY: String = "entity"
Link copied to clipboard
@Expose
open var TYPE_TAG: String

Functions

Link copied to clipboard
open fun getType(): String
Link copied to clipboard
open fun toString(): String