IMapRF class abstract interface

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
OnMapCreated ↔ void Function()?
getter/setter pair
OnPointerUp ↔ void Function(double lat, double lng)?
getter/setter pair
OnScroll ↔ void Function(double lat, double lng, double zoom)?
getter/setter pair
OnTap ↔ void Function(double, double)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
OnLongTap() → void
OnPositionedChanged() → void
RenderEngine() → dynamic
toString() String
A string representation of this object.
inherited
ZoomIn() → void
ZoomOut() → void

Operators

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