GeoMarker constructor
GeoMarker({})
Implementation
GeoMarker({
required this.name,
this.description,
required this.point,
required this.builder,
this.width = 50,
this.height = 50,
this.anchorPos,
});
GeoMarker({
required this.name,
this.description,
required this.point,
required this.builder,
this.width = 50,
this.height = 50,
this.anchorPos,
});