CSCI321 - Project Diary

Wednesday, July 26

Another Google Map Test Page

Spent about 2 hrs working through the Google Map API's building up the "standard" controls that we will need on the Map.

Will need to add the following

  1. Top Right Nav/Zoom control, map.addControl(new GSmallMapControl());
  2. Map Type, Map/Satellite/Hybrid, map.addControl(new GMapTypeControl());
  3. Overview Map. map.addControl(new GOverviewMapControl ());
I added a point and a popup for it, next I want to update this points location no a time basis.

Currently the page looks like.



Also been watching a series of video's on using Visual Web Developer 2005 Express Edition

Shawn

0 Comments:

Post a Comment

<< Home