Modifier and Type | Method and Description |
---|---|
GeocoderResult |
GeocoderService.resolveAddress(String address)
Resolves the given address string to valid coordinates.
|
abstract void |
GeocoderConfiguration.validate() |
void |
GeocoderService.validateConfiguration(Map<String,Object> properties)
Validates the provided configuration properties.
|
Modifier and Type | Method and Description |
---|---|
GeocoderResult |
GoogleGeocoderService.resolveAddress(String address) |
void |
GoogleConfiguration.validate() |
void |
GoogleGeocoderService.validateConfiguration(Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
GeocoderResult |
MapquestGeocoderService.resolveAddress(String address) |
void |
MapquestConfiguration.validate() |
void |
MapquestGeocoderService.validateConfiguration(Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
GeocoderResult |
NominatimGeocoderService.resolveAddress(String address) |
void |
NominatimConfiguration.validate() |
void |
NominatimGeocoderService.validateConfiguration(Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGeocoderServiceManager.updateGeocoderConfiguration(String geocoderId,
Map<String,Object> newProperties) |
Copyright © 2021. All rights reserved.