ui-mapbox
ui-mapbox copied to clipboard
Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.
Any chance to add this feature? Maybe code sample how to reproduce [«Change a map's language»](https://docs.mapbox.com/android/maps/examples/change-a-maps-language/) or [add LocalizationPlugin](https://docs.mapbox.com/android/plugins/examples/change-map-text-to-device-language/) in NS project?
I want to get Navigation or direction in map , are there interfaces?
First time using this plugin, I followed the guidelines and can't get it to run : in my map.ts component : ``` import { Component, OnInit } from '@angular/core'; import...
The only way to get user location is to enable `showUserLocation`. In my case, I would like to show a marker instead so that if you change address in the...
Hi, it's possible to add getSource() MapBox method to the plugin? I have some problems when I remove sources. Mapbox returns a error message "Could not remove source with id:...
Android 11 - Emulator Pixel XL API R "@nativescript/angular": "10.1.5", "nativescript": "^7.0.11" mapbox.addLayer(type: 'line' .....) => Line not visible but mapbox.addPolygon is working fine. not tested on iOS and not...
Is it possible to access the uisettings?
Is there something on the roadmap to set a Color property for the Marker?
I am currently getting this error when map instantiate in Android `telemtry TypeError: Cannot read properties of null (reading 'setUserTelemetryRequestState')` I don't require telemetry for this service and the map...
What? The mapView.onMapClickListener(...) does not fire on iOS however the same code works on Android. version: "@nativescript-community/ui-mapbox": "^6.2.31" ``` await this.mapboxView?.setOnMapClickListener((position: LatLng) => callback(position) ); await callback(position:LatLng) { console.log('click'); reutrn...