TrueWay Geocoding

फ्रीमियम
Verified
द्वारा TrueWay Team | अपडेट किया गया 8 दिन पहले | Mapping
लोकप्रियता

9.8 / 10

लेटेंसी

328ms

सेवा का स्तर

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”.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें