import { Callout } from '@rnmapbox/maps';
CalloutCallout that displays information about a selected annotation near the annotation.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string |
none |
true |
String that gets displayed in the default callout. |
| style | ViewStyle |
none |
false |
Style property for the Animated.View wrapper, apply animations to this |
| containerStyle | ViewStyle |
none |
false |
Style property for the native RCTMGLCallout container, set at your own risk. |
| contentStyle | ViewStyle |
none |
false |
Style property for the content bubble. |
| tipStyle | ViewStyle |
none |
false |
Style property for the triangle tip under the content. |
| textStyle | ViewStyle |
none |
false |
Style property for the title in the content bubble. |