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

Update readme.md for ownPositionMarker#143

Open
donni106 wants to merge 1 commit intoreggie3:masterfrom
donni106:patch-1
Open

Update readme.md for ownPositionMarker#143
donni106 wants to merge 1 commit intoreggie3:masterfrom
donni106:patch-1

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