I wanted to clarify two things regarding this function-
1.) If using the distanceAlong value, what should we assume is the unit of measurement for that value? I'm guessing it's meters since Web Mercator is the default projection?
2.) The documentation begins with this lengthy point:
Feature geometries in the visualization and labeling profiles are generalized according to the view's scale resolution to improve drawing performance. Therefore, using a feature's geometry (i.e. $feature) as input to any geometry function in these contexts will return different results at each scale level. Other profiles, such as popup, provide the full resolution geometry.
The last sentence is what I want clarification- if I'm using Arcade code in a popup expression, do I assume that $feature is returning the full resolution geometry? If not, what should I reference in order to obtain it?
Thanks!
Steve