CPMapTemplate constructor
CPMapTemplate({
- String title = '',
- List<
CPMapButton> mapButtons = const [], - List<
CPDashboardButton> dashboardButtons = const [], - List<
CPMapButton> mapButtonsWhilePanningMode = const [], - List<
CPBarButton> barButtonsWhilePanningMode = const [], - bool isPanningInterfaceVisible = false,
- String styleUrl = '',
Creates CPMapTemplate
Implementation
CPMapTemplate({
this.title = '',
this.mapButtons = const [],
this.dashboardButtons = const [],
this.mapButtonsWhilePanningMode = const [],
this.barButtonsWhilePanningMode = const [],
this.leadingNavigationBarButtons = const [],
this.trailingNavigationBarButtons = const [],
this.automaticallyHidesNavigationBar = false,
this.hidesButtonsWithNavigationBar = false,
this.isPanningInterfaceVisible = false,
this.styleUrl = '',
});