-
I have a flutter GNSS RTK project. It needs to draw accurate polylines/polygons, but now they are jaggy.
## Steps to Reproduce
Modify _createPoints() in example/lib/place_polyline.dart to draw a…
-
## Minimal code
```
void main() => runApp(MaterialApp(home: Scaffold(appBar: AppBar(), body: MyPage())));
class MyPage extends StatefulWidget {
@override
State createState() => _MyPageState…
-
### Steps to reproduce
- fork flutter/packages and run the example of flutter_google_maps package
- add a cloudMapId to the map click example (the cloud map id has errors and is unusable)
Warni…
-
[noordbrabant.zip](https://github.com/w8r/Leaflet.Path.Drag/files/1714665/noordbrabant.zip)
When I drag a geojson layer with a MultiPolygon in it, the _transformPoints function in L.Path-Drag is ca…
-
Until last week when pass coordinates to method "find" everything works fine,
but now with this example below does not return results, when drag the marker always returns ZERO_RESULTS. Someone to have…
-
is there any plan to include a method that extends existing bounds to a new point similar to what google and leaflet have with ther latlngbounds.extend methods?
cheers
Qiong
-
In the REPL is reload not the same command as load but for remembering the module or file name last loaded? Here after an internal compiler error, reload doesn't respond well but load does.
```
ko…
-
### Steps to reproduce
When update the marker List and rebuild, the target marker will flicker. Not every times but easy to reproduce.
Only happened on Android. iOS is good.
Device: Android 14 …
L4rue updated
1 month ago
-
Hi,
i have tried to create a sample with this code:
```
import com.airbnb.android.airmapview.AirMapMarker;
import com.airbnb.android.airmapview.AirMapPolyline;
import com.airbnb.android.airmapview.Ai…
-
Привет!
Нужно, что бы по массиву LagLng отобразился фрейм карты, который включает в себя все эти точки. Как это сделать на яндексах?
Вот как это просто и легко делается на гугл-картах:
LatLngBounds.…