mappls-map-react-native
Version:
A Mappls GL react native module for creating custom maps
16 lines (12 loc) • 900 B
Markdown
<!-- This file was autogenerated from Callout.js do not modify -->
## <MapplsGL.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. |