Map Size Metric

Is there any way to get the size of a map (like volume even) in the API? Wanting to perform some analysis to see if Avg KD across given maps are influenced by the map size!

Thank you!

Hello!

Unfortunately that information isn’t available in the API. There’s a few ways that you could get that data, none of which are exactly ideal. For instance, the coordinates in Forge do correspond to the coordinates returned in the API. Another option is to keep track of the farthest coordinates you observe across multiple matches returned by the API to try to discover boundaries programmatically, but that might be a bit fuzzy or imprecise.

Sorry I don’t have better news for you. Thank you for the feedback!

No worries Respected Sir! Thanks for the update; have a good one!