Geocoding Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Geocoding is the process of turning coordinates into a Place (reverse), or turning an address name into coordinates.
Compass offers the following features:
Reverse: Turn coordinates (latitude, longitude) into a Place object.
Forward: Turn an address search query into coordinates.
Android and iOS support, using built-in services.
Support for web based API services.
Currently support for and is included.
Easily create a wrapper for your own API.
In this quick example the Geocoder()
function is a convenience function for creating a Geocoder
object. Each of the geocoder-*
artifacts provide one.