I using mapbox to show a map in my app but I need show a location using a addres, so I use the geocoder to convert the address in coordinates but these coordinates that I get are wrong, when a print these in the map, the map show me other place, in Android is not too bad but in IOS is terrible, sometimes the map show me a place at the other side of the city. I already tried using the coordinates that I know are correct and the map shows them well, so the problem would be the geocoder.
I tried use the Google Maps API but the form to write thee address is very strange I dont understand
What lib i can use but get the exact coordinates?