Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang authored Dec 14, 2021
1 parent c0f7c1f commit 68b1eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/map-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ export interface MapViewProps extends ViewProps {
/**
* 设定定位的最小更新距离
*
* @platform android
* @platform ios
*/
distanceFilter?: number;

/**
* 设定最小更新角度,默认为 1 度
*
* @platform android
* @platform ios
*/
headingFilter?: number;

Expand Down

0 comments on commit 68b1eda

Please sign in to comment.