Helping the use of Google Maps and Yahoo! Maps API's from Ruby and Rails
Easily retrieve single PNG, GIF, or JPG map images from Google with your own custom markers and paths using the Static Maps API service with this gem. Simply set the attributes you want for your map and GoogleStaticMap will take care of getting the map for you, or giving your the URL to retrieve the map.
Ruby gem for Google Maps Web Service APIs
This is a ruby wrapper for the Google Maps api
Uses Google Maps Geocoding API (V3) to geocode stuff and optionally caches the results somewhere.
Polyline Encoder/Decoder for Google Maps API
Encode an array of coordinates for the Google Static Maps and MapQuest APIs.
This library brings the Google Maps API Web Services to your Ruby/RoR application. It supports both JSON and XML response formats.
This gem provides a simple interface to the Google Static Maps V2 API.
Google Static Map API with Ruby
Sometimes you need to calculate the directions between two different points via Google Maps on your server-side and not on the client. The Google Maps API for that is dead simple and due to this I wrapped calling the API in this little gem.
Servers can use Google Maps, too. This library helps fetch and parse data through the Google Maps v3 API. Stick to the terms of usage, though, and don't use the data Google gives you on anything other than a Google map.
Wrapper around the Google Maps Distance Matrix API.
A simple Ruby gem for Google Maps Geocoding API. This gem returns a Ruby Hash object of the result.
Wrapper around the Google Maps Directions API.
I made this gem because the current Google Maps API for time zones is not completely precise when it comes to US time zones. There are certain esoteric time zone boundaries in the US for which the Google Maps time zone API does not account perfectly.
Common stuff used by the google_maps_api gem components.
== DESCRIPTION: Provides an interface to the Google Static Maps API. == FEATURES/PROBLEMS: * Provides an interface to the Google Static Maps API.
A (mostly) version agnostic, dependency free Ruby library for the Google Maps API. Currently only supports Google Static Maps.
This library provides a simple set of helper methods to manage slices and DNS zones/records on your Slicehost account (http://slicehost.com). == Capistrano tasks There are two capistrano tasks: cap slicehost:zone:add # Create DNS zone cap slicehost:zone:mx:google # Add Google Apps MX records To your config/deploy.rb, add the following: require "slicehost/recipes/capistrano" if Capistrano::Version::MAJOR >= 2 # Used to setup/update DNS registry of url => ip set :domain_mapping, "myurl.com" => "123.456.789.012" == Underlying API The current API is very alpha. It was just the simplest thing that worked. There are unit tests demonstrating it working and everything. Future releases will have a nicer, class-based API. Contact: Dr Nic Williams, drnicwilliams@gmail.com
General Purpose Library to interact with Google Maps v3 api. Geocoder.
== DESCRIPTION: Provides an interface to the Google Static Maps API. Original Version from John Wulff, modified by Daniel Mattes == FEATURES/PROBLEMS: * Provides an interface to the Google Static Maps API.
A library for geocoding stuff through the Google Maps Geocoding API with a persisted cache via Tokyo Tyrant.
fetches directions from Google Maps API and returns the result as an object
DistanceFinder gets distance between two provided locations using google maps API
Ruby wrapper for Google MAPS API V3 geocode interface
== DESCRIPTION: Provides an interface to the Google Static Maps API V3. Based on static-gmaps == FEATURES/PROBLEMS: * Provides an interface to the Google Static Maps API.
Provides an interface to the Google Static Maps API v3.
A wrapper gem for the google directions API
Lets you create a signature for accessing the Google Places API and Maps V3 API
Returns lat and long coordinates from Google Maps API.
Due to some rights issues, some countries does not appear with full information on Google Maps API, this library offers a simple hack to make it easier to implement a simple map fragment in your application
GMaps allows you to access Google Maps API in your Rails application.
API to simple do requests on Google Maps API V3
Simple Ruby Client for Google Maps Time Zone API https://developers.google.com/maps/documentation/timezone.
This ruby on rails plugin enables you to utilize the geosack.com unique geocode caching service, which provides a persistent api that caches your google-map/geocode lookups.
Provides ruby wrappers around the Google Maps API Web Services.
Uses USPS Web Tools and Google Maps APIs to validate and get suggestions for addresses
A library for geocoding postal codes via the Google Maps Geocoding API with a persisted cache through Tokyo Tyrant
A gem that provides Reverse Geocoding using the Google Maps API
Gem to use weather api in google maps.
Google Maps API for rails
Converts addresses to geo coordinates using Google Maps JS Api
Put Google Maps APIs in a spin-dryer and drink their juice: Geocoding, Time Zones, ...and more upcoming!
A Google Address Autocomplete plugin, made possible by Google Maps API's Geocoding & Google Places Autocomplete, via the jQuery Geocomplete plugin.
Use the Google Maps API to geocode an address to a latitude and longitude
Google Maps API Client, including the Directions API, Distance Matrix API, Geocoding API and Places API. google_maps_service_ruby is a fork of google_maps_service, which is a fork of google-maps-services-python.
API wrapper for Google static maps. Will also fetch the image for you.
Light library to make requests to Google Maps's Geocoding API.
Simple geocoding gem that queries Google Maps API for coordinates given an address. Knows about API limits, can sleep to get through too-many-requests-per-second errors, and will let you know when you've reached your daily query limit