Skip to content
Isaac Jordan edited this page Oct 1, 2015 · 1 revision

gmaps-api-net is a .NET client library, developed in C#, which provides strongly typed access to Google's Maps Web Services.

This project aims to give full access to all of these APIs, but is still in the development stage so some features may be missing. If there is a feature missing that you think should belong, please check the Issues page and create one if it has not already been mentioned.

Over time this wiki will hopefully contain API reference documentation, code samples, and useful tips for using the gmaps-api-net.

Installing

gmaps-api-net is available as a Nuget package from https://www.nuget.org/packages/gmaps-api-net/ and installable using the following command in the Package Manager Console:

PS> Install-Package gmaps-api-net

If you wish to use the cutting-edge version of gmaps-api-net, then you can clone the repository (or download the zip) and build the class library yourself. This should require minimal set-up, and also allows you to develop extra features for your own use (or to push upstream using a pull request for everyone else to use!).

Clone this wiki locally