FlutterOsmPluginWeb class

Inheritance

Constructors

FlutterOsmPluginWeb({required BinaryMessenger? messenger})

Properties

hashCode int
The hash code for this object.
no setterinherited
map WebOsmController?
getter/setter pair
mapsController Map<int, WebOsmController>
getter/setter pair
messenger BinaryMessenger?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close(int idOSM) → void
handleMethodCall(int idOSM) Future
Handles method calls over the MethodChannel of this plugin. Note: Check the "federated" architecture for a new way of doing this: https://flutter.dev/go/federated-plugins
init(int idOSM) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGeoPointClickListener(int idMap) Stream<GeoPointEvent>
onLongPressMapClickListener(int idMap) Stream<LongTapEvent>
onMapIsReady(int idMap) Stream<MapInitialization>
onRegionIsChangingListener(int idMap) Stream<RegionIsChangingEvent>
onRoadMapClickListener(int idMap) Stream<RoadTapEvent>
onSinglePressMapClickListener(int idMap) Stream<SingleTapEvent>
onUserPositionListener(int idMap) Stream<UserLocationEvent>
setWebMapController(int idChannel, WebOsmController controller) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getViewType(int mapId) String
registerWith(Registrar registrar) → void

Constants

viewType → const String