Reimers.dk

.NET, AJAX and Google APIs brought together
Welcome to Reimers.dk Sign in | Join | Help

Reimers.dk

Reimers.dk is home of the well known Google Maps .NET Control. The control is now free and open source.

The control follows the Google Maps API faithfully and has classes that shadow most of the classes found in Google's underlying API. There is support for custom overlays, custom maps (including WMS maps), custom map controls, KML read/write support geocoding/routing (in areas supported by Google's geocoding service) and much more.

Using the OverlayManager

Author: Jacob Reimers
The OverlayManager (Reimers.Silverlight.Bing.OverlayManager) is intended to facilitate displaying overlays on the Bing Maps Silverlight control. The map control is very good for displaying map imagery, but in my opinion it gives you too much flexibility when it comes to displaying overlays. Let's face it, there's so much you can do in the Silverlight world, that it's easy to get overwhelmed. The OverlayManager is intended to help you perform common tasks when it comes to displaying overlays on a map. Read more...

Latest Blog Posts

Map Project User Contributions

Thanks to contributions from users the map control now lets you create custom markers using the labeled marker library and make use of the enterprise license. To facilitate application integration the control code has been changed to make use of interfaces where possible.
Jacob Reimers Weblog with 2 Comments

Starting XMPP with .NET

If you haven't heard about XMPP before then I suggest that you find out what it is. In short, it's the protocol that Google Talk uses. But XMPP is so much more, and if you want to integrate real-time communication in your application, for example for multi-user collaboration, like Google Wave, then XMPP is a good option. This post is about the newly added XMPP support to the Reimers.dll which will let you get started adding collaboration support to your application.
Jacob Reimers Weblog with 2 Comments

Displaying Additional Information With Your Silverlight Overlays

Plotting a marker on your map is good for making your users aware that there is something worth noting at a certain geographic location. But even with Silverlight there is a limit to what you can reasonably display at the top level. The InfoContent is an attached property defined by the OverlayManager (Reimers.Silverlight.Bing.OverlayManager). It takes a UIElement, which is what will be displayed when the overlay is clicked. You set the InfoContent attached property like you would any other attached property, either in XAML or in code.
Jacob Reimers Weblog with 0 Comments

Using the OverlayManager

The OverlayManager (Reimers.Silverlight.Bing.OverlayManager) is intended to facilitate displaying overlays on the Bing Maps Silverlight control. The map control is very good for displaying map imagery, but in my opinion it gives you too much flexibility when it comes to displaying overlays. Let's face it, there's so much you can do in the Silverlight world, that it's easy to get overwhelmed. The OverlayManager is intended to help you perform common tasks when it comes to displaying overlays on a map.
Jacob Reimers Weblog with 13 Comments

Google Maps for Silverlight

The Silverlight control allows you to display map imagery from Google's Static Map API v2. The StaticMap control supports all the features of the Static Map API v2, which means you can display overlays and many different image types. You can define all the properties directly in XAML or you can bind them to other values in your application. So if you don't need all the flash of DeepZoom maps, but need to display some geographic data, then this is what you are looking for.
Jacob Reimers Weblog with 2 Comments

Latest Forum Posts

Is it possible to display polygons stored as type "geom" in SQL Server 2008 using the MapControl?

I'm going to be allowing users to filter marker display based on postal code so I loaded zipcode boundaries into SQL Server 2008 using the geom data type. I'd like to actually display the postal code boundary but I'm not sure that this is possible?
.NET Control - FREE version

Retrieve Location from Click Event

Hi Bit new to this control and would like to know how one would go by capturing the Location on a clicked area on the map. Regards Wessel
Reimers.Silverlight assembly

Legal Use of this API

Hi I like the work you did with this, makes is really simple to use the google maps api. What i want to know if it is legal to use this in a production environment with regard to the Google Terms of Use. Regards Wessel
Reimers.Silverlight assembly

Google Maps .NET Control for V3 (ALPHA)

Hello, Is there any documentation specific to this Alpha version of the new control? I would love to implement this, but there seem to be some substantial differences, such as it not seeming to select a map type by default. Have you any advice? Thanks,
.NET Control - FREE version

Help with Clientside Geocoding

Post title is a little misleading as clientside geocoding is working fine. Where I'm struggling is in trying to pass the location information in the querystring and have the application automatically geocode. Basically I added the bolded code which would
.NET Control - FREE version