IOSMap Libre Navigation
class IOSMapLibreNavigation(options: MapLibreNavigationOptions = MapLibreNavigationOptions(), locationEngine: LocationEngine = AppleLocationEngine(), cameraEngine: Camera = SimpleCamera(), snapEngine: Snap = SnapToRoute(), offRouteEngine: OffRoute = OffRouteDetector(), fasterRouteEngine: FasterRoute = FasterRouteDetector(options), routeUtils: RouteUtils = RouteUtils()) : MapLibreNavigation
A iOS platform specific wrapper for MapLibreNavigation.
You can also use MapLibreNavigation directly, but this leads to more configuration.
Currently the only difference is, that the location engine is set to the AppleLocationEngine by default.
Constructors
Link copied to clipboard
constructor(options: MapLibreNavigationOptions = MapLibreNavigationOptions(), locationEngine: LocationEngine = AppleLocationEngine(), cameraEngine: Camera = SimpleCamera(), snapEngine: Snap = SnapToRoute(), offRouteEngine: OffRoute = OffRouteDetector(), fasterRouteEngine: FasterRoute = FasterRouteDetector(options), routeUtils: RouteUtils = RouteUtils())
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard