Geocoder class

April 20, 2019 ยท View on GitHub

:green_heart: This is the latest document.

Geocoder class

Geocoder class provides only one static method: geocoder().

You can do

  • Geocoding : Convert from address to latitude / longitude.
  • Reverse geocoding : Convert from latitude / longitude to address.

You can also give multiple locations to the geocoder method at the same time, then you can receive the results each time through the BaseArrayClass instance.


API Reference

Geocoding Get latitude / longitude pair(s) from the giving address(es).
Reverse geocoding Get the giving addresses from latitude / longitude pair(s) .