StreetPreview

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class StreetPreviewChoice(val heading: Double, val name: String, val route: List<LngLatAlt>)

Functions

Link copied to clipboard

getDirectionChoices returns a List of possible choices at an intersection Each entry contains a heading, the street name and a list of points that make up the road. The app can choose the road based on the heading and then move the user along it.

Link copied to clipboard
Link copied to clipboard
fun go(userGeometry: GeoEngine.UserGeometry, engine: GeoEngine)
Link copied to clipboard
fun start()