MapImageIcon.fromUrl constructor
MapImageIcon.fromUrl({})
icon from the internet
load the image from the given url
Implementation
MapImageIcon.fromUrl(
{required String url,
Point? anchor,
Point? labelOrigin,
this.origin,
this.size,
this.scaledSize})
: _url = url,
super(anchor, labelOrigin);