Skip to main content

Comments

1 comment

  • Jeff Siemens

    Hi Berend,

    We support the following operations:

    "geolocation.auto-recenter" => LocationDisplayAutoPanMode.Recenter
    "geolocation.auto-recenter-and-reorient" => LocationDisplayAutoPanMode.CompassNavigation

    It does sound like LocationDisplayAutoPanMode.Navigation would do what you want. There aren't any existing operations to enable LocationDisplayAutoPanMode.Navigation. However, if you're using the Mobile SDK, you should simply be able to do a move like this:

    mapView.LocationDisplay.AutoPanMode = LocationDisplayAutoPanMode.Navigation;

    Jeff

    1

Please sign in to leave a comment.