Skip to main content

LayerAnnotation

Convenience wrapper around a GeoJSONSource for a Point/LngLat, optionally animated.

Props

id

Type: string

Required: No

lngLat

Type: LngLat

Required: Yes

animated

Type: boolean

Required: No

animationDuration

Type: number

Required: No

animationEasingFunction

Type: (x: number) => number

Required: No

onPress

Type: (event: NativeSyntheticEvent<PressEventWithFeatures>) => void

Required: No

children

Type: ReactNode

Required: No

testID

Type: string

Required: No