MapMarker class
Constructors
- MapMarker({@required String id, @required dynamic position, @required dynamic icon, @required String info, @required dynamic controller, dynamic isCluster: false, dynamic clusterId, dynamic pointsSize, dynamic childMarkerId})
- MapMarker.fromMarker(dynamic m)
Properties
- controller ↔ dynamic
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- icon ↔ dynamic
-
read / write
- id ↔ String
-
read / write
- info ↔ String
-
read / write
- position ↔ dynamic
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMarker(
) → dynamic -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited