Package io.vertigo.geo.impl.geocoder
Interface GeoCoderPlugin
-
- All Superinterfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
- All Known Implementing Classes:
BanGeoCoderPlugin
,GoogleGeoCoderPlugin
public interface GeoCoderPlugin extends io.vertigo.core.node.component.Plugin
- Author:
- spoitrenaud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoLocation
findLocation(String address)
Geocoding d'une adresse.
-
-
-
Method Detail
-
findLocation
GeoLocation findLocation(String address)
Geocoding d'une adresse.- Parameters:
address
- Chaine de caractères représentant une adresse.- Returns:
- Liste des emplacements (latitude ; longitude) correspondant à l'adresse recherchée.
-
-