{{ labels.lastPoint }}

{{ model.lastCoord.dms.y }} / {{ model.lastCoord.dms.x }}

{{ numberFormat(model.lastCoord.dd.y, 6) }} / {{ numberFormat(model.lastCoord.dd.x, 6) }}

<% if (model.pointCount > 1) { %>

{{ labels.pathDistance }} {{ model.lengthDisplay }}

<% } %> <% if (model.pointCount > 2) { %>

{{ labels.area }} {{ model.areaDisplay }}

<% } %>