VMDRemoteFile

@interface VMDRemoteFile : NSObject <VMDFile>

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

  • xml file
  • geojson file
  • json file
  • Since

    1.1
    • url

      The url location of the file

      Declaration

      Swift

      @property (readwrite, strong, nonatomic) NSURL *url;
    • Create vmd file at a remote url

      Declaration

      Swift

      - (instancetype)initWithUrl:(NSURL *)url;

      Parameters

      url

      the url

      Return Value

      a vmd file