-3

i am trying to create java program that take gps points and draw direction according to these gps points

there is a lot of example of drawing gps direction , but all these example in android

any help

1 Answers1

0

You should use any location library or api.

For example :

This is called Geocoding, and requires matching a place name up to a latitude and longitude.

Vignesh Shiv
  • 1,129
  • 7
  • 22