How to geocode address by google maps iOS API?
I found one way to send request: A Google Maps Geocoding API request takes the following form: https://maps.googleapis.com/maps/api/geocode/outputFormat?parameters where outputFormat may be either of the following values: json (recommended) indicates output in JavaScript Object Notation (JSON); or xml indicates output in XML To access the Google Maps Geocoding API over HTTP, use: But it's really inconvenient, is there any native way in swift? I looked into GMSGeocoder interface and only reverse geocoding can be done by it's API. As others have pointed out, there is not a predefined method to