C# bindings for Google APIs Places iOS Library
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"); });
CloudRail is an API integration solution which abstracts multiple APIs from different providers into a single and universal interface. Get a free license key at: https://cloudrail.com Unified API Library: - Cloud Storage: Dropbox, Google Drive, OneDrive, Box, PCloud, OneDrive Business, Egnyte - Business Cloud Storage: Amazon S3, Google Cloud Platform, Microsoft Azure, Rackspace, Backblaze - Social Profiles: Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, Instagram, Heroku - Social Interaction: Facebook, Facebook Page, Twitter - Payment: Paypal, Stripe - Email: SendGrid, Gmail, Malijet - SMS: Nexmo, Twilio, Twizo - Point of Interest: Google Places, Foursquare, Yelp - Video: Youtube, Twitch, Vimeo
Utilities for consuming the Google Places API.
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.
Google Places API for Xamarin.Android by CloudRail provides an easy solution to get a list of POIs nearby and filter by categories or search term. Get a free license key at: https://cloudrail.com
CloudRail SDK is an API integration solution which abstracts multiple APIs from different providers into a single and universal interface. Get a free license key at: https://cloudrail.com Unified API Library: - Cloud Storage: Dropbox, Google Drive, OneDrive, Box, PCloud, OneDrive Business, Egnyte - Business Cloud Storage: Amazon S3, Google Cloud Platform, Microsoft Azure, Rackspace, Backblaze - Social Profiles: Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, Instagram, Heroku - Social Interaction: Facebook, Facebook Page, Twitter - Payment: Paypal, Stripe - Email: SendGrid, Gmail, Malijet - SMS: Nexmo, Twilio, Twizo - Point of Interest: Google Places, Foursquare, Yelp - Video: Youtube, Twitch, Vimeo Platform Supports: Cloudrail SDK is built with Microsoft .NET Standard 2.0 which supports the following - .NET Framework 4.6.1 - .NET Core 2.0 - Mono 5.4
An extension of Xamarin.Forms SearchBar control for implementing Google Places Autocomplete API
C# bindings for Google APIs Places iOS Library
C# bindings for Google APIs Places iOS Library
Google Places API for Xamarin.iOS by CloudRail provides an easy solution to get a list of POIs nearby and filter by categories or search term. Get a free license key at: https://cloudrail.com
Unified Point of Interest API for Xamarin.iOS by CloudRail provides an easy solution to get a list of POIs nearby and filter by categories or search term. This interface includes Foursquare, Google Places, Yelp. Get a free license key at: https://cloudrail.com
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
CloudRail is an API integration solution which abstracts multiple APIs from different providers into a single and universal interface. Get a free license key at: https://cloudrail.com Unified API Library: - Cloud Storage: Dropbox, Google Drive, OneDrive, Box, PCloud, OneDrive Business, Egnyte - Business Cloud Storage: Amazon S3, Google Cloud Platform, Microsoft Azure, Rackspace, Backblaze - Social Profiles: Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, Instagram, Heroku - Social Interaction: Facebook, Facebook Page, Twitter - Payment: Paypal, Stripe - Email: SendGrid, Gmail, Malijet - SMS: Nexmo, Twilio, Twizo - Point of Interest: Google Places, Foursquare, Yelp - Video: Youtube, Twitch, Vimeo
Abstractions used by the Ofl.Google.Places project.
Unified Point of Interest API for Xamarin.Android by CloudRail provides an easy solution to get a list of POIs nearby and filter by categories or search term. This interface includes Foursquare, Google Places, Yelp. Get a free license key at: https://cloudrail.com
This library wraps Google maps API. You can easily query Google maps for Geocoding, Directions, Elevation, and Places. You can easily show the results on a Static Google Map! This Library is well documented and easy to use.
Ofl.Google.Places.Contract implementation registrations in Autofac.
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
Google Places API for .NET by CloudRail provides an easy solution to get a list of POIs nearby and filter by categories or search term. Get a free license key at: https://cloudrail.com Platform Supports: Cloudrail SDK is built with Microsoft .NET Standard 2.0 which supports the following - .NET Framework 4.6.1 - .NET Core 2.0 - Mono 5.4
Unified Point of Interest API for .NET by CloudRail provides an easy solution to get a list of POIs nearby and filter by categories or search term. This interface includes Foursquare, Google Places, Yelp. Get a free license key at: https://cloudrail.com Platform Supports: Cloudrail SDK is built with Microsoft .NET Standard 2.0 which supports the following - .NET Framework 4.6.1 - .NET Core 2.0 - Mono 5.4
Recommended Google client library to access the Google Maps Places API, which allows developers to access a variety of search and retrieval endpoints for a Place.
Xamarin.Android bindings for anirudhmpai's EasyLocationFetch.
This is not the recommended package for working with Places, please use the Google.Maps.Places.V1 package. This Google APIs Client Library for working with Places v1 uses older code generation, and is harder to use. Product documentation is available at: https://mapsplatform.google.com/maps-products/#places-section API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.MapsPlaces.v1/latest/api/Google.Apis.MapsPlaces.v1.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.MapsPlaces.v1 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0
Cross-platform base framework. Google places, locations etc. For usage please see UnitTest at the project samle I will providing the JSON file. The bootstrap should create a default configuration for you.
An abstraction layer for the Google Play Services FusedLocationProviderClient API to expose various easy to use methods to get device location and initiate relevant permissions requests
Essa biblioteca serve como um facilitador para consumir e repassar as requisições à API do Google Places.
Essa biblioteca serve como um facilitador para consumir e repassar as requisições à API do Google Places.
C# bindings for Google APIs Places iOS Library
Google APIs Client Library for working with Places v1. Supported Platforms: - .NET Framework 4.5+ - .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support. Incompatible platforms: - .NET Framework < 4.5 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0 More documentation on the API is available at: https://developers.google.com/api-client-library/dotnet/apis/places/v1 The package source code is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Xamarin.Android library for drawing curves on Google Maps Android API v2
C# bindings for Google APIs Places iOS Library
An Umbraco Forms Fieldtype that seamlessly integrates Google Places API, providing intelligent autocomplete and autofill for address fields
A utility library for Google Places API operations