Hoppa till huvudinnehållet

Kommentarer

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

Du måste logga in om du vill lämna en kommentar.