VMDLocalZipFile

Objective-C

@interface VMDLocalZipFile : VMDLocalFile

Swift

class VMDLocalZipFile : VMDLocalFile

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

Since

1.1

Initializers

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

    Declaration

    Objective-C

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

    Swift

    init(absoluteFilePath: String)

    Parameters

    absoluteFilePath

    the path to the zip

    Return Value

    a vmd file instance