MarkerSettings constructor
Implementation
MarkerSettings(
{this.isVisible = false,
this.height = 8,
this.width = 8,
this.color = Colors.white,
this.shape = DataMarkerType.circle,
this.borderWidth = 2,
this.borderColor,
this.imageUrl});