python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Best way to update trail taken by user in map view android
I am using a MapView to display the current position of the user. The user is supposed to be able to move around and a blue line corresponding to his/her path will be displayed.
I am using the getCurr...

Ayush
Votes: 0
Answers: 1
How do I make my Expo EAS app only track a user's background location in certain screens?
I have a RN/EAS app that tracks a user's background location. I only want their background location to be logged in certain screens, but whenever I have the app engaged in any screen, I get the blue, ...
shyguy189540
Votes: 0
Answers: 0
Asking for location permission only appears when app is interrupted
I am developing an android application that uses Google Maps.
The expected behavior is:
Enter the map activity
Ask user to use his location
Show nearby places
When I run the application using an emu...
Fábio Pires
Votes: 0
Answers: 1
How do you fix a error like this? in flutter
static Future<DirectionDetails?> obtainDirectionsDetails(LatLng initialPosition, LatLng finalPosition) async {
String directionURL = "https://maps.googleapis.com/maps/api/directio...
Cool Vibes
Votes: 0
Answers: 0