amap_flutter_base library

Classes

AMapApiKey
高德开放平台api key配置
AMapLocation
定位信息类
AMapPoi
poi
AMapPrivacyStatement
高德开放平台用户隐私声明配置
AMapTools
AMapUtil
LatLng
经纬度坐标对象, 单位为度.
LatLngBounds
经纬度对齐的矩形.

Constants

A_CIRCLE_DEGREE → const int
A_HALF_CIRCLE_DEGREE → const int
DEG_TO_RAD → const double
EARTHRADIUS → const double
ESP → const double
MIN_OFFSET_DEGREE → const int
POINT_ELEMENT_SIZE → const int

Typedefs

ArgumentCallback<T> = void Function(T argument)
带有一个回调参数的回调类型