Constructor
# <ControlGroup children map position orientation />
A map control container with built-in orientations
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
children |
union | No | pass child comps to opt out of the default controls | |
map |
object | Yes | reference to Openlayers map object | |
position |
enum | No | render controls in a position relative to the map | |
orientation |
enum | No | render controls in a position relative to the map | 'vertical' |
- Since:
- 0.14.0