MSFMergedMBVTTileDataSource
Objective-C
@interface MSFMergedMBVTTileDataSource : MSFTileDataSource
Swift
class MSFMergedMBVTTileDataSource : MSFTileDataSource
A tile data source that merges two MBVT/protobuf data sources into one. It is assumed that the layer ids from the two sources are distinct.
-
Constructs a new MergedMBVTTileDataSource tile data source object.
Declaration
Objective-C
- (id)initWithDataSource1:(MSFTileDataSource *)dataSource1 dataSource2:(MSFTileDataSource *)dataSource2;Swift
init!(dataSource1: MSFTileDataSource!, dataSource2: MSFTileDataSource!)Parameters
dataSource1First data source to be merged
dataSource2Second data source to be merged
-
Undocumented
Declaration
Objective-C
- (int)getMinZoom;Swift
func getMinZoom() -> Int32 -
Undocumented
Declaration
Objective-C
-(int)getMinZoomSwigExplicitMSFMergedMBVTTileDataSource;Swift
func getMinZoomSwigExplicitMSFMergedMBVTTileDataSource() -> Int32 -
Undocumented
Declaration
Objective-C
- (int)getMaxZoom;Swift
func getMaxZoom() -> Int32 -
Undocumented
Declaration
Objective-C
-(int)getMaxZoomSwigExplicitMSFMergedMBVTTileDataSource;Swift
func getMaxZoomSwigExplicitMSFMergedMBVTTileDataSource() -> Int32 -
Undocumented
Declaration
Objective-C
-(NSString*)getTileMask;Swift
func getTileMask() -> String! -
Undocumented
Declaration
Objective-C
-(NSString*)getTileMaskSwigExplicitMSFMergedMBVTTileDataSource;Swift
func getTileMaskSwigExplicitMSFMergedMBVTTileDataSource() -> String! -
Undocumented
Declaration
Objective-C
- (MSFMapBounds *)getDataExtent;Swift
func getDataExtent() -> MSFMapBounds! -
Undocumented
Declaration
Objective-C
-(MSFMapBounds*)getDataExtentSwigExplicitMSFMergedMBVTTileDataSource;Swift
func getDataExtentSwigExplicitMSFMergedMBVTTileDataSource() -> MSFMapBounds! -
Undocumented
Declaration
Objective-C
- (MSFTileData *)loadTile:(MSFMapTile *)tile;Swift
func load(_ tile: MSFMapTile!) -> MSFTileData! -
Undocumented
Declaration
Objective-C
-(MSFTileData*)loadTileSwigExplicitMSFMergedMBVTTileDataSource: (MSFMapTile*)tile;Swift
func loadTileSwigExplicitMSFMergedMBVTTileDataSource(_ tile: MSFMapTile!) -> MSFTileData! -
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()