Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 942 Bytes

File metadata and controls

28 lines (20 loc) · 942 Bytes

💚 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) .