Clarify AnimationOptions#offset documentation – move to CameraOptions
Open
@SnailBones is already working on this.
Since Jul 9, 2021.
docs :scroll:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
We have an existing solution to the top requested feature ( #1740 ) but it's not clear that we do because the docs on this option are confusing.
It is currently in `AnimationOptions` described as:
> x and y coordinates representing the animation's origin of movement relative to the map's center.
I think it should be moved to `CameraOptions` because it affects the Map's positioning after an animation completes, and the documentation should be reworded so it is understandable by regular humans.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.