DebugPolyline

open class DebugPolyline : Polyline

Debug map polyline for drawing lines in wayfinding node graph.

Constructors

Link copied to clipboard
constructor(coordinates: List<LatLng>, floorId: String)
Creates a polyline from the given list of coordinates on the given floor

Properties

Link copied to clipboard
Link copied to clipboard
open var floorId: String
Link copied to clipboard
Link copied to clipboard
open var mapboxCoordinates: List<LatLng>
Link copied to clipboard
open var polyline: Polyline