mapbox-android Questions

3

Solved

I'm experiencing issues installing mapbox_gl plugin on my flutter app... I did follow the official instrctions from there : https://pub.dev/packages/mapbox_gl But whenever I hit flutter run I get t...
Safari asked 4/6, 2021 at 8:38

10

Solved

I face this problem when trying to use mapbox in Android studio Failed to resolve: com.mapbox.mapboxsdk:mapbox-android-sdk:9.5.0 what is the problem? my build.gradle dependencies dependencies { ...
Splitting asked 8/11, 2020 at 13:43

5

As I am using MAPBOX in my application. I don't know how to get current lat and long. I used this way to get the current location.But its showing null object reference.Please help me to solve my pr...
Dittman asked 13/11, 2017 at 7:18

2

How is possible to adjust the logo and attribution in com.mapbox.mapboxsdk.maps.MapView? In the older SDK v9, it was possible to simply set UiSettings via XML attributes (or by changing UiSettings ...
Submersible asked 22/9, 2021 at 12:23

2

Solved

I am trying to use the new mapbox for android v10 with specifically the new 3d terrain feature. All the examples are in Kotlin, I have followed the online guide below but I keep running into the sa...
Favoritism asked 2/11, 2021 at 4:33

1

Is it possible using custom OSRM server (Docker) for routing in navigation SDK? If i have custom streets in postgrey db, how can i calculate route on this streets? Something as NavigationRoute.bu...
Ciaracibber asked 29/11, 2018 at 13:35

1

Solved

I'm attempting to show a route on a map for two specified points, with the end goal of generating step-by-step directions. I'm using the Directions API provided by MapBox and have structured my cod...
Enlil asked 25/2, 2020 at 17:35

1

Solved

I'm attempting to add markers to a map from a GeoJSON File that has been added to the "asset" folder. I've attempted to follow the documentation however have been unable to get the expected result...
Fong asked 30/1, 2020 at 17:49

0

I have loaded a geoJson source into my mapView. I have a search bar in my activity. So my plan is that I want to populate my searchBar suggestions with feature types from the geoJson source added t...
Third asked 8/1, 2020 at 6:52

2

Solved

A GeoJson feature looks like this : { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 43.59375, 59.17592824927136 ] } } In Mapbox using Java/JVM we...
Timework asked 27/1, 2019 at 4:6

2

I am investigating the excellent Mapbox library within my current Android Application. I have come across this issue when trying to integrate the PlacePickerActivity. Caused by: java.lang.NullPoi...
Writer asked 24/12, 2018 at 11:43

1

Various lines are added to the map representing routes using the following code: private LineLayer makeLineLayer(List<GeoPoint> routePoints, String title) { String sourceTitle = "line-laye...
Assamese asked 3/11, 2017 at 22:14
1

© 2022 - 2024 — McMap. All rights reserved.