Geocoding and reverse geocoding with Google Maps APIs

Learn how to convert an address into a pair of coordinates or coordinates into an address

Introduction

Geocoding is to convert an address into a pair of coordinates. Reverse geocoding is to convert coordinates into an address. If you want to geocode or reverse geocode locations, Rows can help you!

It takes only 3 simple steps:

  1. Grab a key
  2. Send the request for geocoding with GET
  3. Parse the request with PARSE
    1. (Then reverse geocode)

To make life simpler, we have already created a template for you that you can get started with right away!

geocoding template