AMapNavOptions class

Constructors

AMapNavOptions({int navType = NAVI_TYPE_DRIVER, required LatLng startLocation, required LatLng endLocation, double bottomContentH = 100})
const

Properties

bottomContentH double
底部地图内容绘制区域向上偏移的高度
final
endLocation LatLng
导航终点
final
hashCode int
The hash code for this object.
no setterinherited
导航模式
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startLocation LatLng
导航起点
final

Methods

copyWith({int? navType}) AMapNavOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toJsonString() String
toString() String
A string representation of this object.
override

Operators

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