VectorSource.md

November 28, 2017 · View on GitHub

<MapboxGL.VectorSource />

VectorSource is a map content source that supplies tiled vector data in Mapbox Vector Tile format to be shown on the map.
The location of and metadata about the tiles are defined either by an option dictionary or by an external file that conforms to the TileJSON specification.

props

PropTypeDefaultRequiredDescription
idstringMapboxGL.StyleSource.DefaultSourceIDfalseA string that uniquely identifies the source.
urlstringnonefalseA URL to a TileJSON configuration file describing the source’s contents and other metadata.
onPressfuncnonefalseSource press listener, gets called when a user presses one of the children layers only
if that layer has a higher z-index than another source layers
hitboxshapenonefalseOverrides the default touch hitbox(44x44 pixels) for the source layers