${ __('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) { %>

${ __('pathDistance') } {{ model.lengthDisplay }}

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

${ __('area') } {{ model.areaDisplay }}

<% } %>