B4A Question RFC: What does a minimum OSMDroid needs on features - DonManfred (first post)    Dec 23, 2019   (1 reaction) use as a TileSource...
public static final OnlineTileSourceBase FIETS_OVERLAY_NL = new XYTileSource...);
public static final OnlineTileSourceBase BASE_OVERLAY_NL = new XYTileSource("BaseNL"... XYTileSource("RoadsNL",
0, 18, 256, ".png",
new String...);
public static final OnlineTileSourceBase HIKEBIKEMAP = new XYTileSource("HikeBikeMap"... B4A Question library location - jchal (first post)    May 22, 2017 Is OSMDroid the library for xytilesource?... B4A Tutorial OSMDroid - MapView for B4A tutorial - BW17 (first post)    Jan 18, 2016 tile with XYTileSource in OsmDroid 3.08. as this :
Dim MyXYTileSource As XYTileSource
MyXYTileSource.Initialize("my_offline_tile", 4, 15, 256, ".png", "http... B4A Question OSMDroid and Zooming - warwound (first post)    Mar 17, 2014 -zooming.25020/ Look at this example of using the XYTileSource: http://www.b4x.com/android/forum/threads/osmdroid-mapview-for-b4a-tutorial.16310/page-3#post-96437. Try to create an XYTileSource for... the tile server, something like "http://localhost/". Set the XYTileSource name to match.... And your map should limit zooming to the min and max values you used in the XYTileSource Initialize... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGi... B4A Library OSMDroid - MapView for B4A - warwound (first post)    Sep 23, 2012 that was quicker to do than i thought!
Attached is an updated version of OSMDroid, the XYTileSource... is enabled or not.
By default TMS mode is NOT enabled.
Take a look at the XYTileSource tutorial... B4A Question Can I retrive Lat,Long from Webview of Google Maps Centre Home Example? - warwound (first post)    May 7, 2012 it's not important, but if a custom compiled XYTileSource is needed then i'd need to know which... Share My Creation [Web][SithasoDaisy5] Low Code - A Source Code Generator for your Beautiful BANano WebApps - Mashiane    Oct 19, 2025   (4 reactions) Hi Fam Experience it for yourself In 7 simple steps, you can have a running WebApp with CRUD functionalities... 166808 As the name says, SithasoDaisy5 Low Code is a tool to generate source code for your BANano based WebApps using SithasoDaisy5. This TOOL IS NOT FOR SALE OR FOR RESALE but for...: Chop & Change your Forms as you see fit 166812 Step 5: Generate the source code (see the first image) Step 6: Create a B4x SithasoDaisy5 BANano Project and paste your source code. Step 7: Run... B4A Tutorial B4A-Bridge source code - Erel    Sep 2, 2024   (13 reactions)   tags: B4A-Bridge, B4A to examine the code and ask any question about it. Source code: https://github.com... French OsmDroid et DirRootExternal - BW17    May 1, 2021 : Dim CurrentTilesSources As List CurrentTilesSources=Carte1.GetTileSources If CurrentTilesSources.IndexOf("montilesource")=-1 Then Dim MyXYTileSource As XYTileSource MyXYTileSource.Initialize("montilesource", 4, 18, 256, ".tile", "http://localhost") Carte1.AddXYTileSource(MyXYTileSource) Quelqu'un saurait-il comment OSMDroid pourrait aller le tile source ailleurs que dans le dossier... Page: 1   2   3   4   5   6   7   |