osm_flutter
osm_flutter copied to clipboard
Map location always starts in USA- Washington then it moves to the location that I initialize with
Map location always starts in USA- Washington then it moves to the location that I initialize with
For Example :
MapController controller =
MapController.withPosition(initPosition:GeoPoint(latitude:51.1638175, longitude: 10.4478313),
);