question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Blue Dot Representing User Location Missing

See original GitHub issue

Describe the bug User location indicated by blue dot not showing on maps.

To Reproduce Have tried the following including the new UserLocation object:

      <Mapbox.MapView
        style={styles.map}
        showUserLocation={true}
      >
        <Mapbox.UserLocation 
            showUserLocation={true}
        />

Expected behavior

Blue dot: Screen Shot 2019-05-02 at 12 32 57 AM

Versions (please complete the following information):

  • Platfrom: iOS
  • Device: iPhone Xs and Simulator
  • React Native Version 0.59

Additional context Possible post-expressions update impact @mfazekas. Let me know if I have anything wrong in my attempt at showUserLocation based on the new changes from your vantage point.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
mfazekascommented, Jul 2, 2019

@nasmuris the js implemenation has the advantage of customization, you can use your own location component. Ideally we’d have an option to use the native current location components.

1reaction
ferdicuscommented, Jun 4, 2020

@sauhardar, pass in for example a SymbolLayer with an image source of your choosing and it will get rendered instead of the blue dot

Read more comments on GitHub >

github_iconTop Results From Across the Web

Blue Dot Representing User Location Missing #17 - GitHub
Describe the bug User location indicated by blue dot not showing on maps. To Reproduce Have tried the following including the new ...
Read more >
Understanding the User Location on the Task Page
On the map, the user location can be precise (blue dot), approximate (blue rectangle or circle), or missing altogether if the user location...
Read more >
My blue dots have disappeared from Google Earth. Help!
The disappearance of the blue dots is a long standing issue with the street view layer that the Street View team has not...
Read more >
Blue dot for current location not displaying using google maps ...
I can see the map in the iOS simulator (iPhone 4s) with the marker set to Sydney, but no blue dot to be...
Read more >
Showing the user's location aka. Blue Dot
In this guide, you will learn how to show a dot on the map, representing the user's current location. The JSFiddle example below...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found