I’m using Reverse Geocoding to get the address of the user so I can add it to a URL to open the native Maps app on iDevices for driving directions.
The problem is when the user address have spaces and non english letters (éÉåäöÅÄÖ etc…) and uppercase letters then the URL breaks and won’t open the Maps app. It’s not always, but most of the time.
Does anyone have a good solution to this?
At first I thought of using just Lat/longitude but that doesn’t work for driving directions with the Maps app.
Then string manipulation and replace any space with %20 and letters with eEaAoO, but depending on where the user’s from I can’t possibly cover them all.
Does anyone have a good solution to this? [import]uid: 13560 topic_id: 20975 reply_id: 320975[/import]