Hi, playing again with GoogleMap library,
If I use "Mymap.AddMarker" function, the marker size is autoscaled according to the device resolution and appears of the correct dimension on any device.
If I use "MyMap.AddMarker3" to load a custom bitmap, the marker size is fixed and appears little on high resolution device or big on low resolution device.
I have tryed also with GoogleMapExtras but same results.
I have many different icons to show on the map, do I have to build several icon sets and use different set on different resolution devices or is there a better solution ?
Marco
If I use "Mymap.AddMarker" function, the marker size is autoscaled according to the device resolution and appears of the correct dimension on any device.
If I use "MyMap.AddMarker3" to load a custom bitmap, the marker size is fixed and appears little on high resolution device or big on low resolution device.
I have tryed also with GoogleMapExtras but same results.
I have many different icons to show on the map, do I have to build several icon sets and use different set on different resolution devices or is there a better solution ?
Marco