|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.geoCoding.googleGeoCode
public class googleGeoCode
| 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 |
|---|
public struct geocode(string key, string address)
key - Google API Keyaddress - Address to look up.private string translateAccuracy(numeric accuracy)
accuracyprivate string translateStatuscode(numeric status)
status
|
Mura CMS 6.1 | ||||
| FRAMES | |||||