touchsquid Active Member Licensed User Longtime User May 25, 2022 #1 I have Google maps in B4A displaying tiel overlays from OpenSeaMap. It works well. I don't see any tile overlay functions in the Google Maps library in B4i. Is it possible to add these in some way? Thanks!
I have Google maps in B4A displaying tiel overlays from OpenSeaMap. It works well. I don't see any tile overlay functions in the Google Maps library in B4i. Is it possible to add these in some way? Thanks!
Erel B4X founder Staff member Licensed User Longtime User May 26, 2022 #2 If you are interested in a specific region then you can use GoogleMapsExtra to add an image with AddGroundOverlay. Upvote 0
If you are interested in a specific region then you can use GoogleMapsExtra to add an image with AddGroundOverlay.
touchsquid Active Member Licensed User Longtime User May 26, 2022 #3 Thanks. However, I am using a worldwide tile server from OpenSeamap. It works fine with GoogleMapsExtra TileOverlay in B4A. Are these functions not available in the Googlemaps API for IOS? Upvote 0
Thanks. However, I am using a worldwide tile server from OpenSeamap. It works fine with GoogleMapsExtra TileOverlay in B4A. Are these functions not available in the Googlemaps API for IOS?
touchsquid Active Member Licensed User Longtime User May 27, 2022 #4 It seems this is possible with inline objective C. Google documents it here: https://developers.google.com/maps/documentation/ios-sdk/tiles#maps_ios_tile_layers_add-objective-c Unfortunately my understanding of this is limited. I would be willing to pay to add the need functions to iGoogleMapsExtras Upvote 0
It seems this is possible with inline objective C. Google documents it here: https://developers.google.com/maps/documentation/ios-sdk/tiles#maps_ios_tile_layers_add-objective-c Unfortunately my understanding of this is limited. I would be willing to pay to add the need functions to iGoogleMapsExtras