nextgis/android_gisapp

Support measure distance control

simgislab opened this issue · 1 comments

grey text field + a refresh button

text field shows distance between current position of the point and current position of the surveyor in meters

distance calculates on form initializing - when point is created. Distance IS NOT updated if point is edited. <- to discuss May be can update always if position of the point is shifted in respect of the previous position.

refresh button forces update of the calculation

See also nextgis/formbuilder#121

Implemented in 610f641