UNPKG

@nativescript-community/ui-carto

Version:

NativeScript plugin for CARTO Mobile SDK

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