| Interface | Description |
|---|---|
| GeoLocatorProvider |
This interface can be used to implement a geolocation provider capable of taking in an address or postal code and determining a resulting coordinate
of that location.
|
| Class | Description |
|---|---|
| Coordinate |
Defines a coordinate location.
|
| CoordinateManager |
This class manages searching for repository items based on proximity to a coordinate.
|
| GeoLocatorDroplet |
This droplet is used to find all items within a certain distance of a provided location.
|
| GeoLocatorFormHandler |
This form handler can be used to return items in a repository based on their
geographical location.
|
| GeoLocatorService |
This class is a wrapper around a geolocator provider that can be used to get the coordinates for a given address
or postal code.
|