Selection properties of an AGSGeoView
.
Instances of this class specify how to visually differentiate content in an AGSMapView
or AGSSceneView
that has been selected.
- See also
- selectGraphics: (AGSGraphicsOverlay)
to select content in a graphics overlay.
-
- selectFeatures: (AGSFeatureLayer)
to select content in a feature layer.
- Since
- 100.4
◆ initWithColor:
- (instancetype) initWithColor: |
|
(AGSColor *) |
color |
|
Creates a selection properties object with the specified color.
- Parameters
-
color | to use for displaying selected content. |
- Since
- 100.4
◆ selectionProperties
+ (instancetype) selectionProperties |
|
|
|
Creates a selection properties object.
- Returns
- A new selection properties.
- Since
- 100.4
◆ selectionPropertiesWithColor:
+ (instancetype) selectionPropertiesWithColor: |
|
(AGSColor *) |
color |
|
Creates a selection properties object with the specified color.
- Parameters
-
color | to use for displaying selected content. |
- Returns
- New selection properties.
- Since
- 100.4
◆ color
The color to use for drawing a halo around selected content. Defaults to cyan color.
- Since
- 100.4