Skip to content

Commit 53383a2

Browse files
Merge pull request #53 from CarlosSTS/fix/own-position-props
fix: Own position marker props
2 parents 0299b0b + dce1bce commit 53383a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LeafletView/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,5 @@ export interface OwnPositionMarker {
142142
icon: string;
143143
position: LatLng;
144144
size: Point;
145+
title: string;
145146
}

0 commit comments

Comments
 (0)