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

    the forwarders METHODS installs, so they are visible to TypeScript

    interface Methods {
        getDistance(): number;
        getId(): number;
        getLayerName(): string;
        getMapTile(): any;
        setDistance(arg0: number): void;
    }
    Index

    Methods

    • Returns number

    • Returns number

    • Returns string

    • Returns any

    • Parameters

      • arg0: number

      Returns void