From 68b1eda46a3b807e017a4de4503d7c08578ac72e Mon Sep 17 00:00:00 2001 From: 7c00 Date: Tue, 14 Dec 2021 16:07:10 +0800 Subject: [PATCH] Fix docs --- lib/src/map-view.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/map-view.tsx b/lib/src/map-view.tsx index 039f36e9..e97cee5f 100644 --- a/lib/src/map-view.tsx +++ b/lib/src/map-view.tsx @@ -106,14 +106,14 @@ export interface MapViewProps extends ViewProps { /** * 设定定位的最小更新距离 * - * @platform android + * @platform ios */ distanceFilter?: number; /** * 设定最小更新角度,默认为 1 度 * - * @platform android + * @platform ios */ headingFilter?: number;