AmapSearchUtil class

地图查询工具类 再封装

Constructors

AmapSearchUtil()

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

routePlanning({required List<MLatLng> wayPoints, int? drivingMode, PlanningCallBack? callBack, CalculateCallBack? calculateBack}) → void
线路规划
routePlanningDraw({required List<PlanItem> itemList, String? lineImgPath, Color? lineColor, String? pathlineId, required AMapUIController uiController, required AMapController mapController, OnComplete? onComplete}) → void
线路规划 一键绘制 不建议使用一键绘制,最好使用线路规划接口获取点位后参考下面自己绘制
routePlanningPage({required List<MLatLng> wayPoints, int? drivingMode, PlanningCallBack? callBack, CalculateCallBack? calculateBack}) → void
新增 线路规划 带自动分页 wayPoints>6时