Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zhaofinger opened this issue Dec 6, 2018 · 0 comments
Open

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

zhaofinger opened this issue Dec 6, 2018 · 0 comments

Comments

@zhaofinger
Copy link

我在其中一个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,
      ),
    );
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant