<QMapCallout /> Component API

Props

Prop Type Default Note
tooltip Boolean false 如果为 false 时,将会渲染一个默认的气泡弹窗。如果设置为 true,则气泡弹窗将完全由 <Callout /> 的子 View 决定如何渲染。

Events

Event Name Returns Notes
onPress { coordinate: LatLng, position: Point } Callout 被点击时触发

Types

type LatLng {
  latitude: Number,
  longitude: Number,
}
type Point {
  x: Number,
  y: Number,
}