Class BanGeoCoderPlugin
- java.lang.Object
-
- io.vertigo.geo.plugins.geocoder.ban.BanGeoCoderPlugin
-
- All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
,GeoCoderPlugin
public final class BanGeoCoderPlugin extends Object implements GeoCoderPlugin
- Author:
- spoitrenaud
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
BanGeoCoderPlugin.BanResponse
-
Constructor Summary
Constructors Constructor Description BanGeoCoderPlugin(Optional<String> proxyHostOpt, Optional<String> proxyPortOpt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoLocation
findLocation(String address)
Geocoding d'une adresse.
-
-
-
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.
-
-