Marker class
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → void -
setAlpha(
double alpha) → void -
setAnchor(
double x, double y) → void -
setDraggable(
bool draggable) → void -
setIcon(
Bitmap icon) → void -
setPosition(
LatLng position) → void -
setRotation(
double rotation) → void -
setZIndex(
int zIndex) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited