I am trying to get OpenSeaMap tiles to overlay on a Google Map. I tried the tileoverlay example from this post:
I had to modify the code a bit to get it to run, but no change to the map code.
The marker shows but not the overlay.
Does anyone have a current example of tile overlays working? My code seems correct but no overlays appear.
My example code, based on the GoogleMaps example, is attached.
Thanks!
(old) Google Maps Android v2 tutorial
If you are using B4A v5.80+ then please follow this tutorial: https://www.b4x.com/android/forum/threads/google-maps.63930/#post-404386 GoogleMaps library requires v2.50 or above. GoogleMaps library allows you to add Google maps to your application. This library requires Android 3+ and will...
www.b4x.com
I had to modify the code a bit to get it to run, but no change to the map code.
The marker shows but not the overlay.
Does anyone have a current example of tile overlays working? My code seems correct but no overlays appear.
My example code, based on the GoogleMaps example, is attached.
Thanks!