Class 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
    • Method Detail

      • findLocation

        public GeoLocation findLocation​(String address)
        Geocoding d'une adresse.
        Specified by:
        findLocation in interface GeoCoderPlugin
        Parameters:
        address - Chaine de caractères représentant une adresse.
        Returns:
        Liste des emplacements (latitude ; longitude) correspondant à l'adresse recherchée.