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

Update readme.md for ownPositionMarker #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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