Skip to main content
Version: 6.1.0

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"
}