Drawing route between two GPS coordinates [closed] - android

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I understand I have to take latitudes and longitudes at a certain period of time using on location changed method but how will I draw a line between two points...
Thank you in advance

You can use this for drawing line between two points using maps v2:
https://developers.google.com/maps/documentation/android/

Related

As I can move a marker in a MapFragment in real time? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Please someone knows how to make a marker to move while a car is walking in a MapFragment android studio, thanks
You just want to update the location of the marker according to the car's position or you want to animate the marker. Check these
move marker on google maps api 2
Move markers in google map v2 android

how to get move direction using acceleometer and gps in android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to get move direction accurately in my android app. using accelenometer and GPS I do not know how much it is possible to get by using accelenometer and GPS
please help me
Try reading tutorials in the android.developer website. You can begin from here
*Also try not to post questions that are incomplete and already answered. Happy coding .

Android draw route on openstreetmap [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am looking for a way to draw a route path on openstreetmap in my android app.
I only have the start and end points, however do not want just a straight line.
Any ideas on how I could do this?
For obtaining a route you can use one of the various online routers for OSM. Many of them offer a GPX export of the calculated route which you then can display in your application.
Have you looked at the Open Street Map wiki, including the Traveling Salesman example:
http://wiki.openstreetmap.org/wiki/Traveling_salesman

How to show current weather condition of current location in android? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can any one tell me how to show current weather condition of a current location in android.
Is there any examples available to achieve this?
Suggestion please.
Thanks for your precious time!..
Use the Free Local Weather REST API. In the api, there is a provision to get weather of location in longitude/latitude. Return types are in JSON, XML etc

How to zoom in display of device for android? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want zoom in display of device itself without rooting.
for example..
like zoom in home screen.
Is this way exist?
This question is inappropriate as it's not a programming question. However what you want is magnification gestures. This was included into Android 4.1 but may not be included by all manufacturers.

Categories

Resources