PictureMarkerSymbol constructor
const
PictureMarkerSymbol({})
Implementation
const PictureMarkerSymbol({
required this.webUri,
required this.mobileUri,
required this.width,
required this.height,
this.xOffset = 0,
this.yOffset = 0,
});