Bing Map Attributes
- latitude – Enter a latitude value in decimal number
- longitude – Enter a longitude value in decimal number
- zoom – Select a zoom level for the map (default 1)
- maptype – Select the map type you prefer (default auto)
- auto
- aerial
- road
- birdseye
- height – Map’s height in px (default 600)
- marker – Decide whether or not to show marker on the map
- 1 – On
- 0 – Off
- no-scrollwheel – Turn the option on if using of a mouse scroll wheel on the map has to be disabled
- 1 – On
- 0 – Off
- no-dragable – Turn the option on to not to allow panning the map using mouse (drag & drop)
- 1 – On
- 0 – Off
Bing Map Appearance
Bing Map with default settings
[jaw_bing_map latitude="50.119568" longitude="14.430004" zoom="1" maptype="auto" height="600" marker="0" no-scrollwheel="0" no-dragable="0" ]
Bing Map with custom settings
[jaw_bing_map latitude="50.079723" longitude="14.430004" zoom="4" maptype="aerial" height="400" marker="1" no-scrollwheel="1" no-dragable="1" ]