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

    Interface RasterTileClickInfo<T>

    interface RasterTileClickInfo<T = DefaultLatLonKeys> {
        clickType: ClickType;
        interpolatedColor: Color;
        layer: BaseVectorTileLayer<any, any>;
        nearestColor: Color;
        position: GenericMapPos<T>;
    }

    Type Parameters

    Index

    Properties

    clickType: ClickType
    interpolatedColor: Color
    layer: BaseVectorTileLayer<any, any>
    nearestColor: Color
    position: GenericMapPos<T>