Installation guide

10
c. Path: Add a path in the map.
6.2. Google Maps JavaScript API V3. There are three Google official web pages that you can
reference as tutorials.
1. https://developers.google.com/maps/articles/
2. https://developers.google.com/maps/documentation/javascript/
3. https://developers.google.com/maps/documentation/javascript/services#Directions
a. Hello World. Create a Google map around Stockholm area and set the zoom level to 12
according to http://code.google.com/apis/maps/documentation/v3/introduction.html.
b. Google Map Events. Read about Google map events in the following link of
http://code.google.com/apis/maps/documentation/v3/events.html. Create your own
events. For example, click a marker and reset your map to a certain place with certain
zoom level.
c. Google Maps JavaScript API V3 Services.
Firstly, read about the Google map’s directions service at
https://developers.google.com/maps/documentation/javascript/directions.
Secondly, test the example of
https://google-developers.appspot.com/maps/documentation/javascript/examples/dir
ections-waypoints.
Thirdly, modify the examples and change the “from” to Stockholm and “to” to Uppsala.
Add some middle points such as Lund to see what will happen. Finally, try to add some
travel mode options to your routing map.
7. Report
Put some typical screenshots in your report for each questions, and give some explanations
with codes. Submit your report not later than Sep 11 in Blida.
OBS
1. All the links were last accessed on July 17, 2012.
2. Bring your own Moveable Hard Disk next time, since we are going to use Virtual Machine in Lab 3&4. In
advance setting your own development environment is highly recommended, which enables you have a
deep understanding of the computer architectures that we are using.