I've searched and tried for hours but can't find how to set zIndex for a Marker object, or MarkerOptions or MarkerExtras. Does anyone know how?
It can be done for Circles, Polylines and Polygons but, it seems, not for Markers.
I've tried this, and many other combinations, without success
(in this case the error is - java.lang.RuntimeException: java.lang.RuntimeException: Method: setZIndex not matched - despite setZIndex being available here)
Any ideas?
It can be done for Circles, Polylines and Polygons but, it seems, not for Markers.
I've tried this, and many other combinations, without success
B4X:
Dim jo As JavaObject = myMarker
jo.RunMethod( "setZIndex", Array( 10 ) )
(in this case the error is - java.lang.RuntimeException: java.lang.RuntimeException: Method: setZIndex not matched - despite setZIndex being available here)
Any ideas?