MapLibre Native Core
mbgl::style::Style Member List
This is the complete list of members for
mbgl::style::Style
, including all inherited members.
addImage
(std::unique_ptr< Image >)
mbgl::style::Style
addLayer
(std::unique_ptr< Layer >, const std::optional< std::string > &beforeLayerID=std::nullopt)
mbgl::style::Style
addSource
(std::unique_ptr< Source >)
mbgl::style::Style
getDefaultCamera
() const
mbgl::style::Style
getImage
(const std::string &) const
mbgl::style::Style
getJSON
() const
mbgl::style::Style
getLayer
(const std::string &)
mbgl::style::Style
getLayer
(const std::string &) const
mbgl::style::Style
getLayers
()
mbgl::style::Style
getLayers
() const
mbgl::style::Style
getLight
()
mbgl::style::Style
getLight
() const
mbgl::style::Style
getName
() const
mbgl::style::Style
getSource
(const std::string &)
mbgl::style::Style
getSource
(const std::string &) const
mbgl::style::Style
getSources
()
mbgl::style::Style
getSources
() const
mbgl::style::Style
getTransitionOptions
() const
mbgl::style::Style
getURL
() const
mbgl::style::Style
impl
mbgl::style::Style
loadJSON
(const std::string &)
mbgl::style::Style
loadURL
(const std::string &)
mbgl::style::Style
removeImage
(const std::string &)
mbgl::style::Style
removeLayer
(const std::string &layerID)
mbgl::style::Style
removeSource
(const std::string &sourceID)
mbgl::style::Style
setLight
(std::unique_ptr< Light >)
mbgl::style::Style
setTransitionOptions
(const TransitionOptions &)
mbgl::style::Style
Style
(std::shared_ptr< FileSource >, float pixelRatio)
mbgl::style::Style
~Style
()
mbgl::style::Style
MapLibre website
|
GitHub repository