ui-mapbox
ui-mapbox copied to clipboard
Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.
Hi I have a fairly large (20MB) geoJSON dataset that I want to add as a source. Reading the file from disk, then parsing and adding it does work, but...
Loading image from from res:// or even from any other directory from projects sources works, but it failed when path point to local storage. Im using clustering points and want...
Hi! Thanks for maintaining this plugin. I have a JavaScript library to dynamically generate icons, which I would like to use as marker icons in my map. These icons are...
On Android I've got "TypeError: PropertyFactory[actualKey] is not a function" message when trying add layer with polyline using code from demo. ``` "dependencies": { "@nativescript-community/https": "^3.2.2", "@nativescript-community/ui-image": "^4.0.26", "@nativescript-community/ui-mapbox": "^6.2.9",...
On Android, I can use my finger to drag the map around from any point on the map. In iOS I can only move the map if i start the...
I updated the mapbox plugin from 5.0.0 to 6.2.9 and noticed that the circle-radius interpolation is not working anymore on iOS. Which means that a circle won't be adjusted in...
6.1.0 and 6.2.0 Android 11, tns-android 6.5.3 On the emulator it works fine. But on my Pixel 3, it never calls the mapReady function. Looking at the adb logcat I...
hey guys I'd like to have a location picker like in WhatsApp in my application. The Maps SDK from Mapbox already supports it and it would be terrific, if that...
borderRadius don't work on android with maps. on iOS it's working properly.I tried to wrap in content view but it doesn't help. Also tried css and direct changing. MapBox version...
I'm looking for a way to update the `circle-radius` (inside `paint`) of already created Layer. I can't seem to find any API for that and no examples either. Is the...