UNPKG

@nativescript-community/ui-carto

Version:

NativeScript plugin for CARTO Mobile SDK

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