ModelType

public enum ModelType : String, Codable, CaseIterable

Defines rendering behavior of model in respect to other 3D scene objects.

  • Integrated to 3D scene, using depth testing, along with terrain, fill-extrusions and custom layer.

    Declaration

    Swift

    case common3d = "common-3d"
  • Displayed over other 3D content, occluded by terrain.

    Declaration

    Swift

    case locationIndicator = "location-indicator"