We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f6b71 commit dc9bd71Copy full SHA for dc9bd71
packages/taro/types/api/media/map.d.ts
@@ -560,7 +560,7 @@ declare module '../../index' {
560
}
561
interface RemoveMarkersOption {
562
/** marker 的 id 集合。 */
563
- markerIds: string[]
+ markerIds: number[]
564
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
565
complete?: (res: TaroGeneral.CallbackResult) => void
566
/** 接口调用失败的回调函数 */
@@ -609,7 +609,7 @@ declare module '../../index' {
609
/** 聚合簇的坐标 */
610
center: LatLng
611
/** 该聚合簇内的点标记数据数组 */
612
613
614
interface LatLng {
615
/** 纬度值 */
0 commit comments