ChartDataGeohashDecodeOptionsSchema
geohashstringrequired
Name of source column containing geohash string
latitudestringrequired
Name of target column for decoded latitude
longitudestringrequired
Name of target column for decoded longitude
ChartDataGeohashDecodeOptionsSchema
{
"geohash": "string",
"latitude": "string",
"longitude": "string"
}