TrueWay Geocoding

부분 유료
Verified
분류별 TrueWay Team | 업데이트됨 לפני 7 ימים | Mapping
인기

9.8 / 10

지연 시간

329ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Returns "BAD_REQUEST"

Rapid account: 208109412
208109412
4 года назад

Such a cool API and free even! It works perfectly on the rapidapi site when testing it, but returns “BAD_REQUEST” when testing it in my own project.

Also—and this is true for all apis on this website—the fetch method return needs to be converted to json before being console.logged e.g.

fetch(url)
.then(function(res) { res.json() })
.then(function(data) { console.log(data) })

Rapid account: Trueway
trueway Commented 4 года назад

This is a problem with delimiter(comma) encoding. Location parameter looks like this: “-33.9888553%2C18.4787872”. But must be: “-33.9888553,18.4787872”.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입