Replacement for Android Mapview to use WMS

I am looking for a replacement for Android MapView, because I need to add the WMS service as a map, and it works very poorly using its own view.

I tried using the Osmdroid API for this, but still to no avail. This requires changing several Java classes like XYTileSource and BitmapTileSourceBase. And I'm not sure that I can work, because I did not find information about this.

e.g. https://groups.google.com/forum/?fromgroups#!topic/osmdroid/IUcc4Q0DmOE

There are applications in the Android Market that can work just fine like OruxMaps, but don't have an API for development. :(

Anyone has an idea of ​​how to use the WMS service in another form of card, programmatically.

+6
source share
2 answers

Have you tried the mapforges API: http://code.google.com/p/mapsforge/

0
source

You can try Nutiteq, their API is quite impressive and has many features:

http://www.nutiteq.com/content/different-map-sources

0
source

Source: https://habr.com/ru/post/919864/


All Articles