@magiclane/maps-sdk
    Preparing search index...

    Class PTBuyTicketInformation

    Public transport buy ticket information class

    Hierarchy

    • GemAutoreleaseObject
      • PTBuyTicketInformation
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Internal

      Parameters

      • id: number

        The pointer ID for the native object

      Returns PTBuyTicketInformation

    Properties

    _pointerId: number

    Accessors

    • get pointerId(): number

      Returns number

    Methods

    • Registers an object for auto release. When the object is not used anymore, it will be released automatically from C++.

      Parameters

      • pointerId: any

        The pointer ID to register

      Returns void