Skip to content

地图始终显示在最高层级 #11

@zhaofinger

Description

@zhaofinger

我在其中一个tab页上用了AMapView显示地图,但是在其他所有页面地图都会覆盖着

  @override
  Widget build(BuildContext context) {
    return new Container(
      width: 100,
      height: 100,
      child: new AMapView(
        key: mapKey,
        centerCoordinate:  LatLng(39.9242, 116.3979),
        zoomLevel: 13.0,
        mapType: MapType.standard,
        showsUserLocation: true,
      ),
    );
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions