Google Maps

[toggle title=”Settings”]

  • width
  • height
  • address: Address on which the viewport will be centered.
  • latitude: Point on which the viewport will be centered. If not given and no markers are defined the viewport defaults to world view.
  • longitude: Same as above but for longitude…
  • zoom: Zoom value from 1 to 19 where 19 is the greatest and 1 the smallest.
  • html: Content that will be shown within the info window for this marker.
  • popup: If true the info window for this marker will be shown when the map finished loading. If “html” is empty this option will be ignored.
  • mapTypeControl: Set to false to disable MapType control. The MapType control lets the user toggle between map types (such as ROADMAP and SATELLITE).
  • zoomControl: Set to false to disable Zoom control. The Zoom control displays a slider (for large maps) or small “+/-” buttons (for small maps) to control the zoom level of the map.
  • panControl: Set to false to disable Pan control. The pan control displays buttons for panning the map.
  • scaleControl: Set to false to disable Scale control. The scale control displays a map scale element.
  • streetViewControl: Set to false to disable Street View control. The Street View control contains a Pegman icon which can be dragged onto the map to enable Street View.
  • scrollwheel: Set to false to disable zooming with your mouses scrollwheel.
  • maptype: Predefined variable for setting the map type. Possible values: google.maps.MapTypeId.ROADMAP, maptype:google.maps.MapTypeId.SATELLITE, google.maps.MapTypeId.HYBRID, google.maps.MapTypeId.TERRAIN.
  • marker: Set to false to disable display a marker in the viewport.

[/toggle]

Simple Road Map

[googlemap map_type=”ROADMAP” zoom=”14″ address=”4 Penn Plz, New York, NY 10121, USA” scroll_wheel=”false” map_type_control=”false” zoom_control=”false” pan_control=”false” scale_control=”false” street_view_control=”false”]

 

[divider_top]

Simple Google Earth Map

[googlemap map_type=”TERRAIN” zoom=”14″ address=”4 Penn Plz, New York, NY 10121, США” scroll_wheel=”false” map_type_control=”false” zoom_control=”false” pan_control=”false” scale_control=”false” street_view_control=”false”]

 

[divider_top]

Simple Hybrid Map

[googlemap map_type=”HYBRID” zoom=”14″ address=”4 Penn Plz, New York, NY 10121, USA” scroll_wheel=”false” map_type_control=”false” zoom_control=”false” pan_control=”false” scale_control=”false” street_view_control=”false”]

 

[divider_top]

Map With Marker

[googlemap map_type=”ROADMAP” zoom=”14″ address=”4 Penn Plz, New York, NY 10121, USA” marker=”true” popup_html=”” popup=”false” scroll_wheel=”false” map_type_control=”false” zoom_control=”false” pan_control=”false” scale_control=”false” street_view_control=”false”]

 

[divider_top]

Map With Control

[googlemap map_type=”ROADMAP” zoom=”14″ address=”4 Penn Plz, New York, NY 10121, USA” scroll_wheel=”true” map_type_control=”true” zoom_control=”true” pan_control=”true” scale_control=”true” street_view_control=”true”]

 

[divider_top]

Map With Marker & Information

[googlemap map_type=”ROADMAP” zoom=”14″ address=”4 Penn Plz, New York, NY 10121, USA” marker=”true” popup_html=”If you are in need of a qualified moving and packing service then I highly recommend that you use the very best! We have been calling on Storage New York. Since then I knew, that we would be using there services for a very long time” popup=”false” scroll_wheel=”false” map_type_control=”false” zoom_control=”false” pan_control=”false” scale_control=”false” street_view_control=”false”]