Optionalconnector?: GenerateEnabledAndDisabledOption<Add a connector between the label and icon. Both icon and label must be enabled for this to apply
OptionaleditorOptions?: Partial<{ enableRotation: boolean; isGrouped: boolean }>Options to configure how editing of markers should work. Must be used in conjuction with LocationMapCustomConfig.enableFeatureEditing
Optionalicon?: GenerateEnabledAndDisabledOption<Enable to display an icon at the location provided by CustomMarkerConfig.data
The id of the marker. Must be unique
Optionallabel?: GenerateEnabledAndDisabledOption<Enable to display a label at the location provided by CustomMarkerConfig.data if CustomMarkerConfig.icon is disabled. If icon is enabled, the label will be placed around it
Optionalrotation?: numberThe rotation of the marker
The data which controls the placement of the marker. It supports both a GeoJSON object, and a url which includes GeoJSON