YimSuccessLocationResult class

Inheritance

Constructors

YimSuccessLocationResult()
YimSuccessLocationResult.fromBd09(double latitude, double longitude)
factory
YimSuccessLocationResult.fromGcj02(double latitude, double longitude)
factory
YimSuccessLocationResult.fromWgs84(double latitude, double longitude)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasLocationPermission bool
no setteroverride
locationServicesEnabled bool
no setteroverride
message String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
no setteroverride

Methods

appleMapLocation() YimLocationData
override
baiduMapLocation() YimLocationData
override
gaodeMapLocation() YimLocationData
override
googleMapLocation() YimLocationData
override
initWithJsonMap(Map jsonMap) → void
override
initWithJsonObject(Object jsonObject) → void
inherited
initWithJsonString(String json) → void
inherited
jsonValueToDouble(dynamic value) double?
inherited
jsonValueToList<T>(dynamic value, {T itemConvert(dynamic)?}) List<T>?
inherited
jsonValueToString(dynamic value) String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEncodable() → dynamic
override
toJson() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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