Skip to content

Commit

Permalink
Merge pull request #23 from runette/runette-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
runette authored Jul 1, 2024
2 parents f4ff70e + c747a4b commit 46a2d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class OsmMapComponent implements OnInit, OnDestroy {
>BREAKING CHANGES - from V2.0.0 the module emits native [`LocationEvent`](https://leafletjs.com/reference-1.6.0.html#locationevent) events.
>The previous `Location` type no longer exists. `LocationEvent` type is defined on the leaflet module.
>
> This is to provide consistency and avoid data loss. The most major change is that the old `coords` property is no `latlng`
> This is to provide consistency and avoid data loss. The most major change is that the old `coords` property is now `latlng`
>
The module listens for location found events when the control is following the device location.
Expand Down

0 comments on commit 46a2d77

Please sign in to comment.