Meet with Expert

Saturday, April 21, 2007

Adding Google Map

Steps, goto Google Map API, cut and paste code.

One important factor is to add 2 lines of code, this would add move and zoom bar.

map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());

No comments: