基于reactnative的AMap:3D实现AMap:props属性说明类型默认值locationEnabled显示自身位置boolfalselocationRepresentationStylelocationRepresentationStyleboolfalseindoorMapVisible显示室内地图boolfalsetrafficVisible显示路况boolfalseprops:locationRepresentationStyle字段名说明类型默认值showsAccuracyRing精度圈是否显示boolfalseshowsHeadingIndicator是否显示方向指示booltruefillColor精度圈 填充颜色stringstrokeColor精度圈 填充颜色stringlineWidth精度圈 边线宽度number0enablePulseAnnimation内部蓝色圆点是否使用律动效果booltruelocationDotBgColor定位点背景色string#ffflocationDotFillColor定位点蓝色圆点颜色stringblueimage定位图标srcstringMarker:props属性说明类型默认值title点击标注显示的titlestringsubTitle点击标注显示的subTitlestringfalseios在 AppDelegate.m 文件中引入所需头文件#import<AMapFoundationKit/AMapFoundationKit.h>在 AppDelegate.m 文件的 didFinishLaunchingWithOptions 方法中配置高德 Key将ios/AMapView拖进项目中在js中引入原生组件import{requireNativeComponent}from'react-native';constAMap=requireNativeComponent('AMapView',null);说明学习原生代码,造rn组件轮子...