UNPKG

@nativescript-community/ui-carto

Version:

NativeScript plugin for CARTO Mobile SDK

6 lines (5 loc) 247 B
import { ProjectionClass } from '.'; import { EPSG3857Options } from './epsg3857'; export declare class EPSG3857 extends ProjectionClass<any, com.carto.projections.EPSG3857, EPSG3857Options> { createNative(): com.carto.projections.EPSG3857; }