Does anyone know a way to create a Marker using a Bitmap as it's image instead of a WebImage? I need to be able to create a Bitmap dynamically and use it as the image for a Marker. Unfortunately for me, the overloads only take a WebImage which I cannot seem to manipulate to use a Bitmap. Any ideas?
Thanks in advance!