Skip to content

Releases: amalChandran/trail-android

Bug fixes

09 May 03:31
Compare
Choose a tag to compare

Issue fixed while drawing an arc while the points of the arc are out of map's viewport.
Arc needed more than two points to draw. Reduced it to 2.

v1.51

26 Feb 12:21
Compare
Choose a tag to compare
Arc route animation issue fixed for 5.0>

Optimised route overlay.

25 Feb 14:53
Compare
Choose a tag to compare
Pre-release

Reduced the drag that used to be visible in the older versions between the route and map.

Arc loader

21 Nov 20:30
Compare
Choose a tag to compare
Arc loader Pre-release
Pre-release

A new loader between two location is added.

Route overlay

11 Nov 03:26
c89a343
Compare
Choose a tag to compare
Route overlay Pre-release
Pre-release

Uses google maps projection api to animate route over google map. There is so much scope for improvement. Please report the issues, I will fix issues as soon as possible.

Route drawn using projection.

10 Nov 10:57
7b92676
Compare
Choose a tag to compare
Pre-release
v1.1

Update README.md

Poly line based route

08 Nov 13:35
Compare
Choose a tag to compare
Poly line based route Pre-release
Pre-release

Animates the route progression between two points using the google maps' polyline api.