Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

How to show the map without any toolbar? #109

Open
rxmoein opened this issue Aug 19, 2018 · 1 comment
Open

How to show the map without any toolbar? #109

rxmoein opened this issue Aug 19, 2018 · 1 comment

Comments

@rxmoein
Copy link

rxmoein commented Aug 19, 2018

Hi. is there any configuration or trick to remove or customize the toolbar?

@clarktank
Copy link

you need to set the hideToolbar to true.

return mapView.show(
      new MapOptions(
        mapViewType: MapViewType.normal,
        initialCameraPosition: new CameraPosition(
          new Location(latitude, longitude),
          10.0,
        ),
        showUserLocation: true,
        showMyLocationButton: true,
        hideToolbar: true,
      ),
    );

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants