AbolfaZlRezaEe / NMock

NMock is an application that you can use to mock your trips with fake locations. This application uses Google Map SDK and Neshan API for Map and location information.
22 stars 6 forks source link

Notify the user that we can't get the locations information out of Iran #29

Closed AbolfaZlRezaEe closed 2 years ago

AbolfaZlRezaEe commented 2 years ago

What's the problem?

At this time we use Neshan Api for reverse Geocoding. but, Neshan has a limitation on Geocoding and that is, we can't get the information of locations out of Iran. and this is not good for users who live out of Iran.

For the solution we want to

For that, we should show a helper in MockEditorActivity. in this helper text, we should notify the user that "we can't get locations information that they are from out the Iran". this isn't a good solution, but for now, we don't have a choice.

Works we should do during this task