update
This commit is contained in:
@ -171,7 +171,7 @@ class _DestinationMapPageState extends State<DestinationMapPage> {
|
|||||||
zoom: 1,
|
zoom: 1,
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
||||||
plugins: [LocationMarkerPlugin(),]
|
//plugins: [LocationMarkerPlugin(),]
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
TileLayerWidget(
|
TileLayerWidget(
|
||||||
@ -205,7 +205,8 @@ class _DestinationMapPageState extends State<DestinationMapPage> {
|
|||||||
options: MarkerLayerOptions(
|
options: MarkerLayerOptions(
|
||||||
markers: getMarkers()!
|
markers: getMarkers()!
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
|
LocationMarkerLayerWidget(),
|
||||||
],
|
],
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -549,8 +549,7 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
|||||||
children: [
|
children: [
|
||||||
Text(label),
|
Text(label),
|
||||||
SizedBox(width: 10.0,),
|
SizedBox(width: 10.0,),
|
||||||
Flexible(
|
InkWell(
|
||||||
child: InkWell(
|
|
||||||
onTap: (){
|
onTap: (){
|
||||||
if(isurl){
|
if(isurl){
|
||||||
if(indexController.rog_mode == 0){
|
if(indexController.rog_mode == 0){
|
||||||
@ -570,7 +569,6 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
|||||||
maxLines: 5,
|
maxLines: 5,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user