AMapGeoFenceLatLngModel class

Constructors

AMapGeoFenceLatLngModel({required String keyword, required String poiType, required double aroundRadius, required int size, required LatLng latLng, required String customID})

Properties

aroundRadius double
周边半径
getter/setter pair
customID String
与围栏关联的自有业务ID
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyword String
POI关键字 (北京大学)
getter/setter pair
latLng LatLng
经纬度
getter/setter pair
poiType String
POI类型 (高等院校)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
范围大小
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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