ThinkGeo.com    |     Documentation    |     Premium Support

How to cancel edit mode

How exactly do I cancel edit mode – I though doing a long press would exit me out of the mode but does not.

Hi Richard,

Here we have a sample for Edit in Android: https://github.com/ThinkGeo/DrawEditFeaturesSample-ForAndroid

You can see if you want to exit edit mode please set this property: androidMap.TrackOverlay.TrackMode = TrackMode.None;

Wish that’s helpful.

Regards,

Ethan