3/ The feedback we often hear from customers is that annotations especially help devs who don't have detailed geo experience move faster.
For most orgs, engineering time is the most expensive resource, so saving time is very valuable. ⏲️ = 💰
Let's look at some of the annotations we add to results ...
4/ First up we have many different geographic location encodings: for example DMS, geohash, MGRS, and more.
There are so many different ways to express a location, each with specific use cases.
Example for 52.5186,13.3761 - The Reichstag in Berlin, Germany 🇩🇪
"Mercator" : {
"x" : 1489021.353,
"y" : 6860511.912
},
"MGRS" : "33UUU8981519959",
"geohash" : "u33db2snvz7fff80k8hx",
"what3words" : {
"words" : "amends.leans.confined"
}