Android SDK for Indoor Maps
2.0.5
androidJvm
Android SDK for Indoor Maps
/
com.aegir.vmms.wayfinding.model
/
PathMetadata
Path
Metadata
open
class
PathMetadata
This class represents the different additional data about individual path sections in a Waypath.
Members
Constructors
Path
Metadata
Link copied to clipboard
constructor
(
waypointOne
:
Waypoint
,
waypointTwo
:
Waypoint
,
description
:
String
,
descriptionOne
:
String
,
descriptionTwo
:
String
)
Designated constructor
constructor
(
waypointOne
:
Waypoint
,
waypointTwo
:
Waypoint
)
Functions
get
Heading
Link copied to clipboard
open
fun
getHeading
(
)
:
Double
get
Path
Distance
Link copied to clipboard
open
fun
getPathDistance
(
)
:
Double
is
Can
Be
Autolabeled
Link copied to clipboard
open
fun
isCanBeAutolabeled
(
)
:
Boolean
set
Can
Be
Autolabeled
Link copied to clipboard
open
fun
setCanBeAutolabeled
(
canBeAutolabeled
:
Boolean
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
description
Link copied to clipboard
open
var
description
:
String
description
One
Link copied to clipboard
open
var
descriptionOne
:
String
description
Two
Link copied to clipboard
open
var
descriptionTwo
:
String
directional
Description
Link copied to clipboard
open
var
directionalDescription
:
String
labeled
By
Link copied to clipboard
open
var
labeledBy
:
IPathLabeler
path
Id
Link copied to clipboard
open
var
pathId
:
String
point
Of
Focus
Link copied to clipboard
open
var
pointOfFocus
:
Waypoint