In my direction class I have two geo points.One corresponds to current position and other is a fixed geo point.Current position will keeps changing.I need to draw route between these two points and need to change this line for a change in distance of 500m.
In my direction class I have two geo points.One corresponds to current position and
Share
I think best solution is called android internal map activity to show route between two geo points . Please refer below code.
It called built in map activity and draw a route path between current and fixed latitude and longitude.