* 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.
*/
classVectorSourceextendsReact.Component{
staticpropTypes={
/**
* A string that uniquely identifies the source.
*/
id:PropTypes.string,
/**
* A URL to a TileJSON configuration file describing the source’s contents and other metadata.