I've been searching but I can't find a demo showing how GoogleMapExtras works with GoogleMap. For example, when I add markers to my GoogleMapExtras instance, they don't appear on my GoogleMap instance.
Dim MarkerOptions1 As MarkerOptions
MarkerOptions1.Initialize
MarkerOptions1.Position2(mylat,mylon).Snippet("").Title("Hello World").Visible(True)
MarkerOptions1.Icon(BitmapDescriptor1)
MarkerOptions1.Anchor(0.5,0.5)
Dim Marker1 As Marker=GoogleMapsExtras1.AddMarker(GoogleMap1, MarkerOptions1)
Thank you and I found that code, but I don't get markers. If I use the GoogleMap markers, I get markers. But I specifically want to use the features of GoogleMapExtras.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.