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

OwnPositionMarker property example README #132

@GaetanKarst

Description

@GaetanKarst

Hello,

While working with the library I have noted a small typo on the example for the OwnPositionMarker property on the readme.

The duration type is a number? and in the example it is declared as a string. A simple removal of the double quotes will fix it. Also there should be ':' after lng of the coords property.

Should I create a PR to be checked and merged for the aforementioned issue?

ownPositionMarker={{
    id: '1',
    coords: {lat: 36.00, lng, -76.00},
    icon: "❤️",
    size: [24, 24],
    animation: {
      name: AnimationType.BOUNCE,
      duration: ".5",
      delay: 0,
      interationCount: INFINITE_ANIMATION_ITERATIONS
    }
  }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions