MapUtil class

Constructors

MapUtil()

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

allMap() Future<List>
fromToAMap({required MapUtilEnum type, required double fromLat, required double fromLog, required String startName, required String endName, required double toLat, required double toLog, bool formGaode = true, int t = 2}) Future
gotoAMap(dynamic longitude, dynamic latitude) Future<bool>
高德地图
gotoBaiduMap(dynamic longitude, dynamic latitude, [dynamic formGaode = false]) Future<bool>
百度地图
gotoMap({required MapUtilEnum type, dynamic longitude, dynamic latitude, dynamic formGaode = false}) Future
gotoTencentMap(dynamic longitude, dynamic latitude) Future<bool>
腾讯地图