VMDLocalFile

@interface VMDLocalFile : NSObject <VMDFile>

Represents a local file that needs to be loaded for map data

  • xml file
  • geojson file
  • json file
  • Since

    1.1
    • The absolute file path

      Declaration

      Swift

      @property (readwrite, strong, nonatomic) NSString *absoluteFilePath;
    • Create vmd file from local filepath

      Declaration

      Swift

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

      Parameters

      absoluteFilePath

      the filepath

      Return Value

      a vmd file instance