MarkerData constructor
Implementation
MarkerData({
required this.position,
required this.title,
required this.description,
required this.id,
this.address,
this.isLocal = false,
this.isSaving = false,
this.color = Colors.blue,
this.isEncrypted = false,
});