XbrNavi class

Constructors

XbrNavi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

startNavi({String? title, String? subtext, required List<LatLng> points, int? strategy = 0, bool? emulator = false}) Future<void>
title:标题,仅android有效 subtext:标题,仅android有效 points:导航点 第一个为起点,最后一个终点,中间为途经点,长度不能小于2 strategy:规划策略 emulator:虚拟导航