hamza mohamed ali
hamza mohamed ali
it seems that icon marker in iOS doesn't follow the size put in flutter side, - [x] fix size of icon - [x] if their is no size define in...
* change defaultZoom to stepZoom * add new attribute `showZoomControl` in OSMFlutter to show default zoom button (only android) * add new attribute `maxZoomLevel` and `minZoomLevel` in OSMFlutter
- [x] add new method called `getGeoPoints` to get list of markers - [ ] add new methods get roads or if they available
For now OSMFlutter doesn't support draw multiple roads. I will try to add support of creation multiple road by adding : * [x] create method to draw multiple roads in...
- [ ] Create new object `OptionGPSUserLocation` that contain 2 attribute `perMeter`, `duration` - [ ] Modify the native views (Android/iOS) to get this new metrics and change parameter of...
In the MapController, we have direct access to the api like drowRoad,setZoom,zoomIn,ZoomOut I'm thinking about split it in subController instead of ```dart controller.setZoom(); or controller.zoomIn(); ``` I create new subController...
i will try to support multiple layer in osm plugin * vector layer * transportation layer
I planning to start creating new examples that illustrate real world applications of course without `turn by turn navigation` :sweat_smile: because it's still not available my idea is to create...
when drawRoad we can get instruction of route in this issue i will add get instruction of each route with information that already provided duration & distance