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 Details

  • Method Details

    • toString

      public static String toString(Document doc)
    • 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.