From 7bcf414443854f385cd1cc4a3acecf8b972c4cfa Mon Sep 17 00:00:00 2001 From: liu-binjun Date: Thu, 28 Jul 2022 11:55:34 +0800 Subject: [PATCH] bugfix:fix bugs Signed-off-by: liu-binjun --- api/@ohos.geolocation.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.geolocation.d.ts b/api/@ohos.geolocation.d.ts index d8a755e11c..d45e9ba17d 100644 --- a/api/@ohos.geolocation.d.ts +++ b/api/@ohos.geolocation.d.ts @@ -659,7 +659,7 @@ declare namespace geolocation { * Indicates whether it is an mock GeoAddress * @since 9 */ - isFromMock: Boolean; + isFromMock?: Boolean; } /** @@ -767,7 +767,7 @@ declare namespace geolocation { * Indicates whether it is an mock location. * @since 9 */ - isFromMock: Boolean; + isFromMock?: Boolean; } /** -- Gitee