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

    venueId

    the venue identifier for the associated VMD

    buildingNumber

    the current building index

    floor

    the current indoor floor

    frame

    the frame for the map

    iconBaseURL

    icon url

    fontBaseURL

    font 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

    venueId

    the venue identifier for the associated VMD

    buildingNumber

    the current building index

    floor

    the current indoor floor

    frame

    the frame for the map