ImageMarker constructor
ImageMarker({})
Implementation
ImageMarker({
required this.x,
required this.y,
required this.color,
this.markerTitle,
this.note,
this.photos,
this.photosName,
});
ImageMarker({
required this.x,
required this.y,
required this.color,
this.markerTitle,
this.note,
this.photos,
this.photosName,
});