MGLDEMEncoding
enum MGLDEMEncoding : NSUInteger {}
                The encoding formula used to generate the raster-dem tileset
- 
                  
                  
Raster tiles generated with the Mapbox encoding formula.
Declaration
Objective-C
MGLDEMEncodingMapbox = 0Swift
case mapbox = 0 - 
                  
                  
Raster tiles generated with the Mapzen Terrarium encoding formula.
Declaration
Objective-C
MGLDEMEncodingTerrariumSwift
case terrarium = 1 
              Install in Dash
            
        MGLDEMEncoding Enumeration Reference