osm_flutter
osm_flutter copied to clipboard
Assetmarker image is different size in iOS and android
I have the same .png image for both iOS and android. but in IOS its a little bloated , I am using it on a real device.
await osmController!.setMarkerOfStaticPoint(
id: driverKey!,
markerIcon: MarkerIcon(
assetMarker:
AssetMarker(image: AssetImage("images/images/car-ios.png")),
));
duplicated (#216) i will fixed soon
in ios i forced to make static size by default not like android i just convert to drawable and shown like it's
check the new version 0.39.0