Get the code
{googleMaps addr="ADDRESS OR Latitude/Longitude" label="GOOLE_MAP_LABEL" width=1200 height=300}
Customization Options
- - Lat: the latitude of the location to display on the map (an alternative to providing the address)
- - Long: the longitude of the location to display on the map (an alternative to providing the address)
- - Zoom: the initial zoom level of the map
- - Width: width of the map embed
- - Height: height of the map embed
- - Options: Google map options.
- - Control: Additional controls to attach to the map.
- - Maptype: the type of map you want to display (roadmap, satellite, hybrid or terrain).
- - Lang: Language of map
- - Marker: whether you want to display the red marker showing the location specified by the address or longitude/latitude attributes.
- - Addoverview: whether to display the overview map control (the arrow in the bottom right corner that expands to show the region currently being viewed).
- - Addscale: whether to display the scale control (the marking that tells you the distances represented in the map).
- - Streetview: A Street View Panorama to display when the Street View pegman is dropped on the map. If no panorama is specified, a default Street View Panorama will be displayed in the map's div when the pegman is dropped.
- - Kml: A Kml Layer adds geographic markup to the map from a KML, KMZ or Geo RSS file that is hosted on a publicly accessible web server. A Kml Feature Data object is provided for each feature when clicked.
- - Description: A localized string describing the location.
- - Label: This is the label for the marker that indicates your designated address.
- - Addr: You can display a Google Map by using your address or a latitude/longitude pair.