You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to send the coordinates { lat:1234, lng:5678 } to the server. it works fine on the web, but on iOS I'm getting the error Could not cast value of type '__NSCFNumber' to 'NSString' when passing the coordinates to the params like
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I need to send the coordinates
{ lat:1234, lng:5678 }
to the server. it works fine on the web, but on iOS I'm getting the error Could not cast value of type '__NSCFNumber' to 'NSString' when passing the coordinates to the params likeI don't want to convert every param that I will be passing.
Is there a way to make the plugin make it work from non string?
Beta Was this translation helpful? Give feedback.
All reactions