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
- Author:
- spoitrenaud
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleGeoCoderPlugin(Optional<String> proxyHostOpt, Optional<String> proxyPortOpt) -
Method Summary
Modifier and TypeMethodDescriptionfindLocation(String address) Geocoding d'une adresse.static String
-
Constructor Details
-
GoogleGeoCoderPlugin
-
-
Method Details
-
toString
-
findLocation
Geocoding d'une adresse.- Specified by:
findLocationin interfaceGeoCoderPlugin- Parameters:
address- Chaine de caractères représentant une adresse.- Returns:
- Liste des emplacements (latitude ; longitude) correspondant à l'adresse recherchée.
-