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

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