A library for interacting with Google Maps API web services using C# or VB.Net
Handy extensions to the Google Maps Android API. https://developers.google.com/maps/documentation/android-api/utility/
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. 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.
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. 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.
C# bindings for Google APIs Maps iOS Library
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. 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.
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. 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.
Recommended Google client library to access the Google Maps Route Optimization API, which assigns tasks and routes to a vehicle fleet, optimizing against the objectives and constraints that you supply for your transportation goals.
A google map api wrapper for .Net . You can use Directions and Distance Matrix Api using this package
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. 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.
Handy extensions to the Google Maps Android API. https://developers.google.com/maps/documentation/android-api/utility/
To Android: https://www.nuget.org/packages/MapExtend.Maps.Plugin.Forms.Plugin.Android/ To WindowsPhone: https://www.nuget.org/packages/MapExtend.Maps.Plugin.Forms.Plugin.WindowsPhone/ To Create a map: var map = new MapExtend.Maps.Plugin.Forms.Plugin.Abstractions.MapExtend(MapSpan.FromCenterAndRadius(new Position(31, -122), Xamarin.Forms.Maps.Distance.FromMiles(0.3))); To draw Nearby Locations: await map.NearbyLocations(YOUR_API_KEY_FROM_GOOGLE_PLACES_API).ContinueWith(t=>{ if (t.Exception != null) DisplayAlert("", t.Exception.Message, "ok"); }); To Draw Route: await map.CreateRoute(map.Pins[0].Position, map.Pins[1].Position).ContinueWith(t => { if (t.Exception != null) DisplayAlert("", t.Exception.Message, "ok"); });
.NET wrapper for interaction with Google Maps Geocoding Web Services. For more info and usage see https://github.com/borislavml/Google-Maps-Geocoding-dotnet-API
Handy extensions to the Google Maps Android API. e
Subgurim Maps for ASP.NET is lightweight and offers all the power of the GoogleMaps API v3 and much more without any external dependencies. Report any bug or suggestion on the project page or to @SubgurimMaps on Twitter
Abstractions used by the Ofl.Google.Maps project.
Googlemap Mvc wraps Google maps API simplifying the use of Google maps in ASP.NET MVC applications.
PolylineEncoder.Net is a super lightweight utility to encode and decode latitude and longitude using Google Polyline algorithm. You can learn more about how Google implements and uses this with their maps api here: https://developers.google.com/maps/documentation/utilities/polylinealgorithm
Recommended Google client library to access the Google Maps Aerial View API, which lets you create and display aerial view videos rendered using Google's 3D geospatial imagery.
This library is a simple wrapper over some common Google Maps or Google Places 'Web Services' API. It's ment to provide a quick and convenient way to query the specific Google Api's.
Transformalize Transform using Google Maps API Autofac Module
Static Google Maps Kit – implementation for “Static Google Maps API” in C#
This library uses Google Maps Geocoding API to geocode and normalize addresses. It returns: latitude, longitude, normalized address, operation status and errors. From version 1.4.1 is possible to configure a proxy. Note: the Geocoding API may only be used in conjunction with a Google map; geocoding results without displaying them on a map is prohibited. For complete details on allowed usage, consult the Maps API Terms of Service License Restrictions.
I needed a simple way to parse addresses and resolve coordinates to an address. Plug in a Google Maps API key and you're all set.
A small library that uses the Google maps API to geocode and get static maps
A simple library that makes it easy for you to consume some 3rd party Spatial Api services. - Google: Maps JavaScript API - Geocode - Google: Places API - Find - Nominatium: Geocode
Recommended Google client library to access the Google Maps Address Validation API, which allows developers to verify the accuracy of addresses. Given an address, it returns information about the correctness of the components of the parsed address, a geocode, and a verdict on the deliverability of the parsed address.
GeoPicker EPiserver property is based on Google Maps API and provides a rich interface for selecting a geo-coordinates – perfect for editing location of points of interests we want to show on a map.