Open abekoh opened 4 years ago
Google Local APIつかって実装したい。
GWごろまでリリース目指したい
LocalAPI実験
場所情報はここにGET https://maps.googleapis.com/maps/api/place/details/json?key={API_KEY}&place_id=ChIJ-fyGZr_yGGAReUEfhceICl0&language=ja
placeidはここでしらべる https://developers.google.com/places/place-id
近く検索はこれにGET https://maps.googleapis.com/maps/api/place/nearbysearch/json?key={API_KEY}&location=35.7028384,139.6671408&radius=100&language=ja&keyword=lunch
https://developers.google.com/places/web-service/search?hl=ja#PlaceSearchRequests
type=restaurantだとあまり引っかからない
こんな感じでいこう
共有ボタンもほしいね
ちゃんとフロント、バックエンドつくりたい フロントはnuxt,バックエンドはspring x kotlin
続きはここで https://github.com/abekoh/place-api/issues
Google Local APIつかって実装したい。