VMDRemoteFile
Objective-C
@interface VMDRemoteFile : NSObject <VMDFile>
Swift
class VMDRemoteFile : NSObject, VMDFile
Represents a remote file that needs to be loaded for map data
- xml file
- geojson file
- json file
Since
1.1-
The url location of the file
Declaration
Objective-C
@property (nonatomic, strong) NSURL *_Nonnull url;
Swift
var url: URL { get set }
-
Create vmd file at a remote url
Declaration
Objective-C
- (nonnull instancetype)initWithUrl:(nonnull NSURL *)url;
Swift
init(url: URL)
Parameters
url
the url
Return Value
a vmd file