Skip to content

Commit a2bafd5

Browse files
Katy DeCorahmike-unearth
Katy DeCorah
authored andcommitted
[docs] remove Marker#rotationAlignment link (mapbox#9281)
Fixes DOCS-SUBDOMAIN-404-23T
1 parent 790bc3e commit a2bafd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/marker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type Options = {
3434
* @param {PointLike} [options.offset] The offset in pixels as a {@link PointLike} object to apply relative to the element's center. Negatives indicate left and up.
3535
* @param {string} [options.color='#3FB1CE'] The color to use for the default marker if options.element is not provided. The default is light blue.
3636
* @param {boolean} [options.draggable=false] A boolean indicating whether or not a marker is able to be dragged to a new position on the map.
37-
* @param {number} [options.rotation=0] The rotation angle of the marker in degrees, relative to its respective {@link Marker#rotationAlignment} setting. A positive value will rotate the marker clockwise.
37+
* @param {number} [options.rotation=0] The rotation angle of the marker in degrees, relative to its respective `rotationAlignment` setting. A positive value will rotate the marker clockwise.
3838
* @param {string} [options.pitchAlignment='auto'] `map` aligns the `Marker` to the plane of the map. `viewport` aligns the `Marker` to the plane of the viewport. `auto` automatically matches the value of `rotationAlignment`.
3939
* @param {string} [options.rotationAlignment='auto'] `map` aligns the `Marker`'s rotation relative to the map, maintaining a bearing as the map rotates. `viewport` aligns the `Marker`'s rotation relative to the viewport, agnostic to map rotations. `auto` is equivalent to `viewport`.
4040
* @example

0 commit comments

Comments
 (0)