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.
Geocoding | Get latitude / longitude pair(s) from the giving address(es). |
---|---|
Reverse geocoding | Get latitude / longitude pair(s) from the giving address(es). |