mura.geoCoding

Class googleGeoCode

WEB-INF.cftags.component
    extended by mura.geoCoding.googleGeoCode
Class Attributes:
  • output : false
  •  
    Method Summary
    struct geocode(string key, string address)
    private any translateAccuracy(numeric accuracy)
         Translates an accuracy code to a string.
    private any translateStatuscode(numeric status)
         Translates a status code to a string.
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Method Detail

    geocode

    public struct geocode(string key, string address)

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

    translateAccuracy

    private any translateAccuracy(numeric accuracy)

    Translates an accuracy code to a string.

    Parameters:
    accuracy

    translateStatuscode

    private any translateStatuscode(numeric status)

    Translates a status code to a string.

    Parameters:
    status