Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 827 Bytes

File metadata and controls

23 lines (18 loc) · 827 Bytes

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.

Examples

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