I am using SDK version 10.2.4
I am trying to implement the autopan abilities. However, I feel that the API needs improvement with the current autopan capabilities. From my testing all "autopan" modes are deactivated upon interaction with the map. I believe this is undesirable and should be a further option to leave active with map interaction.
Currently the only way I see to implement a map panning the way I want is to add this line:
locationDisplayManager.setAutoPanMode(AutoPanMode.LOCATION);
to the onLocationChanged() event for the locationDisplayManager. This can't be very efficient for the system.
Anyways that's my 2 cents. Are there any plans to impove autopan further? I saw that in version 10.2.3 there was "auto pan imporovements" but was not sure exactly what those were.
If your question is not answered, please feel free to log a ticket with Technical Support so that we can research and see how we can enhance this functionality.