Android SDK for Indoor Maps
2.0.5
androidJvm
Android SDK for Indoor Maps
/
com.aegir.vmms.wayfinding.model
/
Waypath
Waypath
open
class
Waypath
Model to represent a waypath and any other data that may need to be associated with a waypath.
Members
Constructors
Waypath
Link copied to clipboard
constructor
(
path
:
Collection
<
Waypoint
>
)
Designated initializer.
Functions
get
Waypoints
Link copied to clipboard
open
fun
getWaypoints
(
)
:
List
<
Waypoint
>
set
Waypoints
Link copied to clipboard
open
fun
setWaypoints
(
waypoints
:
Collection
<
Waypoint
>
)
Set the waypoints for this waypath
to
JSONString
Link copied to clipboard
open
fun
toJSONString
(
)
:
String