Interface GeoCoderPlugin

All Superinterfaces:
io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Plugin
All Known Implementing Classes:
BanGeoCoderPlugin, GoogleGeoCoderPlugin

public interface GeoCoderPlugin extends io.vertigo.core.node.component.Plugin
Author:
spoitrenaud
  • Method Summary

    Modifier and Type
    Method
    Description
    Geocoding d'une adresse.
  • Method Details

    • findLocation

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