How to add indexed object to Map?

Is there a way to transform from datatype type string to geohash so that the object type can be indexed in map?

Since, only object with that has properties with data type geohash can be used for maps, how can I transform from string to geohash

https://www.palantir.com/docs/foundry/geospatial/ontology/#points

You can achieve this with:

1 Like

Awesome, thanks boss!