2

I'm going to write a GPS routing application using Google APIs. So far I know that I have to use Google Directions service to obtain and show the path between two points on a map. But How can I show a, for example, rectangle that represents the moving object that is GPS enabled.and How can I move it? should I get lat,lng from GPS and resetting the position of the object? Thanks

s4eed
  • 7,173
  • 9
  • 67
  • 104

1 Answers1

1

There are many example applications for Google Maps API. I think it will be very good start https://developers.google.com/maps/documentation/javascript/examples/

Tutankhamen
  • 3,532
  • 1
  • 30
  • 38
  • Of course, version 3 is better, I just give you my stored url which is already outdated... i modify my answer.. – Tutankhamen Aug 25 '12 at 11:55