init(title:sections:buttonConfiguration:)
Initializes a new overlay page.
Declaration
init(title: String?, sections: [CPMapPanelSection], buttonConfiguration: CPMapPanelButtonConfiguration?)Parameters
- title:
An optional title for the page.
- sections:
An array of @c CPPanelListSection objects describing the content of the page.
- buttonConfiguration:
An optional button configuration for the page.
Return Value
A new @c CPPanelList instance