Activity Not Available

Project Summary

  Analyzed 10 months ago based on code collected 10 months ago.

Generic C# GeoCoding APIIncludes a portable GeoCoding domain model along with a generic IGeoCoder service interface. Current implementations include:

Google Maps Yahoo Maps Virtual Earth (aka Bing Maps) The API returns latitude/longitude coordinates and normalized address information. This can be used to perform address validation, real time mapping of user-entered addresses, distance calculations, and much more.

Simple Example

IGeoCoder geoCoder = new GoogleGeoCoder("my-api-key");
Address[] addresses = geoCoder.GeoCode("123 Main St");

Share

In a Nutshell, geocoding-net...

Languages

XML
81%
XML Schema
13%
4 Other
6%
 
 

Lines of Code

 

Activity

30 Day Summary Jul 27 2012 — Aug 26 2012

12 Month Summary Aug 26 2011 — Aug 26 2012

  • 32 Commits Ohloh must re-analyze this project to display this information.
  • 2 Contributors Ohloh must re-analyze this project to display this information.

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.