Results 20 comments of Bakerally Noorani

Yes, this I got it, I'm already using onMapLongClick, but my question is can we raise an event when the long map click ends?

I am using the native Flutter [Listener](https://api.flutter.dev/flutter/widgets/Listener-class.html) widget for this with the child being an instance of the MaplibreMap. Then, I am using the onPointerUp callback in the Listener widget...

Yes, I found this, I wasn't using the `main` branch, just to confirm, can we use this for hiding or displaying layers like `contour-line`, `mountain-peak`, `hike-route`, `bike-route-line`, etc?

How about getting a layer object and modifying it's properties? For example, I am adding a layer with id `tracker` as shown below. How do I get the layer object...

Can you provide a hint about the files to modify to implements this?

I've forked the library and made the above modifications, however when i'm using the [forked library](https://github.com/noorbakerally/flutter-maplibre-gl/tree/main) in my project, i am getting the following error: ``` ../../../../.pub-cache/git/flutter-maplibre-gl-a32f8d939b580b853ab34a8fb0cc61c66b71d36b/maplibre_gl_platform_interface/lib/src/view_wrappers.dart:130:51: Error: The getter...

Is it possible to do that on Android? I'm getting the following error: `SocketException: Failed to create server socket (OS Error: Permission denied, errno = 13), address = 127.0.0.1, port...

@mariusvn, I'm not missing the permission, could something else be causing this? the fact that the style need to be served via HTTP, is it a requirement of the native...

@mariusvn you ever tried this on Android?

@mariusvn from the codes you provided above, i changed the port to 8080, im no longer getting this problem, but is hanging on the line `HttpResponse res = (await server.first).response................`,...