Mapbox spec: light
import { Light } from '@rnmapbox/maps';
Light
Light represents the light source for extruded geometries
LightLayerStyleProps
required Customizable style attributes
Name: anchor
Mapbox spec: anchor
Whether extruded geometries are lit relative to the map or viewport.
enum
viewport
map - The position of the light source is aligned to the rotation of the map.
viewport - The position of the light source is aligned to the rotation of the viewport.
Parameters: zoom
Name: position
Mapbox spec: position
Position of the light source relative to lit (extruded) geometries, in [r radial coordinate, a azimuthal angle, p polar angle] where r indicates the distance from the center of the base of an object to its light, a indicates the position of the light relative to 0° (0° when light.anchor
is set to viewport
corresponds to the top of the viewport, or 0° when light.anchor
is set to map
corresponds to due north, and degrees proceed clockwise), and p indicates the height of the light (from 0°, directly above, to 180°, directly below).
array<number>
[1.15,210,30]
Parameters: zoom
Name: positionTransition
The transition affecting any changes to this layer’s position property.
{ duration, delay }
milliseconds
{duration: 300, delay: 0}
Name: color
Mapbox spec: color
Color tint for lighting extruded geometries.
color
#ffffff
Parameters: zoom
Name: colorTransition
The transition affecting any changes to this layer’s color property.
{ duration, delay }
milliseconds
{duration: 300, delay: 0}
Name: intensity
Mapbox spec: intensity
Intensity of lighting (on a scale from 0 to 1). Higher numbers will present as more extreme contrast.
number
0.5
0
1
Parameters: zoom
Name: intensityTransition
The transition affecting any changes to this layer’s intensity property.
{ duration, delay }
milliseconds
{duration: 300, delay: 0}