Search code examples
androiddictionarygeolocationgeospatialnutiteq

guide/information on building an offline mapping Android application using nutiteq


Does anyone have or know of any guides/tutorials/information on how to build an offline mapping Android application using nutiteq?


Solution

  • It depends what data you want to map. Assuming you use latest Nutiteq Maps SDK 3.x:

    • For offline base maps part see Nutiteq developer portal offline packages
    • For offline map overlays there are several options, and you can choose for example between following Data Sources:

      1. For custom app logic use LocalVectorDataSource - add objects with your app
      2. For Shapefiles and other GIS file/DB formats try OGRVectorDataSource
      3. You can implement custom Data Source for more advanced cases
      4. Nutiteq helps you to create own in-house server connection setup