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

Mapbox: How many tiles were requested by this api key/account

is there a way to request how many tiles were already requested this month for a given API key? Or would I need a backend, to keep track? On this side, I can see the requested tiles: https://account.mapbox.com/ But it only updates daily, not…
patpatwithhat
  • 335
  • 2
  • 11
-1
votes
1 answer

Mapbox Telemetry issue Android 11

These are the mapbox dependencies I have used in build.gradle file implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.12.0' implementation 'com.mapbox.mapboxsdk:mapbox-android-telemetry:6.1.0' implementation…
GBEEE
  • 3
  • 1
-1
votes
1 answer

ERROR Mapbox error {com.xxx}[Style]: Failed to load source composite: HTTP status code 403

I am not able to load the map and getting below error ERROR Mapbox error {com.xxx}[Style]: Failed to load source composite: HTTP status code 403 {"level": "error", "message": "{com.xxx}[Style]: Failed to load source composite: HTTP status code 403",…
-1
votes
1 answer

How to add some custom actions after completion of Navigation Route in Mapbox

So i found this turn-by-turn navigation example by mapbox. It works just fine but but i would like to do some custom actions after the navigation has completed such as maybe enable a certain button that was initially hidden when the navigation was…
-1
votes
1 answer

Mapbox Android Navigation SDK RouteRequest Error - No suitable edges near location - Code: 171

Using the mapboxNavigation requestRoutes with the following options code. Getting a Failure callback complaining No suitable edges near location. The same points array used in Postman calling the Direction API returns…
kchoi
  • 109
  • 1
  • 4
-1
votes
1 answer

How to implement offline Android Mapbox map that supports Navigation?

I am implementing application for Android devices and having the problem to implement offline map that works well with showing routes and navigation to the place. I was trying to implement the solution from this link:…
Camil
  • 97
  • 1
  • 8
-1
votes
1 answer

Any possible way to start geofencing with Mapbox SDK for Android

I got severel points on my map and i would like to notify the user when he is within a 1km radius to a point. But i couldn't find a solution or example for this with the Mapbox SDK. Is there another (easy) way to do this as a beginner?
trytolearn
  • 29
  • 4
-1
votes
1 answer

Mapbox Android - How to access vector tile data given a bouding zone and zoom lvl?

I am working on a custom renderer an I want to access vector tile data to retrieve the features geometry from : the offline dataset in priority then a fallback on the cache then a fallback to the Mapbox servers. So given the bounding coordinates…
dagatsoin
  • 2,626
  • 6
  • 25
  • 54
-1
votes
1 answer

Is it possible to move SymbolLayer icon as per the updated location points?

I wants to move SymbolLayer icon on the map layer as per the position change, move like as a marker. In the latest Mapbox update, MarkerView and MarkerViewOptions is deprecated. So I want to move the SymbolLayer icon. Please help me to make it…
IBS Dev
  • 1
  • 1
-1
votes
1 answer

Does Mapbox Support Flutter and React Native ? for Apps

I wanted to implement mapbox Apps Sdk using either flutter or React native.Please let me if either of them is supported if yes then please provide the relevant links.
-1
votes
1 answer

MapBox- BasicNetwork.performRequest: Unexpected response code 403

I am using Mapbox search API for autocomplete place list.But I am getting above error though i have use my valid public access token.What are the requirement to check while generating access token in mapbox. Here is my request…
Rider Sewa
  • 21
  • 6
-1
votes
1 answer

MapBox is crashing

Hi, i am using mapbox (Java) on android studio and want to get my user location and navigation working but i am having errors when i run the start navigation button and then crashes, please could you help as i have been stuck for 4 days now. my…
John
  • 1
  • 1
-1
votes
1 answer

Mapbox Android Sdk size

First I have forked mapbox android sdk and then uploaded mapbox gl native android sdk code to bintray and used it as a dependency in another project which increase my apk size with 25 mb . On other side in same project if a use mapbox dependency…
-1
votes
1 answer

Map-box Android : Icon Overlapping and SymbolManager OnClickListener

I have got a strange issue when using the symbol manager. When I allow icons overlapping, the click listener of the symbol manager is triggered multiple times. This doesn't occur when I don't set Allow Icon Overlap to true. But I need to show all of…
-1
votes
1 answer

Mapbox - Download raster tiles to display offline

My app (iOS/Android) needs to download raster tiles for using offline. Due to this issue I cannot add raster tiles to a Style through Mapbox Studio. What are the options to be able to download my raster tiles and display them even offline?
RustamG
  • 1,815
  • 1
  • 14
  • 16