You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Indicates whether this marker should be flat against the map true or a billboard facing the camera false. */
72
72
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. Platform default is bottom-center `{ u: 0.5, v: 1.0 }`. */
74
+
anchor?: {u: number;v: number};
73
75
/** Indicates the visibility of the polygon. True by default. */
0 commit comments