react-native-webview-leaflet
react-native-webview-leaflet copied to clipboard
Update readme.md for `ownPositionMarker`
trafficstars
- adjusted usage of
ownPositionMarkeraccording to type:
export type OwnPositionMarker = {
animation: MapMarkerAnimation;
id?: string;
icon: string;
position: LatLng;
size: Point;
};