UNPKG

@mapbox/react-native-mapbox-gl

Version:

A Mapbox GL react native module for creating custom maps

15 lines (11 loc) 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. |