Search Unity

How to fix user location

Discussion in 'Navigation' started by bugracoskun1996, Nov 21, 2018.

  1. bugracoskun1996

    bugracoskun1996

    Joined:
    Jun 30, 2018
    Posts:
    5
    I am trying to create a map which user location is shown on the map. I am working on unity with mapbox sdk. There too many example in the sdk but i have to try understand them and build my own application.

    My problem is, i achieved create a map and user's location is shown on the map but i want to slide and zoomable to map. In my project zoomable is okay but when i am trying to slide user's location is change too. I mean that,
    here is real location of user:
    real location.jpeg
    when i slide the map user's location icon is changed too:
    WhatsApp Image 2018-11-21 at 15.24.43.jpeg
    How to i fix to user location icon?
     
  2. Yandalf

    Yandalf

    Joined:
    Feb 11, 2014
    Posts:
    491
    This is not a navigation issue. You are not updating the user location after manipulating the map. normally the mapbox sdk should provide you with means to do that. Keep searching through the examples.