ChartDataGeohashEncodeOptionsSchema
geohashstringrequired
Name of target column for encoded geohash string
latitudestringrequired
Name of source latitude column
longitudestringrequired
Name of source longitude column
ChartDataGeohashEncodeOptionsSchema
{
"geohash": "string",
"latitude": "string",
"longitude": "string"
}