We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60fabe commit 3f933b3Copy full SHA for 3f933b3
demo-snippets/svelte/BasicRaster.svelte
@@ -4,7 +4,7 @@
4
import { RasterTileLayer } from '@nativescript-community/ui-carto/layers/raster';
5
import { VectorLayer } from '@nativescript-community/ui-carto/layers/vector';
6
import { CartoMap } from '@nativescript-community/ui-carto/ui';
7
-import { PanningMode } from '@nativescript-community/ui-carto/ui/index.android';
+import { PanningMode } from '@nativescript-community/ui-carto/ui/index';
8
import { setShowDebug, setShowError, setShowInfo, setShowWarn } from '@nativescript-community/ui-carto/utils';
9
import { Line, LineEndType, LineJointType, LineStyleBuilder } from '@nativescript-community/ui-carto/vectorelements/line';
10
import { Marker, MarkerStyleBuilder } from '@nativescript-community/ui-carto/vectorelements/marker';
0 commit comments