@nativescript-community/ui-massifmaps
    Preparing search index...

    the forwarders METHODS installs, so they are visible to TypeScript

    interface Methods {
        getCustomParameter(arg0: string): any;
        getPointParameter(arg0: number, arg1: string): any;
        getPoints(): any;
        getProjection(): any;
        setCustomParameter(arg0: string, arg1: any): void;
        setPointParameter(arg0: number, arg1: string, arg2: any): void;
    }
    Index

    Methods

    • Parameters

      • arg0: string

      Returns any

    • Parameters

      • arg0: number
      • arg1: string

      Returns any

    • Returns any

    • Returns any

    • Parameters

      • arg0: string
      • arg1: any

      Returns void

    • Parameters

      • arg0: number
      • arg1: string
      • arg2: any

      Returns void