Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
/ bing_maps Public archive

bing_maps is an asychronous client to the Bing Maps API

Notifications You must be signed in to change notification settings

wheely/bing_maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About bing_maps

bing_maps is an asychronous client to the Bing Maps API.

Usage

bing_maps = BingMaps::Client.new(:key => ENV['BING_MAPS_KEY'])
bing_maps.callback {|locations| bing_maps_result = locations}
bing_maps.errback  {|e| Toadhopper(ENV['AIRBRAKE_KEY']).post!(e)}
bing_maps.query(q, 'countryRegion' => search_country_code))

About

bing_maps is an asychronous client to the Bing Maps API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages