When calling Radar.searchPlaces, results are returned, but they only have categories, name, and _id keys. Based on the docs, I'd expect to see a location object as well with a type string and coordinates tuple. Is this expected behavior/something I've missed in the docs, or a bug?
Here's a screenshot from my demo app showing the issue:
Code to reproduce
Sample repo can be provided on request, but here's the entirety of my repro's App.js:
Summary
When calling
Radar.searchPlaces
, results are returned, but they only havecategories
,name
, and_id
keys. Based on the docs, I'd expect to see alocation
object as well with atype
string andcoordinates
tuple. Is this expected behavior/something I've missed in the docs, or a bug?Here's a screenshot from my demo app showing the issue:
Code to reproduce
Sample repo can be provided on request, but here's the entirety of my repro's App.js:
Steps to reproduce
npx react-native init rnRadarDemo
npm i react-native-radar
and related iOS stepsOS version
iOS 15.0.1
SDK installation method
npm + Pod
SDK version
Other information
Let me know if any other info is helpful!