react-native-webview-leaflet icon indicating copy to clipboard operation
react-native-webview-leaflet copied to clipboard

Update readme.md for `ownPositionMarker`

Open donni106 opened this issue 4 years ago • 0 comments
trafficstars

  • adjusted usage of ownPositionMarker according to type:
export type OwnPositionMarker = {
  animation: MapMarkerAnimation;
  id?: string;
  icon: string;
  position: LatLng;
  size: Point;
};

donni106 avatar Oct 25 '21 17:10 donni106