Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.216.903 Times

Geo::Coder::YahooJapan 0.04

  Date Added: March 07, 2010  |  Visits: 1.050

Geo::Coder::YahooJapan

Report Broken Link
Printer Friendly Version


Product Homepage
Download (98 downloads)



Geo::Coder::YahooJapan is a simple wrapper for Yahoo Japan Geocoder API. SYNOPSIS use Geo::Coder::YahooJapan; $r = lookup( $address_in_japanese_characters ); my ($lat, $lng) = ( $r->{latitude}, $r->{longitude} ); # coordinate in WGS87. # if you want to get result in TOKYO datum, specify it in option. $r = lookup( $address_in_japanese_characters, { datum => tokyo } ); # if address is ambiguous and the server returns multiple items $r = lookup( $address_in_japanese_characters ); # $r->{latitude} and $r->{longitude} contains coordinate of first item. ($lat, $lng) = ( $r->{latitude}, $r->{longitude} ); # $r->{hits} has the number of candidates. if ( $r->{hits} > 1 ) { # and $r->{items} contains each candidates infomation. foreach ( $r->{items} ) { print join "t", ( $_->{title}, $_->{latitude}, $_->{longitude} ); print "n"; } } Geo::Coder::YahooJapan is a wrapper for Yahoo Japan Geocoder API that is used by the official Yahoo Japans local search widget http://widgets.yahoo.co.jp/gallery/detail.html?wid=10 . This module converts the coordinate into WGS84 from TOKYO datum which is returned by API server..

Requirements: No special requirements
Platforms: Linux
Keyword: Api Geocoder Geocoderyahoojapan Japan Libraries Programming R- Simple Wrapper Yahoo Yahoo Japan Yahoo Japan Geocoder Api Yahoojapan
Users rating: 0/10

License: Freeware Size: 4.1 KB
USER REVIEWS
More Reviews or Write Review


GEO::CODER::YAHOOJAPAN RELATED
Programming  -  python-heritrix 0.1
simple wrapper around the Heritrix 3.x API: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix+3.x+API+Guide Developed in April 2012 against Heritrix 3.1.0 at GWU Libraries in Washington, DC, USA.
10.24 KB  
Libraries  -  gfontsel 1.0.0
gfontsel program is a simple wrapper around the GTK+ 2 font selection dialog. It allows you to select a font. The font name is written to the standard output in the GTK+ 2 font naming scheme. Building and installing the program: - Read the...
11.26 KB  
Libraries  -  Template::Simple 0.01
Template::Simple is a simple and fast template module. SYNOPSIS use Template::Simple; my $tmpl = Template::Simple->new(); my $template = <
15.36 KB  
Libraries  -  Locale::Maketext::Simple 0.18
Locale::Maketext::Simple is a simple interface to Locale::Maketext::Lexicon. SYNOPSIS Minimal setup (looks for auto/Foo/*.po and auto/Foo/*.mo): package Foo; use Locale::Maketext::Simple; # exports loc loc_lang(fr); # set language to...
16.38 KB  
Audio Tools  -  Acinerella 1.4
Acinerella is a simple wrapper for the playback facilities of the FFMpeg libraries libavcodec and libavutils. Because of a very simple API that only needs about 10 functions, it takes only a few minutes to convert its header file. Therefore...
1.8 MB  
Multimedia  -  ZOK Lame Wrapper Script 1.1
This is simple wrapper for lame_enc.dll encoder. It encodes wav files to mp3 with LAME engine in lame_enc.dll. Supports also bladeenc.dll. It's example of using functions from dynamic-link libraries (dll).
20.48 KB  
Database Tools  -  Connection PDO Class 1.0
Connection PDO Class is a simple wrapper class that can be used to access SQL databases using the PDO API.It can establish connections, execute direct or prepared SQL queries, retrieve the all query results into a single array, begin, commit and...
10 KB  
Database Tools  -  Simple SQL Transact 1.0
Simple SQL Transact is a simple wrapper to access and manipulate MySQL database table records using SQL.It provides a function to retrieve database table record field values given optional SQL search condition and the set of fields to group or...
10 KB  
Programming  -  AWiPhotoLibrary 1.0
This is a simple wrapper around an iPhoto sqlite database. Eventually this frameowrk will grow to include a full api to manipulate an iPhoto library with Cocoa. Features * Load an iPhoto library * Get the "Events" for the...
10.24 KB  
File Utilities  -  ucsd-psystem-fs 1.20
The ucsd-psystem-fs project contains tools that allow you to create and manipulate UCSD p-System disk images. You can add files to, and extract files from, UCSD p-System disk images. You can even mount UCSD p-System disk images as Linux file...
256 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB