com_amap_api_fence_GeoFenceClient class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
refId String?
unique id of native side counterpart object
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag__ String
custom tag
finalgetter/setter pairinherited-setteroverride-getter

Methods

addGeoFence__com_amap_api_location_DPoint__double__String(com_amap_api_location_DPoint var1, double var2, String var3) Future<void>
addGeoFence__List_com_amap_api_location_DPoint___String(List<com_amap_api_location_DPoint> var1, String var2) Future<void>
addGeoFence__String__String(String var1, String var2) Future<void>
addGeoFence__String__String__com_amap_api_location_DPoint__double__int__String(String var1, String var2, com_amap_api_location_DPoint var3, double var4, int var5, String var6) Future<void>
addGeoFence__String__String__String__int__String(String var1, String var2, String var3, int var4, String var5) Future<void>
addJsonableProperty__(int propertyKey, Object property) Future<void>
为类型添加jsonable属性
inherited
addListProperty__(int propertyKey, List<Ref> property) Future<void>
为类型添加属性
inherited
addProperty__(int propertyKey, Ref property) Future<void>
为类型添加属性
inherited
asBatch<T extends Ref>(int length) List<T>
转换为批处理
inherited
createPendingIntent(String var1) Future<android_app_PendingIntent?>
getAllGeoFence() Future<List<com_amap_api_fence_GeoFence>?>
getJsonableProperty__(int propertyKey) Future
获取添加字段的jsonable值
inherited
getProperty__(int propertyKey) Future<Ref>
获取添加字段的值
inherited
isNull() Future<bool?>
inherited
isPause() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseGeoFence() Future<void>
performSelectorWithObject__(String selector, Object object) Future<void>
通过反射调用方法
inherited
release__() Future<void>
释放当前引用对象
inherited
removeGeoFence() Future<void>
removeGeoFence__com_amap_api_fence_GeoFence(com_amap_api_fence_GeoFence var1) Future<bool?>
resumeGeoFence() Future<void>
setActivateAction(int var1) Future<void>
setGeoFenceAble(String var1, bool var2) Future<void>
setGeoFenceListener(com_amap_api_fence_GeoFenceListener var1) Future<void>
toString() String
A string representation of this object.
override

Operators

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

Static Properties

GEOFENCE_IN int
final
GEOFENCE_OUT int
final
GEOFENCE_STAYED int
final

Constants

name__ → const String