We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMapViewManager.java AMapView.java 里面 longitudeDelta 和 latitudeDelta 不存在 能修为下面的么
longitudeDelta
latitudeDelta
lngDelta = region.hasKey("longitudeDelta") ? region.getDouble("longitudeDelta") : 0.0; latDelta = region.hasKey("latitudeDelta") ? region.getDouble("latitudeDelta") : 0.0;
The text was updated successfully, but these errors were encountered:
AMapView.java里我catch了 NoSuchKeyException, AMapViewManager.java没有加,我会参考你的写法修改的
AMapView.java
NoSuchKeyException
AMapViewManager.java
Sorry, something went wrong.
v0.3.7已改
@marshalYuan 非常感谢 , 还有个小建议 (^ _ ^)
let addressData = await AMapView.Search.AMapRegeocodeSearch(position, 1500);
我在IOS中只想用AMapView.Search.AMapRegeocodeSearch这个功能,但是这个功能是需要apikey,但是api key 是在AMap.m中的createMap这个方法里面,这需要我创建一个AMap对象,目前我是在Search相关的方法里面加入了apikey。因为Search和Map是相互独立的功能,能否在这个地方修改下
No branches or pull requests
AMapViewManager.java
AMapView.java
里面
longitudeDelta
和latitudeDelta
不存在能修为下面的么
The text was updated successfully, but these errors were encountered: