Seen the maps on the site?
Uses the Google Maps plugin for WordPress
The following switches in TITLE, separated by “;†to control the way the map will appear:
- googlemap
Instructs the plugin to transform this link into a Google Map area. If not used, the plugin will not work on the link and you’ll get a plain link to the Google Maps site. - nocontrols
Renders a map without the zoom controls - nomarker
Renders a map without the marker with the information balloon. - w:SIZE_IN_PIXELS and h:SIZE_IN_PIXELS
Defines the size of the map area.
To create the URL:
- http://maps.google.com/?
The base URL - &z=14
zoom level 0 to 17 - &ll=-41.204167,174.870329
latitude,longitude - &t=h
=map; with h=hybrid; k=satellite
Results
URL: http://maps.google.com/?&z=14&ll=-41.204167,174.870329&t=h
Using: googlemap
More information on Google Map Parameters can be found here.
