Mura CMS 6.1

mura.geoCoding
Class googleGeoCode

railo-context.Component
        extended by mura.geoCoding.googleGeoCode

public class googleGeoCode
extends railo-context.Component

Method Summary
 struct geocode(string key, string address)
private string translateAccuracy(numeric accuracy)
          Translates an accuracy code to a string
private string translateStatuscode(numeric status)
          Translates a status code to a string
 
Methods inherited from class railo-context.Component
 

Method Detail

geocode

public struct geocode(string key, string address)

Parameters:
key - Google API Key
address - Address to look up.

translateAccuracy

private string translateAccuracy(numeric accuracy)
Translates an accuracy code to a string.

Parameters:
accuracy

translateStatuscode

private string translateStatuscode(numeric status)
Translates a status code to a string.

Parameters:
status

Mura CMS 6.1