OSMPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • OSMPlatform
Implementers

Constructors

OSMPlatform()

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

close(int idOSM) → void
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>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance OSMPlatform
Platform-specific plugins should set this with their own platform-specific class that extends OSMPlatformInterface when they register themselves.
getter/setter pair
token Object
final