What is the best way to show image size for pins in cross development ?
scale or create all kind of images with different size ? Anyone has some example for me...
See #40 Why custom pin icon in iOS bigger than Android?
I don't understand size calculation mechanism via BitmapDescriptorFactory.FromStream.
Workaround is using BitmapDescriptorFactory.FromBundle("image01.png").
In this case, you can prepare image01.png each platform.
For more information, please see Custom marker support(v1.4.0-) - Comparison with Xamarin.Forms.Maps 路 amay077/Xamarin.Forms.GoogleMaps Wiki
is there a way to use the resources instead of the assets for android ? that way you can use it for different screen sizes (hdpi/xhdpi and so on)
I close this issue because this is duplicate of #40.
Please check #40 after this.