Class MVTFile


  • public final class MVTFile
    extends Object
    Items that MAY be used to figure out if a file or server response MAY BE a Mapbox Vector Tile
    Since:
    17862
    • Field Detail

      • EXTENSION

        public static final List<String> EXTENSION
        Extensions for Mapbox Vector Tiles. mvt is a SHOULD, not a MUST.
      • MIMETYPE

        public static final List<String> MIMETYPE
        mimetypes for Mapbox Vector Tiles This application/vnd.mapbox-vector-tileis a SHOULD, not a MUST.
    • Constructor Detail