A class containing information about hyperlinks defined in a map service.
Property |
Type |
Description |
Location |
Geometry of the feature that has a hyperlink. The spatial reference of the geometry matches the map service's default map description. | |
URL |
string |
The hyperlink URL. |
Remarks
In some cases you may want limit or adjust
the geometry being returned. This can be done for performance reasons.
Use LayerResultOptions to manage
this. It is important to note that the IncludeGeometry
property will have no affect on Location. A Location
will always have geometry. You can use the GeometryResultOptions
property on LayerResultOptions
to densify or generalize Location geometry.