Class GeocodingApi

java.lang.Object
ai.nextbillion.maps.GeocodingApi

public class GeocodingApi
extends java.lang.Object
Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map. Reverse geocoding is the process of converting geographic coordinates into a human-readable address.
See Also:
Geocoding documentation