This package is exclusively for V5 of Umbraco, so please do not try to install it in a version 4 Umbraco site.
This package installs a Bing Maps Property Editor plugin into your Umbraco V5 website. That will allow you to save a location on a map along with the zoom level. In addition there is a search box with autocomplete allowing you to search alot easier for a location.
A big note goes to Lee Messenger, who made a great tutorial on how to create V5 property editors that I was able to even follow along and create a property editor.
http://www.blogfodder.co.uk/2011/11/21/creating-a-google-map-property-editor-for-umbraco-v5
http://www.blogfodder.co.uk/2011/11/22/extending-the-google-maps-property-editor-in-umbraco-v5
The property has six values that you can retrieve from it to use in your Razor code:
For example if your current page has the Bing Map property with the alias of 'location' you could for example retrieve the value of LatLongZoomCombined which is a CSV string that you could pass to a JavaScript function to display the location on a Bing Map or even a Google Map.
@DynamicModel.location.LatLongZoomCombined
Prevalues are the settings for the property editor when you create the Data Type in the Developer section of Umbraco. To configure the Bing Map you need the following settings setup:
1.0.0 - Initial Release
1.0.1 - Fixes Decimal Validation for regions where comma is used for decimals