OlaMapFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • OlaMapFlutterPlatform
Implementers

Constructors

OlaMapFlutterPlatform.new()
Constructs a OlaMapFlutterPlatform.

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

addCustomMarker({required Widget child, required double latitude, required double longitude, required String markerId, bool? setIsIconClickable = false, bool? setIsAnimationEnable = false, bool? setIsInfoWindowDismissOnClick = false}) Future<void>
addMarker(double latitude, double longitude) Future<void>
checkLocationPermission() Future<void>
clearMarkers() Future<void>
getCurrentLocation() Future
handleMethod(MethodCall call) Future<void>
hideCurrentLocation() Future<void>
initializeMap(String apiKey) Future<void>
moveToCurrentLocation() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMarker({required String markerId}) Future<void>
requestLocationPermission() Future<void>
setChannelName(MethodChannel channel) → void
showCurrentLocation() Future<void>
toString() String
A string representation of this object.
inherited
zoomIn() Future<void>
zoomOut() Future<void>
zoomTo({required double zoom}) Future<void>

Operators

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

Static Properties

instance OlaMapFlutterPlatform
The default instance of OlaMapFlutterPlatform to use.
getter/setter pair