We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b128e commit 49d3e9bCopy full SHA for 49d3e9b
src/components/advanced-marker.tsx
@@ -39,6 +39,10 @@ export const AdvancedMarkerContext =
39
React.createContext<AdvancedMarkerContextValue | null>(null);
40
41
// [xPosition, yPosition] when the top left corner is [0, 0]
42
+/**
43
+ * @deprecated Using `anchorPosition` is deprecated.
44
+ * Use `anchorLeft` and `anchorTop` instead.
45
+ */
46
export const AdvancedMarkerAnchorPoint = {
47
TOP_LEFT: ['0%', '0%'],
48
TOP_CENTER: ['50%', '0%'],
0 commit comments