update
This commit is contained in:
@ -171,7 +171,7 @@ class _DestinationMapPageState extends State<DestinationMapPage> {
|
||||
zoom: 1,
|
||||
maxZoom: 20,
|
||||
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
||||
plugins: [LocationMarkerPlugin(),]
|
||||
//plugins: [LocationMarkerPlugin(),]
|
||||
),
|
||||
children: [
|
||||
TileLayerWidget(
|
||||
@ -205,7 +205,8 @@ class _DestinationMapPageState extends State<DestinationMapPage> {
|
||||
options: MarkerLayerOptions(
|
||||
markers: getMarkers()!
|
||||
),
|
||||
)
|
||||
),
|
||||
LocationMarkerLayerWidget(),
|
||||
],
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user