Hi,
There are many customized markers available at the following links
http://maps.gstatic.com/mapfiles/markers2/marker_greenA.png
http://maps.gstatic.com/mapfiles/markers2/marker_greenB.png
ie for all the English alphabets a PNG file is available.
How can I use it directly via gmap.AddMarker ?
gmap.AddMarker3 expects the parameter as a bitmap and not a URL string
I know that I can keep all the images/markers in my asset folder and then use it, I am looking for an alternative solution so that I don't need to keep the marker files in my asset folder and that I can directly use the URL.
Any help will be appreciated.
There are many customized markers available at the following links
http://maps.gstatic.com/mapfiles/markers2/marker_greenA.png
http://maps.gstatic.com/mapfiles/markers2/marker_greenB.png
ie for all the English alphabets a PNG file is available.
How can I use it directly via gmap.AddMarker ?
gmap.AddMarker3 expects the parameter as a bitmap and not a URL string
I know that I can keep all the images/markers in my asset folder and then use it, I am looking for an alternative solution so that I don't need to keep the marker files in my asset folder and that I can directly use the URL.
Any help will be appreciated.