Zum Hauptinhalt gehen

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.