Skip to content

Commit f61b308

Browse files
docs: documentation update
1 parent 14dbece commit f61b308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maps/mapView/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface MarkerOptions {
7070
draggable?: boolean;
7171
/** Indicates whether this marker should be flat against the map true or a billboard facing the camera false. */
7272
flat?: boolean;
73-
/** The anchor point of the marker image in normalized coordinates (0-1). Use `{ u: 0.5, v: 0.5 }` to rotate around the image center. */
73+
/** The anchor point of the marker image in normalized coordinates (0-1). Use `{ u: 0.5, v: 0.5 }` to rotate around the image center. Platform default is bottom-center `{ u: 0.5, v: 1.0 }`. */
7474
anchor?: { u: number; v: number };
7575
/** Indicates the visibility of the polygon. True by default. */
7676
visible?: boolean;

0 commit comments

Comments
 (0)