AMapGeoFenceManager class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- refId ↔ String?
-
unique id of native side counterpart object
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tag__ ↔ String
-
custom tag
finalread / writeinherited-setteroverride-getter
Methods
-
addAroundPOIRegionForMonitoringWithLocationPoint_aroundRadius_keyword_POIType_size_customID(
CLLocationCoordinate2D locationPoint, int aroundRadius, String keyword, String type, int size, String customID) → Future< void> -
addCircleRegionForMonitoringWithCenter_radius_customID(
CLLocationCoordinate2D center, double radius, String customID) → Future< void> -
addDistrictRegionForMonitoringWithDistrictName_customID(
String districtName, String customID) → Future< void> -
addJsonableProperty__(
int propertyKey, Object property) → Future< void> -
为类型添加jsonable属性
inherited
-
addKeywordPOIRegionForMonitoringWithKeyword_POIType_city_size_customID(
String keyword, String type, String city, int size, String customID) → Future< void> -
addListProperty__(
int propertyKey, List< Ref> property) → Future<void> -
为类型添加属性
inherited
-
addPolygonRegionForMonitoringWithCoordinates_count_customID(
List< CLLocationCoordinate2D> coordinates, int count, String customID) → Future<void> -
addProperty__(
int propertyKey, Ref property) → Future< void> -
为类型添加属性
inherited
-
asBatch<
T extends Ref> (int length) → List< T> -
转换为批处理
inherited
-
geoFenceRegionsWithCustomID(
String customID) → Future< List?> -
get_activeAction(
) → Future< AMapGeoFenceActiveAction?> -
get_allowsBackgroundLocationUpdates(
) → Future< bool?> -
get_detectRiskOfFakeLocation(
) → Future< bool?> -
get_pausesLocationUpdatesAutomatically(
) → Future< bool?> -
getJsonableProperty__(
int propertyKey) → Future -
获取添加字段的jsonable值
inherited
-
getProperty__(
int propertyKey) → Future< Ref> -
获取添加字段的值
inherited
-
isNull(
) → Future< bool?> -
inherited
-
monitoringGeoFenceRegionsWithCustomID(
String customID) → Future< List?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
pausedGeoFenceRegionsWithCustomID(
String customID) → Future< List?> -
pauseGeoFenceRegionsWithCustomID(
String customID) → Future< List?> -
pauseTheGeoFenceRegion(
AMapGeoFenceRegion region) → Future< bool?> -
performSelectorWithObject__(
String selector, Object object) → Future< void> -
通过反射调用方法
inherited
-
release__(
) → Future< void> -
释放当前引用对象
inherited
-
removeAllGeoFenceRegions(
) → Future< void> -
removeGeoFenceRegionsWithCustomID(
String customID) → Future< void> -
removeTheGeoFenceRegion(
AMapGeoFenceRegion region) → Future< void> -
set_activeAction(
AMapGeoFenceActiveAction activeAction) → Future< void> -
set_allowsBackgroundLocationUpdates(
bool allowsBackgroundLocationUpdates) → Future< void> -
set_delegate(
AMapGeoFenceManagerDelegate delegate) → Future< void> -
set_detectRiskOfFakeLocation(
bool detectRiskOfFakeLocation) → Future< void> -
set_pausesLocationUpdatesAutomatically(
bool pausesLocationUpdatesAutomatically) → Future< void> -
startGeoFenceRegionsWithCustomID(
String customID) → Future< List?> -
startTheGeoFenceRegion(
AMapGeoFenceRegion region) → Future< bool?> -
statusWithGeoFenceRegion(
AMapGeoFenceRegion region) → Future< AMapGeoFenceRegionActiveStatus?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create__(
{bool init = true}) → Future< AMapGeoFenceManager> -
create_batch__(
int length, {bool init = true}) → Future< List< AMapGeoFenceManager> >