You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the base of a class hierarchy for representing Layers in Mapbox. Attributes that are common to all types of layers include an id, source, filter (an expression), layout (expressions), paint (expressions), minzoom and maxzoom, and others listed in the Mapbox docs.
This should be an abstract, expected class in the mapbox module's commonMain sourceset.
Provide actual implementations for Android and JS, as with the GeoJsonSource.
The text was updated successfully, but these errors were encountered:
Create the base of a class hierarchy for representing Layers in Mapbox. Attributes that are common to all types of layers include an
id
,source
,filter
(an expression),layout
(expressions),paint
(expressions),minzoom
andmaxzoom
, and others listed in the Mapbox docs.This should be an abstract, expected class in the
mapbox
module'scommonMain
sourceset.Provide
actual
implementations for Android and JS, as with the GeoJsonSource.The text was updated successfully, but these errors were encountered: