org.opennms.features.poller.remote.gwt.server.geocoding
Class GoogleMapsGeocoder

java.lang.Object
  extended by org.opennms.features.poller.remote.gwt.server.geocoding.GoogleMapsGeocoder
All Implemented Interfaces:
Geocoder

public class GoogleMapsGeocoder
extends Object
implements Geocoder

GoogleMapsGeocoder class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
GoogleMapsGeocoder()
          Constructor for GoogleMapsGeocoder.
 
Method Summary
 GWTLatLng geocode(String geolocation)
          geocode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleMapsGeocoder

public GoogleMapsGeocoder()

Constructor for GoogleMapsGeocoder.

Method Detail

geocode

public GWTLatLng geocode(String geolocation)
                  throws GeocoderException

geocode

Specified by:
geocode in interface Geocoder
Parameters:
geolocation - a String object.
Returns:
a GWTLatLng object.
Throws:
GeocoderException - if any.


Copyright © 2011. All Rights Reserved.