com_amap_api_location_AMapLocation class Null safety
- Inheritance
-
- Object
- Ref
- java_lang_Object
- android_location_Location
- com_amap_api_location_AMapLocation
- Mixed in types
Constructors
Properties
-
accuracy
→ Future<
double?> -
read-onlyinherited
-
altitude
→ Future<
double?> -
read-onlyinherited
-
bearing
→ Future<
double?> -
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
latitude
→ Future<
double?> -
read-onlyinherited
-
longitude
→ Future<
double?> -
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
-
speed
→ Future<
double?> -
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_AMapLocation?> -
getAccuracy(
) → Future< double?> -
getAdCode(
) → Future< String?> -
getAddress(
) → Future< String?> -
getAltitude(
) → Future< double?> -
getAoiName(
) → Future< String?> -
getBearing(
) → Future< double?> -
getBuildingId(
) → Future< String?> -
getCity(
) → Future< String?> -
getCityCode(
) → Future< String?> -
getConScenario(
) → Future< int?> -
getCoordType(
) → Future< String?> -
getCountry(
) → Future< String?> -
getDescription(
) → Future< String?> -
getDistrict(
) → Future< String?> -
getErrorCode(
) → Future< int?> -
getErrorInfo(
) → Future< String?> -
getExtras(
) → Future< android_os_Bundle?> -
getFloor(
) → Future< String?> -
getGpsAccuracyStatus(
) → Future< int?> -
getJsonableProperty__(
int propertyKey) → Future -
获取添加字段的jsonable值
inherited
-
getLatitude(
) → Future< double?> -
getLocationDetail(
) → Future< String?> -
getLocationQualityReport(
) → Future< com_amap_api_location_AMapLocationQualityReport?> -
getLocationType(
) → Future< int?> -
getLongitude(
) → Future< double?> -
getPoiName(
) → Future< String?> -
getProperty__(
int propertyKey) → Future< Ref> -
获取添加字段的值
inherited
-
getProvider(
) → Future< String?> -
getProvince(
) → Future< String?> -
getRoad(
) → Future< String?> -
getSatellites(
) → Future< int?> -
getSpeed(
) → Future< double?> -
getStreet(
) → Future< String?> -
getStreetNum(
) → Future< String?> -
getTrustedLevel(
) → Future< int?> -
isFixLastLocation(
) → Future< bool?> -
isMock(
) → Future< bool?> -
isNull(
) → Future< bool?> -
inherited
-
isOffset(
) → 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
-
setAccuracy(
double accuracy) → Future< void> -
inherited
-
setAdCode(
String var1) → Future< void> -
setAddress(
String var1) → Future< void> -
setAltitude(
double var1) → Future< void> -
override
-
setAoiName(
String var1) → Future< void> -
setBearing(
double var1) → Future< void> -
override
-
setBuildingId(
String var1) → Future< void> -
setCity(
String var1) → Future< void> -
setCityCode(
String var1) → Future< void> -
setConScenario(
int var1) → Future< void> -
setCoordType(
String var1) → Future< void> -
setCountry(
String var1) → Future< void> -
setDescription(
String var1) → Future< void> -
setDistrict(
String var1) → Future< void> -
setErrorCode(
int var1) → Future< void> -
setErrorInfo(
String var1) → Future< void> -
setExtras(
android_os_Bundle var1) → Future< void> -
setFixLastLocation(
bool var1) → Future< void> -
setFloor(
String var1) → Future< void> -
setGpsAccuracyStatus(
int var1) → Future< void> -
setLatitude(
double var1) → Future< void> -
override
-
setLocationDetail(
String var1) → Future< void> -
setLocationQualityReport(
com_amap_api_location_AMapLocationQualityReport var1) → Future< void> -
setLocationType(
int var1) → Future< void> -
setLongitude(
double var1) → Future< void> -
override
-
setMock(
bool var1) → Future< void> -
setNumber(
String var1) → Future< void> -
setOffset(
bool var1) → Future< void> -
setPoiName(
String var1) → Future< void> -
setProvider(
String var1) → Future< void> -
setProvince(
String var1) → Future< void> -
setRoad(
String var1) → Future< void> -
setSatellites(
int var1) → Future< void> -
setSpeed(
double var1) → Future< void> -
override
-
setStreet(
String var1) → Future< void> -
setTrustedLevel(
int var1) → Future< void> -
toStr(
) → Future< String?> -
toStr__int(
int var1) → Future< String?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- COORD_TYPE_GCJ02 → String
-
final
- COORD_TYPE_WGS84 → String
-
final
- ERROR_CODE_AIRPLANEMODE_WIFIOFF → int
-
final
- ERROR_CODE_FAILURE_AUTH → int
-
final
- ERROR_CODE_FAILURE_CELL → int
-
final
- ERROR_CODE_FAILURE_COARSE_LOCATION → int
-
final
- ERROR_CODE_FAILURE_CONNECTION → int
-
final
- ERROR_CODE_FAILURE_INIT → int
-
final
- ERROR_CODE_FAILURE_LOCATION → int
-
final
- ERROR_CODE_FAILURE_LOCATION_PARAMETER → int
-
final
- ERROR_CODE_FAILURE_LOCATION_PERMISSION → int
-
final
- ERROR_CODE_FAILURE_NOENOUGHSATELLITES → int
-
final
- ERROR_CODE_FAILURE_NOWIFIANDAP → int
-
final
- ERROR_CODE_FAILURE_PARSER → int
-
final
- ERROR_CODE_FAILURE_SIMULATION_LOCATION → int
-
final
- ERROR_CODE_FAILURE_WIFI_INFO → int
-
final
- ERROR_CODE_INVALID_PARAMETER → int
-
final
- ERROR_CODE_NO_COMPENSATION_CACHE → int
-
final
- ERROR_CODE_NOCGI_WIFIOFF → int
-
final
- ERROR_CODE_SERVICE_FAIL → int
-
final
- ERROR_CODE_UNKNOWN → int
-
final
- GPS_ACCURACY_BAD → int
-
final
- GPS_ACCURACY_GOOD → int
-
final
- GPS_ACCURACY_UNKNOWN → int
-
final
- LOCATION_COMPENSATION → int
-
final
- LOCATION_SUCCESS → int
-
final
- LOCATION_TYPE_AMAP → int
-
final
- LOCATION_TYPE_CELL → int
-
final
- LOCATION_TYPE_COARSE_LOCATION → int
-
final
- LOCATION_TYPE_FAST → int
-
final
- LOCATION_TYPE_FIX_CACHE → int
-
final
- LOCATION_TYPE_GPS → int
-
final
- LOCATION_TYPE_LAST_LOCATION_CACHE → int
-
final
- LOCATION_TYPE_OFFLINE → int
-
final
- LOCATION_TYPE_SAME_REQ → int
-
final
- LOCATION_TYPE_WIFI → int
-
final
- TRUSTED_LEVEL_BAD → int
-
final
- TRUSTED_LEVEL_HIGH → int
-
final
- TRUSTED_LEVEL_LOW → int
-
final
- TRUSTED_LEVEL_NORMAL → int
-
final
Static Methods
-
create__android_location_Location(
android_location_Location var1) → Future< com_amap_api_location_AMapLocation> -
create__String(
String var1) → Future< com_amap_api_location_AMapLocation> -
create_batch__android_location_Location(
List< android_location_Location> var1) → Future<List< com_amap_api_location_AMapLocation> > -
create_batch__String(
List< String> var1) → Future<List< com_amap_api_location_AMapLocation> >