Questions tagged [mapbox-android]

Mapbox Android Services contains directions, geocoding, and many more APIs to use inside your Android or Java application

Available specific SDK Docs and Tags:

Maps SDK for Android -> mapbox-android-maps

Navigation SDK for Android -> mapbox-android-nav

Vision SDK for Android -> mapbox-android-vision

570 questions
-1
votes
1 answer

No Route found using mapbox map matching API but Google maps is displaying the route between source and destination

For the following source and destination, Mapbox Map Matching API is not giving any route in response. But Google Maps is instead showing the route. Source - 41.903183,-87.630716 Destination - 41.900127,-87.621664 Mapbox Map Matching…
-1
votes
1 answer

How to pass custom coordinates to map box navigation launcher?

Mapbox provides good Navigation SDK for Android, and what I have been trying to do is pass custom lat and lng's to mapbox navigation launcher. But its taking current user location and i would like to pass the custom coordinates . Is that possible?
Surya Teja
  • 1,388
  • 3
  • 16
  • 32
-1
votes
1 answer

Mapbox geocoding with cyrillic street names

I am trying to do geocoding with MapBox geocoding. I have a problem with searching cyrillic (Serbian) street names. When I search for city name (which are displayed latin), I can find them. Also, there is no option for MapBox to display map in…
-1
votes
1 answer

Setting map annotations in Mapbox MapSnapshotter on Android

I have an Android application which streams pictures of maps via a UDP socket to an external embedded device. Therefore, I created a foreground service (the map streaming should run in the background in order to work also when another app is in…
-1
votes
1 answer

some details in mapbox are not supported can i add it manually?

I want to change from google maps API to Mapbox but some details and routes are missing in KSU campus I uploaded an image of comparison between google maps with lots with details and Mapbox, my question here can I add them manually using Mapbox API…
-1
votes
3 answers

Using MapBox to start Navigation UI causes unexpected crash

I am attempting to implement a navigation component to my application following this MapBox guide: https://docs.mapbox.com/help/tutorials/android-navigation-sdk/ When I attempt to call .startNavigation(...) I get an unexpected error: 2020-03-08…
Enigmatic
  • 3,902
  • 6
  • 26
  • 48
-1
votes
1 answer

Stop infinite world scrolling in Mapbox

Mapbox map is having infinite world scrolling. I have tried a lot but I am unable to stop world infinite scrolling. Mapbox was having some way previously (Disable horizontal repeating of world map with mapbox) but not currently supported and not…
AndroidT
  • 69
  • 5
-1
votes
1 answer

How to accurately lay cycling route data over a Mapbox Android app?

I'm working on a project in which we hope to make a navigation app for cyclists. As such we'd like to have a layer that displays all the cycling routes recognised by the National Cycling Network (for now just the routes in the UK, baby steps). We've…
Luke Davis
  • 143
  • 7
-1
votes
1 answer

Offilne Maps with MapBox in Android

I am working on an android application which contains modules like offline maps.I want to download map (data set) of a particular area based on user input then user can select two locations start and destination and i need to draw routes on the map.…
Saad Ullah
  • 29
  • 3
-1
votes
1 answer

Can't get address from Mapbox FeatureCollection

I am getting a featurecollection returned from mapbox. The JSON looks like the…
user3479586
  • 159
  • 1
  • 12
-1
votes
1 answer

How do I add markers to a Mapbox map outside of a Mapbox event?

All the examples I've seen for adding a marker to the map show the marker being added in the "onMapReady" callback or the "onMapClick" callback. I have an app that periodically finds the user's latitude and longitude and I want to add a marker to…
-1
votes
1 answer

how I can create customs steps with DirectionsRoute in mapbox

I'm trying to create my custom Route with MapBox and add a list of customs steps. To draw a route from a list of Point, I'm using MapboxMapMatching. From MapBox documentation, I understand that steps are managed by LegStep but I can't houw I add…
Younes Ben Tlili
  • 263
  • 1
  • 2
  • 15
-1
votes
1 answer

How to Hide Report Problem AlertTextView?

I want to Hide Report Problem alertText. I already hide alert icon navigationView.findViewById(R.id.feedbackFab).setVisibility(View.GONE); Screen Shot
-2
votes
0 answers

how to divide the map into tiles using mapbox in react native

How to achieve below result using mapbox in react native. click here to view the result i want to divide whole map into tiles and later on user can also select the tile.
-2
votes
1 answer

How to Animate marker position in Mapbox android SDK?

there is no example code on the website.I found [old version in java](https://docs.mapbox.com/android/legacy/maps/examples/animate-marker-position/) but it is too old. I want to know how to use kotlin and sdk v10.9.1 to do it.
gsy
  • 13
  • 2
1 2 3
37
38