mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
833 B
833 B
<MapboxGL.Callout />
Callout that displays information about a selected annotation near the annotation.
props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string |
none |
false |
String that get's displayed in the default callout. |
| style | any |
none |
false |
Style property for the Animated.View wrapper, apply animations to this |
| containerStyle | any |
none |
false |
Style property for the native RCTMGLCallout container, set at your own risk. |
| contentStyle | any |
none |
false |
Style property for the content bubble. |
| tipStyle | any |
none |
false |
Style property for the triangle tip under the content. |
| textStyle | any |
none |
false |
Style property for the title in the content bubble. |