0

I am decided to create an application that can pass the coordinates data stored in Spatialite data to the Google Map for Android for marker display.

Mathemats
  • 1,185
  • 4
  • 22
  • 35
Jimmy Lee
  • 91
  • 3
  • 11

1 Answers1

-1

Use spatialite-android in your app. You can download binaries here and add *.so files in your app's lib folder. How to connect, work with spatial data, you can guide yourself by exemples from here

Community
  • 1
  • 1