getMapImageUri static method
Implementation
static String getMapImageUri(double latitude, double longitude) {
var key = MirrorflyUikit.instance.googleMapKey;//Constants.googleMapKey;
return ("https://maps.googleapis.com/maps/api/staticmap?center=$latitude,$longitude&zoom=13&size=300x200&markers=color:red|$latitude,$longitude&key=$key");
}