@geocoder-free/yahoo
v0.1.4-alpha.0
Published
get latitude and longitude by yahoo
Downloads
2
Maintainers
Readme
@geocoder-free/yahoo
Description
Get latitude&longitude by YOLP(Yahoo! Open Local Platform) or by yahoo map.
Installation
Install the package in your project directory with:
// with npm
npm install @geocoder-free/yahoo
// with yarn
yarn add @geocoder-free/yahoo
Usage
Get latlng by yahoo api
const { GetLatLngByAPI } = require('@geocoder-free/yahoo'); GetLatLngByAPI('YOLP appid', '東京都港区六本木').then(console.log); // print [35.66288632, 139.73359259]
License
This project is licensed under the terms of the MIT license.