Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Conversation

donni106
Copy link

  • adjusted usage of ownPositionMarker according to type:
export type OwnPositionMarker = {
  animation: MapMarkerAnimation;
  id?: string;
  icon: string;
  position: LatLng;
  size: Point;
};

- adjusted usage of `ownPositionMarker` according to type:
```
export type OwnPositionMarker = {
  animation: MapMarkerAnimation;
  id?: string;
  icon: string;
  position: LatLng;
  size: Point;
};
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant