Groovy Documentation

griffon.plugins.geocoding
[Groovy] Class GeoCodingService

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonService
              griffon.plugins.geocoding.GeoCodingService

class GeoCodingService
extends AbstractGriffonService

Authors:
Dani Latorre
Andres Almiray


Property Summary
wslite.rest.RESTClient http

 
Constructor Summary
GeoCodingService()

 
Method Summary
String findAddressByLatLng(String lat, String lng)

List findAddressesByLatLng(String lat, String lng)

Map findLatLngByAddress(String address)

List findLatLngsByAddress(String address)

private wslite.json.JSONArray findPoints(Map query)

wslite.json.JSONArray findPointsByAddress(String address)

wslite.json.JSONArray findPointsByLatLng(String lat, String lng)

 
Methods inherited from class AbstractGriffonService
serviceInit, serviceDestroy, newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, metaClassOf, getGriffonClass, getApp, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class AbstractGriffonArtifact
newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, metaClassOf, getGriffonClass, getApp, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

http

wslite.rest.RESTClient http


 
Constructor Detail

GeoCodingService

GeoCodingService()


 
Method Detail

findAddressByLatLng

String findAddressByLatLng(String lat, String lng)


findAddressesByLatLng

List findAddressesByLatLng(String lat, String lng)


findLatLngByAddress

Map findLatLngByAddress(String address)


findLatLngsByAddress

List findLatLngsByAddress(String address)


findPoints

private wslite.json.JSONArray findPoints(Map query)


findPointsByAddress

wslite.json.JSONArray findPointsByAddress(String address)


findPointsByLatLng

wslite.json.JSONArray findPointsByLatLng(String lat, String lng)


 

Groovy Documentation