Package 

Class MapboxLevel

  • All Implemented Interfaces:

    
    public final class MapboxLevel
    
                        

    Model class represents the Mapbox layers for a level

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class MapboxLevel.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      MapboxLevel(FillLayer fillLayer, FillExtrusionLayer extrusionLayer, SymbolLayer symbolLayer, SymbolLayer highlightLayer)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final FillLayer getFillLayer()
      final FillExtrusionLayer getExtrusionLayer()
      final SymbolLayer getSymbolLayer()
      final SymbolLayer getHighlightLayer()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapboxLevel

        MapboxLevel(FillLayer fillLayer, FillExtrusionLayer extrusionLayer, SymbolLayer symbolLayer, SymbolLayer highlightLayer)