SigmaAppdevelopment

Results 7 comments of SigmaAppdevelopment

I found solution: ``` func updateCameraBounds(coordinates: [CLLocationCoordinate2D], padding: UIEdgeInsets, animated: Bool = true) { do { let referenceCamera = CameraOptions(padding: padding, bearing: 0, pitch: 0) let camera = try mapboxMap.camera(for:...

Making this change in AuthorizationManagementActivitity fixes crash: private void extractState(Bundle state) { if (state == null) { to private void extractState(Bundle state) { if (state == null || state.size() ==...

@zenyagami I did this. I think, maybe you need to set slot. val layer = lineLayer(mapPath.layerId, mapPath.sourceId) { lineCap(LineCap.ROUND) lineJoin(LineJoin.ROUND) lineWidth(pathWidth) lineColor(ContextCompat.getColor(context, colorId)) lineEmissiveStrength(1.0) lineOcclusionOpacity(0.3) slot("middle") }

we still have no solution. can you help?

@OdNairy We use Mapview

Hi here is our code import Foundation import MapboxMaps import CoreLocation import UIKit protocol CameraLocationConsumerDelegate: AnyObject { func onLocationUpdate(location: CLLocationCoordinate2D) } // Create class which conforms to LocationConsumer, update the...

By the way, can I disable telemetry? https://www.mapbox.com/telemetry I only want to show static data, so there should be no location access. except one view, this has location access, so...