com_amap_api_location_AMapLocationClientOption class Null safety
- Inheritance
-
- Object
- Ref
- java_lang_Object
- com_amap_api_location_AMapLocationClientOption
- Mixed in types
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
-
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
-
clone(
) → Future< com_amap_api_location_AMapLocationClientOption?> -
getCacheCallBack(
) → Future< bool?> -
getCacheCallBackTime(
) → Future< int?> -
getCacheTimeOut(
) → Future< int?> -
getDeviceModeDistanceFilter(
) → Future< double?> -
getGeoLanguage(
) → Future< com_amap_api_location_AMapLocationClientOption_GeoLanguage?> -
getGpsFirstTimeout(
) → Future< int?> -
getHttpTimeOut(
) → Future< int?> -
getInterval(
) → Future< int?> -
getJsonableProperty__(
int propertyKey) → Future -
获取添加字段的jsonable值
inherited
-
getLastLocationLifeCycle(
) → Future< int?> -
getLocationMode(
) → Future< com_amap_api_location_AMapLocationClientOption_AMapLocationMode?> -
getLocationProtocol(
) → Future< com_amap_api_location_AMapLocationClientOption_AMapLocationProtocol?> -
getLocationPurpose(
) → Future< com_amap_api_location_AMapLocationClientOption_AMapLocationPurpose?> -
getProperty__(
int propertyKey) → Future< Ref> -
获取添加字段的值
inherited
-
getScanWifiInterval(
) → Future< int?> -
isGpsFirst(
) → Future< bool?> -
isKillProcess(
) → Future< bool?> -
isLocationCacheEnable(
) → Future< bool?> -
isMockEnable(
) → Future< bool?> -
isNeedAddress(
) → Future< bool?> -
isNull(
) → Future< bool?> -
inherited
-
isOffset(
) → Future< bool?> -
isOnceLocation(
) → Future< bool?> -
isOnceLocationLatest(
) → Future< bool?> -
isSensorEnable(
) → Future< bool?> -
isWifiActiveScan(
) → Future< bool?> -
isWifiScan(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
performSelectorWithObject__(
String selector, Object object) → Future< void> -
通过反射调用方法
inherited
-
release__(
) → Future< void> -
释放当前引用对象
inherited
-
setCacheCallBack(
bool var1) → Future< void> -
setCacheCallBackTime(
int var1) → Future< void> -
setCacheTimeOut(
int var1) → Future< void> -
setDeviceModeDistanceFilter(
double var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setGeoLanguage(
com_amap_api_location_AMapLocationClientOption_GeoLanguage var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setGpsFirst(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setGpsFirstTimeout(
int var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setHttpTimeOut(
int var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setInterval(
int var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setKillProcess(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setLastLocationLifeCycle(
int var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setLocationCacheEnable(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setLocationMode(
com_amap_api_location_AMapLocationClientOption_AMapLocationMode var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setLocationPurpose(
com_amap_api_location_AMapLocationClientOption_AMapLocationPurpose var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setMockEnable(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setNeedAddress(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setOffset(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setOnceLocation(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setOnceLocationLatest(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setSensorEnable(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setWifiActiveScan(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
setWifiScan(
bool var1) → Future< com_amap_api_location_AMapLocationClientOption?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create__(
) → Future< com_amap_api_location_AMapLocationClientOption> -
create_batch__(
int length) → Future< List< com_amap_api_location_AMapLocationClientOption> > -
get_static_OPEN_ALWAYS_SCAN_WIFI(
) → Future< bool?> -
get_static_SCAN_WIFI_INTERVAL(
) → Future< int?> -
getAPIKEY(
) → Future< String?> -
isDownloadCoordinateConvertLibrary(
) → Future< bool?> -
isOpenAlwaysScanWifi(
) → Future< bool?> -
setDownloadCoordinateConvertLibrary(
bool var0) → Future< void> -
setLocationProtocol(
com_amap_api_location_AMapLocationClientOption_AMapLocationProtocol var0) → Future< void> -
setOpenAlwaysScanWifi(
bool var0) → Future< void> -
setScanWifiInterval(
int var0) → Future< void>