From 91d55f91b0e644b6e9355ba62cd497b158c04e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E5=B0=98=E4=B8=80=E6=A2=A6?= <385097225@qq.com> Date: Fri, 12 Dec 2025 09:11:50 +0000 Subject: [PATCH] =?UTF-8?q?fix(amap):=20correct=20class=20name=20from=20Am?= =?UTF-8?q?apGeolocationPackage=20to=20AMapGeolocationPackage=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20AmapGeolocationPackage=20=E4=B8=BA=20AMapGeolocatio?= =?UTF-8?q?nPackage=20=E6=BA=90=E7=A0=81=E4=B8=AD=20=E4=B8=BAAMapGeolocati?= =?UTF-8?q?onPackage,=E6=96=87=E6=A1=A3=E4=B8=AD=E4=B8=BAAMapGeolocationPa?= =?UTF-8?q?ckage=20,=E8=BF=90=E8=A1=8C=E4=BC=9A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 凡尘一梦 <385097225@qq.com> --- zh-cn/react-native-amap-geolocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/react-native-amap-geolocation.md b/zh-cn/react-native-amap-geolocation.md index 2c2e06d38..ec30eb29e 100644 --- a/zh-cn/react-native-amap-geolocation.md +++ b/zh-cn/react-native-amap-geolocation.md @@ -382,7 +382,7 @@ using namespace rnoh; std::vector> PackageProvider::getPackages(Package::Context ctx) { return { std::make_shared(ctx), -+ std::make_shared(ctx), ++ std::make_shared(ctx), }; } ``` -- Gitee