Type

public enum EntryPoint.`Type`

Defines the type of the entry point.

  • Main entry point to enter POI.

    Declaration

    Swift

    case main
  • Minor entry point to enter POI.

    Declaration

    Swift

    case minor