osm_flutter icon indicating copy to clipboard operation
osm_flutter copied to clipboard

Map location always starts in USA- Washington then it moves to the location that I initialize with

Open medalawi opened this issue 8 months ago • 4 comments

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),
  );

medalawi avatar May 31 '24 14:05 medalawi