VMDLocalZipFile

@interface VMDLocalZipFile : VMDLocalFile

Represents a zipped collection of map files on the local file system

Since

1.1
  • Create a new vmd file using a collection of zipped files

    Declaration

    Swift

    - (instancetype)initWithAbsoluteFilePath:(NSString *)absoluteFilePath;

    Parameters

    absoluteFilePath

    the path to the zip

    Return Value

    a vmd file instance