I am thinking to try write a map application for Android... But there is something I am getting confused.
From android document, I know that we should have an API for getting the mobile phone location?
During my research, there is a lot of people talked about using Google Map API, and I heard something about they have API restriction because Google does not own all the data needed to make their maps and do their navigation .
Here is what I am getting confused:
- Is using Mobile's GPS is free? (That's mean I should able to write a application that uses the GPS to get the mobile location without the use of internet)
- I don't really understand how Google Map have API restriction because of data right... What is that data right? So if I write a map application that uses GPS, does that apply to me as well?