ui-mapbox
ui-mapbox copied to clipboard
Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.
Hi there, I am trying to use this plugin for my Svelte Native project but it always fails to get import for usage. 'ns preview' just shows message "A module...
How should I enable the compass? It's hidden by default and when I set hiteCompass false, it still doesn't appear.
As the current SDK used is 5.1.1 and there is a "warning" from mapbox that those version will no longer be kept compatible after April 2023, we should start to...
After last update, I dont know why, but I am not able to show user location on Android. I did not make any changes from last version. I am stuck...
Hello I am currently evaluating this library for a project and noticed some support differences between ios and android. For this case, I am able to apply "icon-text-fit": "width" to...
Hi, we just updated from 6.2.11 to 6.2.15 and noticed that the taps on the map are not detected anymore on iOS. I assume it was due to [this](https://github.com/nativescript-community/ui-mapbox/commit/fabe6abedbb8d03fa2e220272f604b6528ebd196) change...
Propose upgrade of the Mapbox SDK to the last version that seems to be compatible with this plugin implemented (see #92 as a follow up). Currently, the map view crashes...
Typedoc added and extend publish script to generate docs before run lerna publish. Preview: https://raw.githack.com/KG3RK3N/ui-mapbox/docs/docs/index.html As entry point I used "mapbox.common.ts" because "index.d.ts" throws exceptions on typedoc generation that iOS...
Adding a MapboxView instantly crashes my app on iOS simulator (haven't tried on android). Crash report ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x00007fadc84cff90 Exception Codes: 0x0000000000000001, 0x00007fadc84cff90...
I'm creating a map programatically with these settings: ```ts const settings = { container: contentView, accessToken: MAPBOX_ACCESS_TOKEN, style: MapStyle.LIGHT, center: { lat: 53.4108223, lon: -2.2775411 }, zoomLevel: 0, delay: 0,...