Marker constructor
Marker({
- required LatLng position,
- double opacity = 1,
- String title = '',
- MarkerAnimation animation = MarkerAnimation.BOUNCE,
- bool visible = true,
- int zIndex = 0,
- MarkerLabel? label,
- bool clickable = true,
- _BaseIcon? icon,
Implementation
Marker({
required LatLng position,
double opacity=1,
String title='',
this.animation=MarkerAnimation.BOUNCE,
bool visible=true,
int zIndex=0,
MarkerLabel? label,
bool clickable=true,
_BaseIcon? icon
}):_position=position,_opacity=opacity,_title=title,_label=label,_icon=icon,super(visible,clickable,zIndex);