Aller au contenu principal

Location of GPS point on the map

Répondu

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.