Change marker image in the googlemap view

Hi,

Changing the marker image in the googlemap view,

Usage :

B4X:
Sub ChangeMarkerImage(Marker As Marker, NewImage As Bitmap)
    Dim m As NativeObject = Marker
    m.SetField("icon", NewImage)
End Sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…