ui-mapbox
ui-mapbox copied to clipboard
Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.
``` 2022-07-08 04:14:05.775 21921-21921/org.nativescript.testApp E/Mbgl-Mapbox: Error occurred while initializing telemetry java.lang.IllegalArgumentException: org.nativescript.testApp: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a...
``` map.addMarkers([{ lat: 53.606050, lng: 10.045360, title: 'One-line title here', subtitle: 'Really really nice location', icon: 'https://c.tenor.com/7M_72ZCqZrEAAAAC/taxi.gif', selected: false, onCalloutTap: function(){console.log("'Nice location' marker callout tapped");} }]) ```
I'm using this plugin in svelte native, and I've tried setting `disableZoom = false` and `hideCompass = false`, but neither of these options works. Is anyone else having the same...
We have a web app and mobile app in which we use mapbox, in both apps we use a custom mapbox style. In the web app we use a custom...
When I add the plugin I get exit `Error is: Command xcodebuild failed with exit code 65.` - "XCODE 12.2, XCODE 12.1" - "@nativescript:": "7.0.11" - "@nativescript/core": "7.0.13", - "@nativescript/ios":...
This should fix https://github.com/nativescript-community/ui-mapbox/issues/59 I'm still in the process of writing an example for it.
I am trying add markers dynamically/programatically after map is renderer but nothing is happening. Please see my code below **Service Code:** ``` import { Injectable } from '@angular/core'; import {...
Hi, wanted to investigate the status of marker clustering support in this plugin. I see the marker clustering function do have some code in it, but it is commented out....
When i call `getUserLocation()` , I get this error message '**Location not available**' Please note that I am calling this function after location permission has been approved. Android: 12 TargetSDK:...
~~In order to add new sources, at the moment, one has to wait for the mapReady event to fire (else they won't show up), and for that to happen, a...