osm_flutter icon indicating copy to clipboard operation
osm_flutter copied to clipboard

Assetmarker image is different size in iOS and android

Open jesussmile opened this issue 2 years ago • 3 comments

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")),
            ));


IMG_8138 IMG_7733

jesussmile avatar Aug 02 '22 05:08 jesussmile

duplicated (#216) i will fixed soon

liodali avatar Aug 02 '22 14:08 liodali

in ios i forced to make static size by default not like android i just convert to drawable and shown like it's

liodali avatar Aug 02 '22 14:08 liodali

check the new version 0.39.0

liodali avatar Aug 11 '22 20:08 liodali