Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm developing a Facebook app which allow my users to draw their wanted path on Google map for their marathon purpose. I'm gonna use mySQL database records to create some fixed points (some places according to their latitude and longtitude) and there will be a start and a end point. So whenever a fix point is clicked, a line will be drawn/plot between the previous point clicked and the current point clicked.

Do you guys know how I can achieve this ? Links, tutorials, codes, comments and references are all welcomed. Just start learning Google maps today therefore I hope I can get useful and knowledgeable helps. Thanks a million guys.

Language used is PHP, javascript is also acceptable.

share|improve this question

closed as not a real question by DMCS, Dan J, BK., Robert Harvey Jan 19 '12 at 22:08

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

The Google Maps API has a Drawing Library which allows you to do exactly that. Load it in, put the control up, if you want limit it to only polylines, and then when you get a completed event post it back to your server.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.