Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning.deeplink
/
DeeplinkData
/
Destination
Destination
open
class
Destination
Destination for routing
Members
Constructors
Destination
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
building
Id
Link copied to clipboard
@
Expose
open
var
buildingId
:
Int
entity
Id
Link copied to clipboard
@
Expose
open
var
entityId
:
Int
floor
Id
Link copied to clipboard
@
Expose
open
var
floorId
:
Int
is
Tag
Link copied to clipboard
@
Expose
open
var
isTag
:
Boolean
lat
Link copied to clipboard
@
Expose
open
var
lat
:
String
lon
Link copied to clipboard
@
Expose
open
var
lon
:
String
property
Id
Link copied to clipboard
@
Expose
open
var
propertyId
:
Int
sub
Entity
Type
Link copied to clipboard
@
Expose
open
var
subEntityType
:
Int
tag
Name
Link copied to clipboard
@
Expose
open
var
tagName
:
String
TYPE_
ENTITY
Link copied to clipboard
@
Expose
val
TYPE_ENTITY
:
String
=
"entity"
TYPE_
TAG
Link copied to clipboard
@
Expose
open
var
TYPE_TAG
:
String
Functions
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String