Class GoogleGeoCoderPlugin
- java.lang.Object
-
- io.vertigo.geo.plugins.geocoder.google.GoogleGeoCoderPlugin
-
- All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
,GeoCoderPlugin
public final class GoogleGeoCoderPlugin extends Object implements GeoCoderPlugin
- Author:
- spoitrenaud
-
-
Constructor Summary
Constructors Constructor Description GoogleGeoCoderPlugin(Optional<String> proxyHostOpt, Optional<String> proxyPortOpt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoLocation
findLocation(String address)
Geocoding d'une adresse.static String
toString(Document doc)
-
-
-
Method Detail
-
findLocation
public GeoLocation findLocation(String address)
Geocoding d'une adresse.- Specified by:
findLocation
in interfaceGeoCoderPlugin
- Parameters:
address
- Chaine de caractères représentant une adresse.- Returns:
- Liste des emplacements (latitude ; longitude) correspondant à l'adresse recherchée.
-
-