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

Improve camera fit to bound for mock route #22

Closed AbolfaZlRezaEe closed 1 year ago

AbolfaZlRezaEe commented 2 years ago

when the user chooses the destination location, we draw the line on the map and after that, we fit the map to the route. but we have some problems on fit the route. sometimes we fit it wrong and sometimes we fit it well on screen. we should improve the functionality of that!

AbolfaZlRezaEe commented 1 year ago

this issue was done after using Google Map SDK instead of Neshan Map SDK.