I have built a commercial application based on WPF for analysing the Call Data Records of cell phones for police and investigation agencies. This app has a geo co-ordinates of the cell towers mentioned. I want to show them on the map in offline mode. Can this be done and how? asked 11 Jun '15, 14:08 DAWAD aseerel4c26 ♦ |
There are some solutions to have OSM based maps displayed offline on different devices ... Do a search for "offline" in this FAQ site or in the OSM wiki to find some examples. Maybe a program that uses vector maps from Mapsforge are suitable. Go to the Github pages of mapsforge and see the list of apps using mapsforge maps. Then displaying own objects via any coordinates should not be difficult. answered 11 Jun '15, 17:23 stephan75 |