@@ -5309,7 +5309,13 @@ package com.mapbox.maps.extension.compose.style.standard {
53095309 method public com.mapbox.maps.extension.compose.style.ColorValue getColorAdminBoundaries();
53105310 method public com.mapbox.maps.extension.compose.style.ColorValue getColorBuildingHighlight();
53115311 method public com.mapbox.maps.extension.compose.style.ColorValue getColorBuildingSelect();
5312+ method public com.mapbox.maps.extension.compose.style.ColorValue getColorBuildings();
5313+ method public com.mapbox.maps.extension.compose.style.ColorValue getColorCommercial();
5314+ method public com.mapbox.maps.extension.compose.style.ColorValue getColorEducation();
53125315 method public com.mapbox.maps.extension.compose.style.ColorValue getColorGreenspace();
5316+ method public com.mapbox.maps.extension.compose.style.ColorValue getColorIndustrial();
5317+ method public com.mapbox.maps.extension.compose.style.ColorValue getColorLand();
5318+ method public com.mapbox.maps.extension.compose.style.ColorValue getColorMedical();
53135319 method public com.mapbox.maps.extension.compose.style.standard.ColorModePointOfInterestLabelsValue getColorModePointOfInterestLabels();
53145320 method public com.mapbox.maps.extension.compose.style.ColorValue getColorMotorways();
53155321 method public com.mapbox.maps.extension.compose.style.ColorValue getColorPlaceLabelHighlight();
@@ -5318,12 +5324,17 @@ package com.mapbox.maps.extension.compose.style.standard {
53185324 method public com.mapbox.maps.extension.compose.style.ColorValue getColorPointOfInterestLabels();
53195325 method public com.mapbox.maps.extension.compose.style.ColorValue getColorRoadLabels();
53205326 method public com.mapbox.maps.extension.compose.style.ColorValue getColorRoads();
5327+ method public com.mapbox.maps.extension.compose.style.ColorValue getColorSnow();
53215328 method public com.mapbox.maps.extension.compose.style.ColorValue getColorTrunks();
53225329 method public com.mapbox.maps.extension.compose.style.ColorValue getColorWater();
53235330 method public com.mapbox.maps.extension.compose.style.DoubleValue getDensityPointOfInterestLabels();
53245331 method public com.mapbox.maps.extension.compose.style.StringValue getFuelingStationModePointOfInterestLabels();
53255332 method public com.mapbox.maps.extension.compose.style.DoubleValue getRoadsBrightness();
5333+ method public com.mapbox.maps.extension.compose.style.BooleanValue getShow3dBuildings();
5334+ method public com.mapbox.maps.extension.compose.style.BooleanValue getShow3dFacades();
5335+ method public com.mapbox.maps.extension.compose.style.BooleanValue getShow3dLandmarks();
53265336 method public com.mapbox.maps.extension.compose.style.BooleanValue getShow3dObjects();
5337+ method public com.mapbox.maps.extension.compose.style.BooleanValue getShow3dTrees();
53275338 method public com.mapbox.maps.extension.compose.style.BooleanValue getShowAdminBoundaries();
53285339 method public com.mapbox.maps.extension.compose.style.BooleanValue getShowLandmarkIconLabels();
53295340 method public com.mapbox.maps.extension.compose.style.BooleanValue getShowLandmarkIcons();
@@ -5334,7 +5345,13 @@ package com.mapbox.maps.extension.compose.style.standard {
53345345 method public void setColorAdminBoundaries(com.mapbox.maps.extension.compose.style.ColorValue);
53355346 method public void setColorBuildingHighlight(com.mapbox.maps.extension.compose.style.ColorValue);
53365347 method public void setColorBuildingSelect(com.mapbox.maps.extension.compose.style.ColorValue);
5348+ method public void setColorBuildings(com.mapbox.maps.extension.compose.style.ColorValue);
5349+ method public void setColorCommercial(com.mapbox.maps.extension.compose.style.ColorValue);
5350+ method public void setColorEducation(com.mapbox.maps.extension.compose.style.ColorValue);
53375351 method public void setColorGreenspace(com.mapbox.maps.extension.compose.style.ColorValue);
5352+ method public void setColorIndustrial(com.mapbox.maps.extension.compose.style.ColorValue);
5353+ method public void setColorLand(com.mapbox.maps.extension.compose.style.ColorValue);
5354+ method public void setColorMedical(com.mapbox.maps.extension.compose.style.ColorValue);
53385355 method public void setColorModePointOfInterestLabels(com.mapbox.maps.extension.compose.style.standard.ColorModePointOfInterestLabelsValue);
53395356 method public void setColorMotorways(com.mapbox.maps.extension.compose.style.ColorValue);
53405357 method public void setColorPlaceLabelHighlight(com.mapbox.maps.extension.compose.style.ColorValue);
@@ -5343,12 +5360,17 @@ package com.mapbox.maps.extension.compose.style.standard {
53435360 method public void setColorPointOfInterestLabels(com.mapbox.maps.extension.compose.style.ColorValue);
53445361 method public void setColorRoadLabels(com.mapbox.maps.extension.compose.style.ColorValue);
53455362 method public void setColorRoads(com.mapbox.maps.extension.compose.style.ColorValue);
5363+ method public void setColorSnow(com.mapbox.maps.extension.compose.style.ColorValue);
53465364 method public void setColorTrunks(com.mapbox.maps.extension.compose.style.ColorValue);
53475365 method public void setColorWater(com.mapbox.maps.extension.compose.style.ColorValue);
53485366 method public void setDensityPointOfInterestLabels(com.mapbox.maps.extension.compose.style.DoubleValue);
53495367 method public void setFuelingStationModePointOfInterestLabels(com.mapbox.maps.extension.compose.style.StringValue);
53505368 method public void setRoadsBrightness(com.mapbox.maps.extension.compose.style.DoubleValue);
5369+ method public void setShow3dBuildings(com.mapbox.maps.extension.compose.style.BooleanValue);
5370+ method public void setShow3dFacades(com.mapbox.maps.extension.compose.style.BooleanValue);
5371+ method public void setShow3dLandmarks(com.mapbox.maps.extension.compose.style.BooleanValue);
53515372 method public void setShow3dObjects(com.mapbox.maps.extension.compose.style.BooleanValue);
5373+ method public void setShow3dTrees(com.mapbox.maps.extension.compose.style.BooleanValue);
53525374 method public void setShowAdminBoundaries(com.mapbox.maps.extension.compose.style.BooleanValue);
53535375 method public void setShowLandmarkIconLabels(com.mapbox.maps.extension.compose.style.BooleanValue);
53545376 method public void setShowLandmarkIcons(com.mapbox.maps.extension.compose.style.BooleanValue);
@@ -5359,7 +5381,13 @@ package com.mapbox.maps.extension.compose.style.standard {
53595381 property public final com.mapbox.maps.extension.compose.style.ColorValue colorAdminBoundaries;
53605382 property public final com.mapbox.maps.extension.compose.style.ColorValue colorBuildingHighlight;
53615383 property public final com.mapbox.maps.extension.compose.style.ColorValue colorBuildingSelect;
5384+ property public final com.mapbox.maps.extension.compose.style.ColorValue colorBuildings;
5385+ property public final com.mapbox.maps.extension.compose.style.ColorValue colorCommercial;
5386+ property public final com.mapbox.maps.extension.compose.style.ColorValue colorEducation;
53625387 property public final com.mapbox.maps.extension.compose.style.ColorValue colorGreenspace;
5388+ property public final com.mapbox.maps.extension.compose.style.ColorValue colorIndustrial;
5389+ property public final com.mapbox.maps.extension.compose.style.ColorValue colorLand;
5390+ property public final com.mapbox.maps.extension.compose.style.ColorValue colorMedical;
53635391 property public final com.mapbox.maps.extension.compose.style.standard.ColorModePointOfInterestLabelsValue colorModePointOfInterestLabels;
53645392 property public final com.mapbox.maps.extension.compose.style.ColorValue colorMotorways;
53655393 property public final com.mapbox.maps.extension.compose.style.ColorValue colorPlaceLabelHighlight;
@@ -5368,12 +5396,17 @@ package com.mapbox.maps.extension.compose.style.standard {
53685396 property public final com.mapbox.maps.extension.compose.style.ColorValue colorPointOfInterestLabels;
53695397 property public final com.mapbox.maps.extension.compose.style.ColorValue colorRoadLabels;
53705398 property public final com.mapbox.maps.extension.compose.style.ColorValue colorRoads;
5399+ property public final com.mapbox.maps.extension.compose.style.ColorValue colorSnow;
53715400 property public final com.mapbox.maps.extension.compose.style.ColorValue colorTrunks;
53725401 property public final com.mapbox.maps.extension.compose.style.ColorValue colorWater;
53735402 property public final com.mapbox.maps.extension.compose.style.DoubleValue densityPointOfInterestLabels;
53745403 property public final com.mapbox.maps.extension.compose.style.StringValue fuelingStationModePointOfInterestLabels;
53755404 property public final com.mapbox.maps.extension.compose.style.DoubleValue roadsBrightness;
5405+ property public final com.mapbox.maps.extension.compose.style.BooleanValue show3dBuildings;
5406+ property public final com.mapbox.maps.extension.compose.style.BooleanValue show3dFacades;
5407+ property public final com.mapbox.maps.extension.compose.style.BooleanValue show3dLandmarks;
53765408 property public final com.mapbox.maps.extension.compose.style.BooleanValue show3dObjects;
5409+ property public final com.mapbox.maps.extension.compose.style.BooleanValue show3dTrees;
53775410 property public final com.mapbox.maps.extension.compose.style.BooleanValue showAdminBoundaries;
53785411 property public final com.mapbox.maps.extension.compose.style.BooleanValue showLandmarkIconLabels;
53795412 property public final com.mapbox.maps.extension.compose.style.BooleanValue showLandmarkIcons;
0 commit comments