eineving / truckerboys

3 stars 3 forks source link

Implement Google maps API #27

Closed eineving closed 10 years ago

s-petersson commented 10 years ago

Implemented and works, but I need to figure out how to manually draw a triangle at our current position and then move it accordingly.

s-petersson commented 10 years ago

Now draws a custom arrow at our current position. All that remains is interpolating the markers position and bearing, making the users experience alot smoother. Which Martin has taken the responsibility of doing.

s-petersson commented 10 years ago

Interpolation is implemented and MapModel is now also connected with RouteActivity. In other words it takes a new route at an event and redraws that on the map.