LocationFlutterPlugin class

Constructors

LocationFlutterPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authAK(String key) Future<bool>
getApiKeyCallback({required BMFSetApiKeyResultCallback callback}) → void
headingAvailable() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResultCallback({required BMFLocationResultCallback callback}) → void
prepareLoc(Map androidMap, Map iosMap) Future<bool>
seriesLocationCallback({required BMFLocationResultCallback callback}) → void
setAgreePrivacy(bool isAgree) Future<bool>
singleLocation(Map arguments) Future<bool>
singleLocationCallback({required BMFLocationResultCallback callback}) → void
startLocation() Future<bool>
startUpdatingHeading() Future<bool>
stopLocation() Future<bool>
stopUpdatingHeading() Future<bool>
toString() String
A string representation of this object.
inherited
updateHeadingCallback({required BMFHeadingResultCallback callback}) → void

Operators

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

Static Methods

setApiKey(String key) Future<bool>