toString method

  1. @override
String toString ()
override

Returns a string representation of this object.

Implementation

@override
String toString() {
  return 'Marker{id: $id, alpha: $alpha, anchor: $anchor, '
      'clickable: $clickable, draggable: $draggable,'
      'icon: $icon, infoWindowEnable: $infoWindowEnable, infoWindow: $infoWindow, position: $position, rotation: $rotation, '
      'visible: $visible, zIndex: $zIndex, onTap: $onTap}';
}