UNPKG

@nativescript-community/ui-carto

Version:

NativeScript plugin for CARTO Mobile SDK

7 lines (5 loc) 237 B
import { ProjectionClass, ProjectionOptions } from '.'; export interface EPSG3857Options extends ProjectionOptions {} export class EPSG3857<G = DefaultLatLonKeys> extends ProjectionClass<G, any, EPSG3857Options> { createNative(); }