Start at: 9.00 a.m.
_________________________________________________________
- Geocoding
- Creating markers on the page by clicking and getting these long/lat co-ords & address
- Make a map that makes a route from one place to another
- Make the same route add on another end point
- Format and get the directions information and display this
- Finish project proposal and send in
- Get more info on how to implement google maps into an app (curiosity)
- Figure out how their drag and drop of routes works
function mapClick(marker, point) {
document.getElementById("lng").value = point.x;
document.getElementById("lat").value = point.y; }
Next i will create markers at these points and might try get back the actual location details.
************************************************************************
Break 11.30 - LUNCH
************************************************************************
_________________________________________________________
12.00 p.m.
_________________________________________________________
After having a look at this website i used their code to add pins to where the user clicks. Now i have to figure out how to delete the layers, which i'm going to do on this page. The code i am getting to delete layers i got from here.
************************************************************************
Break 2.00 - Go to tec
************************************************************************ _________________________________________________________
3.00 p.m.
_________________________________________________________
Carry on with stuff.
_________________________________________________________
4.00 p.m. - 6.00 p.m. class
_________________________________________________________
************************************************************************
6.00 p.m. - TEA etc etc
************************************************************************
_________________________________________________________
11.00 p.m.
_________________________________________________________
http://www.mikejonesey.co.uk/html/google_map.html
http://code.google.com/support/bin/answer.py?answer=65620&topic=11364#coordinates http://econym.googlepages.com/basic1.htm
http://www.webmasterworld.com/forum91/4149.htm
http://www.hunlock.com/blogs/Mastering_Javascript_Arrays
http://www.geocodezip.com/MarkerCheckBoxes.asp
_________________________________________________________
Finish hmmm.. 5 Hours
_________________________________________________________
No comments:
Post a Comment