Events class
The class contains all the events that are used to communicate between the native platform and the plugin.
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
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Constants
- addMarkers → const String
 - addPolygons → const String
 - addPolylines → const String
 - getPlatformVersion → const String
 - initAutomotive → const String
 - onMapClick → const String
 - onMapReady → const String
 - onMapRendered → const String
 - onStyleLoaded → const String
 - removeAllMarkers → const String
 - removeAllPolygons → const String
 - removeAllPolylines → const String
 - removeMarker → const String
 - removePolygon → const String
 - removePolyline → const String