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 0 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 10 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

Marker Clustering

Hi, Is there a way to use third party JS marker clustering with the control? Like this one: Link Or are there any alternatives, besides writting the whole clustering logic? Thanks Jakub
.NET Control - Licensed version

Using the ELabel extension with Reimers MAP ?

ELabel allows you to place text labels or images or any other HTML elements on the map and have them move with the map, like marker and polyline overlays. Anyone that can help me how to implement this javascript and how to access it from codebehind in
.NET Control - Licensed version

Zip code

Is it possibile to develop a procedure that draw on a map some areas (polygons with different colours) that match with ZIP code ? something like: show a map with all zip code of Milan city, of London city, ... ! Reagards Steafno
.NET Control - FREE version

Clustering Sample

I am trying to implement clustering using the Overlay Manager but am at a loss on what to do. I am adding my pins via code in response to user events. Can you point me in the right direction as to how to initiate clustering either for all points on a
Reimers.Silverlight assembly

TabContainer (AJAX) and .NET Control

I developed a proedure that reads data from database of addresses and show them on map (geocode addresses). At the end of procedure a use the follwing istructions to center a zoom the map (markers): GMap.PostRenderScript = GMap.CenterAndZoomToBounds(GMap.Overlays.Bounds.Center,
.NET Control - FREE version