Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

[Ext]: LocationIQ #68

Open
masatarounakakita opened this issue Jul 12, 2024 · 0 comments
Open

[Ext]: LocationIQ #68

masatarounakakita opened this issue Jul 12, 2024 · 0 comments
Assignees

Comments

@masatarounakakita
Copy link

masatarounakakita commented Jul 12, 2024

What this API is

位置情報をもとにしたジオコーディングや逆ジオコーディングを行うためのウェブサービス

API endpoint URL

https://locationiq.com/docs

Data you want to get

・場所名や住所からの緯度と経度の取得
・緯度と経度からの逆ジオコーディングによる住所情報の取得

Interval you will get data

1 times / several (minutes or hours)

API data format or link to

https://locationiq.com/docs

API data example

{
  "place_id": "23423423",
  "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright",
  "osm_type": "way",
  "osm_id": "2342342342",
  "boundingbox": ["35.6894875", "35.6894875", "139.6917064", "139.6917064"],
  "lat": "35.6894875",
  "lon": "139.6917064",
  "display_name": "Tokyo Tower, Minato City, Tokyo, Japan",
  "class": "tourism",
  "type": "attraction",
  "importance": 0.811
}

API license information and link to

https://locationiq.com/terms-of-service

Additional information of the API

このAPIは、地理情報システム(GIS)アプリケーションや位置情報サービスを開発するために広く使用されている。また、無料プランが提供されており、商用利用や大量のリクエストにも対応しています。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: Todo
Development

No branches or pull requests

2 participants