---
title: WKInterfaceMapPinColor
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkinterfacemappincolor
---

# WKInterfaceMapPinColor

Constants for map pin colors.

## Declaration

```swift
enum WKInterfaceMapPinColor
```

## Topics

### Constants

- [WKInterfaceMapPinColor.red](watchkit/wkinterfacemappincolor/red.md)
- [WKInterfaceMapPinColor.green](watchkit/wkinterfacemappincolor/green.md)
- [WKInterfaceMapPinColor.purple](watchkit/wkinterfacemappincolor/purple.md)

### Initializers

- [init(rawValue:)](watchkit/wkinterfacemappincolor/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing Map Annotations

- [addAnnotation(_:with:centerOffset:)](watchkit/wkinterfacemap/addannotation(_:with:centeroffset:).md)
- [addAnnotation(_:withImageNamed:centerOffset:)](watchkit/wkinterfacemap/addannotation(_:withimagenamed:centeroffset:).md)
- [addAnnotation(_:with:)](watchkit/wkinterfacemap/addannotation(_:with:).md)
- [removeAllAnnotations()](watchkit/wkinterfacemap/removeallannotations().md)
