-
### Information
I'm trying to decompile/recompile a popular app from playstore (strava).
I managed to decompile` .\apktool.bat d -r -s .\strava.apk`, recompile `.\apktool.bat b -f -d .\strava\ --use…
-
Make a list of the third party projects that MapLibre links with or incorporates by source code.
What do they do and where are they used?
-
## Your Environment
* Plugin version:
flutter_background_geolocation: ^4.10.3
* Platform: Android (it works on iOS)
* Flutter info (`flutter doctor`):
[✓] Flutter (Channel stable, 3.7.12…
-
https://github.com/mapbox/mapbox-maps-android/blob/b35837b8e7c85df8c5476056f065d38ea56d55a0/app/src/main/java/com/mapbox/maps/testapp/examples/LocationTrackingActivity.kt#L86
Hi, I am following the…
-
It is a personal goal to have the ability to view maps without needing an Internet connection.
Very useful for activities such as bushwalking our mountain biking.
Plus we know there are others inter…
-
**Platform:**
Android
**Mapbox SDK version:**
6.1.2 & 6.2.0 (both tested)
**Location Layer Plugin:**
0.5.3
### Steps to trigger behavior
1. Navigate around for around 5-10 minutes
2. Ap…
-
Upgrading-from-package:flutter_web-to-the-Flutter-SDK in flutter>=1.9
import 'package:flutter_web_ui/ui.dart' as ui change to import 'dart.ui '
ui.platformViewRegistry.registerViewFactory fun…
-
### Android application type
.NET Android (net7.0-android, etc.)
### Affected platform version
VSfM 2022 17.6 Preview 983
### Description
I tried out my binding library for Mapbox on .NET7.
S…
-
**Describe the bug**
I am looking for a way to display custom Symbols (in this case a FontAwesome Icon from rn-vector-icons). I have found issue #225 detailing a way to display such Icons inside Symb…
-
Im looking to getting away from loading all of my custom icons each time I place a point annotation on the map, an instead loading them at map load time. So I am using an example I found on another is…