Android SDK for Indoor Maps
2.0.5
androidJvm
Android SDK for Indoor Maps
/
com.aegir.vmms.android.annotations
/
DebugPolyline
Debug
Polyline
open
class
DebugPolyline
:
Polyline
Debug map polyline for drawing lines in wayfinding node graph.
Members
Constructors
Debug
Polyline
Link copied to clipboard
constructor
(
coordinates
:
List
<
LatLng
>
,
floorId
:
String
)
Creates a polyline from the given list of coordinates on the given floor
Properties
coordinates
Link copied to clipboard
open
var
coordinates
:
List
<
LatLng
>
floor
Id
Link copied to clipboard
open
var
floorId
:
String
highlighted
Link copied to clipboard
open
var
highlighted
:
Boolean
mapbox
Coordinates
Link copied to clipboard
open
var
mapboxCoordinates
:
List
<
LatLng
>
polyline
Link copied to clipboard
open
var
polyline
:
Polyline