marcellangmaier

Results 7 issues of marcellangmaier

Does anyone has an example of caching an OSM layer in a xamarin forms app? I want to intercept the tile loading and want to use a cached tile (if...

question

Does anyone have a working example for creating an PNG image with specified width and height at given GPS location?

question

Hi Thanks for you great library. I am struggling to use your library in combination with littlefs. Have you ever implemented the littlefs filesystem with your driver?

Thank you for the great plugin. Easy to use and works very well. I made an app which is launched on scanning a tag. The app gets startet as it...

### VERSIONS * Xamarin.Forms.GoogleMaps - 3.2.0 * Xamarin.Forms - 4.0.0.394984-pre10 * Visual Studio 2019 Preview 3 ### PLATFORMS - [X ] Android ### ACTUAL BEHAVIOR Cannot pan and zoom in...

bug
workarround

I want to detect a Tap and a LongPress on a Listview item having the property ListView.SelectionMode set to "None". The builtin ListView ItemTappedEventArgs provide an **Item** property, so that...

bug in XF

When I add a GeoJSON Layer in onMapCreated, sometimes it gets displayed, sometimes not. https://github.com/mapbox/mapbox-maps-flutter/assets/26068556/0027f248-5a57-46d8-ad06-332f4a6fa58e https://github.com/mapbox/mapbox-maps-flutter/assets/26068556/856634f2-d741-45c4-85f5-178b61050aa1 pubspec.yaml: mapbox_maps_flutter: ^2.0.0-rc.1 My _onMapCreated method: ``` _onMapCreated(map.MapboxMap mapboxMap) async { this.mapboxMap = mapboxMap;...