| Short description: |
Geocoding library |
| Category: |
Library/Net |
| Status: |
usable |
| Created: |
2006-05-27 13:26:14 GMT |
| Last update: |
2006-05-27 13:26:14 GMT |
| Owner: |
MoonWolf
(Projects of this owner) |
| Homepage: |
not available |
| Download: |
http://www.moonwolf.com/ruby/archive/net-geocoding-0.0.20060527.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
USAGE
-----
require 'net/geocoding'
query = ARGV.shift # must be UTF-8
p Net::Geocoding.get(query)
# => {
# :address=>"\346\235\261\344\272\254",
# :lat=>"35.681391",
# :lng=>"139.766103",
# :lat_dms=>"35,40,53.008",
# :lng_dms=>"139,45,57.971",
# }
|