V3 Maps Supported

The latest build of the Google Maps .NET Control targets version 3 of Google's Map API.

Recent Posts

  • Queryable Web Services - Parsing Query Strings to LINQ

    Tags: REST, LINQ, Query

    I have previously made a stab at supposedly RESTful webservices where the response type is determined by a part of the request URI and not the Accept header as it should be. This time I have been … more

  • Accept Headers for HTML Tags

    Tags: HTML, REST, Accept Header

    RESTful services are in fashion at the moment, but there is some disagreement as to what actually constitutes RESTfulness (if that is an actual word). A lot of times I hear that a service is RESTful … more

  • UI Interaction Using the Kinect and WPF

    Tags: WPF, Kinect, NUI, BitBucket

    I pushed an initial drop of code to hook up the Kinect to a WPF application using the Kinect SDK. The code is committed to BitBucket in the Kinect.WPF project. The main goal is to have a way to … more

  • Flocking and Clustering Using the K-Means Algorithm

    Tags: Clustering, K-Means

    I was looking around for an algorithm that would give me an outline of points in a dataset. Normally it would be a good idea to cluster the points and calculate the convex hull of the points in each … more

Search