0

So we have a custom map of an area and we want to use location services to locate the position of the user. The only concern is that it will not be in sync with the map we have, and using google maps is not an option. Is there any way to use location services in favor of our map? Or any other idea you may have that could help us?

TL;DR need to track users location on custom map, not using GMaps

Fasih Awan
  • 1,891
  • 4
  • 17
  • 24

1 Answers1

0

This is probably not the most elegant answer, but if you refer to How to get Latitude and Longitude of the mobile device in android?, use the latitude and longitude from the GPS unit and map it to your map, you should end up with a fairly workable solution.

Community
  • 1
  • 1
Ross Aiken
  • 912
  • 1
  • 6
  • 16