VMRasterMapView
@objcMembers public class VMRasterMapView: VMMapView
Concrete implementation of VMMapView that uses purely raster map tiles
Since
1.1-
Create a new VMRasterMapView for a given venue
Declaration
Swift
public convenience init(venueId: String, buildingNumber: Int, floor: VMMSMapBuildingFloor, frame: CGRect, iconBaseURL: URL?, fontBaseURL: URL?)Parameters
venueIdthe venue identifier for the associated VMD
buildingNumberthe current building index
floorthe current indoor floor
framethe frame for the map
iconBaseURLicon url
fontBaseURLfont base url
-
Create a new VMMapView for a given venue using default icon & fonts
Declaration
Swift
public convenience init(venueId: String, buildingNumber: Int, floor: VMMSMapBuildingFloor, frame: CGRect )Parameters
venueIdthe venue identifier for the associated VMD
buildingNumberthe current building index
floorthe current indoor floor
framethe frame for the map
VMRasterMapView Class Reference