@maplibre/maplibre-react-native 11.0.0-beta.25 → 11.0.0-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/modules/offline/MLRNOfflineModule.h +1 -2
- package/ios/modules/offline/MLRNOfflineModule.mm +9 -9
- package/lib/commonjs/components/annotations/callout/Callout.js +2 -1
- package/lib/commonjs/components/annotations/callout/Callout.js.map +1 -1
- package/lib/commonjs/components/annotations/marker/Marker.js +4 -2
- package/lib/commonjs/components/annotations/marker/Marker.js.map +1 -1
- package/lib/commonjs/components/annotations/view-annotation/ViewAnnotation.js +6 -5
- package/lib/commonjs/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
- package/lib/commonjs/components/camera/Camera.js.map +1 -1
- package/lib/commonjs/components/images/Images.js +2 -2
- package/lib/commonjs/components/layer/Layer.js +0 -1
- package/lib/commonjs/components/layer/Layer.js.map +1 -1
- package/lib/commonjs/components/map/Map.js.map +1 -1
- package/lib/commonjs/components/sources/geojson-source/GeoJSONSource.js +2 -2
- package/lib/commonjs/components/sources/geojson-source/GeoJSONSource.js.map +1 -1
- package/lib/commonjs/components/sources/image-source/ImageSource.js +3 -2
- package/lib/commonjs/components/sources/image-source/ImageSource.js.map +1 -1
- package/lib/commonjs/components/sources/raster-source/RasterSource.js +4 -3
- package/lib/commonjs/components/sources/raster-source/RasterSource.js.map +1 -1
- package/lib/commonjs/components/sources/vector-source/VectorSource.js +4 -2
- package/lib/commonjs/components/sources/vector-source/VectorSource.js.map +1 -1
- package/lib/commonjs/components/user-location/NativeUserLocation.js.map +1 -1
- package/lib/commonjs/components/user-location/UserLocation.js.map +1 -1
- package/lib/commonjs/modules/log/LogManager.js +5 -4
- package/lib/commonjs/modules/log/LogManager.js.map +1 -1
- package/lib/commonjs/modules/network/NetworkManager.js +7 -7
- package/lib/commonjs/modules/network/NetworkManager.js.map +1 -1
- package/lib/commonjs/modules/offline/OfflineManager.js +63 -47
- package/lib/commonjs/modules/offline/OfflineManager.js.map +1 -1
- package/lib/commonjs/modules/transform-request/TransformRequestManager.js +50 -45
- package/lib/commonjs/modules/transform-request/TransformRequestManager.js.map +1 -1
- package/lib/commonjs/plugin/ios.js +9 -8
- package/lib/commonjs/plugin/ios.js.map +1 -1
- package/lib/commonjs/types/Anchor.js +5 -6
- package/lib/commonjs/types/Anchor.js.map +1 -1
- package/lib/commonjs/utils/animated/AbstractAnimatedCoordinates.js +2 -2
- package/lib/commonjs/utils/animated/AnimatedCoordinatesArray.js +6 -6
- package/lib/commonjs/utils/animated/AnimatedGeoJSON.js +2 -1
- package/lib/commonjs/utils/animated/AnimatedGeoJSON.js.map +1 -1
- package/lib/commonjs/utils/animated/AnimatedRouteCoordinatesArray.js +6 -6
- package/lib/commonjs/utils/convertStyleSpec.js +4 -4
- package/lib/module/components/annotations/callout/Callout.js +2 -1
- package/lib/module/components/annotations/callout/Callout.js.map +1 -1
- package/lib/module/components/annotations/marker/Marker.js +4 -2
- package/lib/module/components/annotations/marker/Marker.js.map +1 -1
- package/lib/module/components/annotations/view-annotation/ViewAnnotation.js +6 -5
- package/lib/module/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
- package/lib/module/components/camera/Camera.js.map +1 -1
- package/lib/module/components/images/Images.js +2 -2
- package/lib/module/components/layer/Layer.js +0 -1
- package/lib/module/components/layer/Layer.js.map +1 -1
- package/lib/module/components/map/Map.js.map +1 -1
- package/lib/module/components/sources/geojson-source/GeoJSONSource.js +2 -2
- package/lib/module/components/sources/geojson-source/GeoJSONSource.js.map +1 -1
- package/lib/module/components/sources/image-source/ImageSource.js +3 -2
- package/lib/module/components/sources/image-source/ImageSource.js.map +1 -1
- package/lib/module/components/sources/raster-source/RasterSource.js +4 -3
- package/lib/module/components/sources/raster-source/RasterSource.js.map +1 -1
- package/lib/module/components/sources/vector-source/VectorSource.js +4 -2
- package/lib/module/components/sources/vector-source/VectorSource.js.map +1 -1
- package/lib/module/components/user-location/NativeUserLocation.js.map +1 -1
- package/lib/module/components/user-location/UserLocation.js.map +1 -1
- package/lib/module/modules/log/LogManager.js +5 -4
- package/lib/module/modules/log/LogManager.js.map +1 -1
- package/lib/module/modules/network/NetworkManager.js +7 -7
- package/lib/module/modules/network/NetworkManager.js.map +1 -1
- package/lib/module/modules/offline/OfflineManager.js +63 -47
- package/lib/module/modules/offline/OfflineManager.js.map +1 -1
- package/lib/module/modules/transform-request/TransformRequestManager.js +50 -45
- package/lib/module/modules/transform-request/TransformRequestManager.js.map +1 -1
- package/lib/module/plugin/ios.js +9 -8
- package/lib/module/plugin/ios.js.map +1 -1
- package/lib/module/types/Anchor.js +5 -6
- package/lib/module/types/Anchor.js.map +1 -1
- package/lib/module/utils/animated/AbstractAnimatedCoordinates.js +2 -2
- package/lib/module/utils/animated/AnimatedCoordinatesArray.js +6 -6
- package/lib/module/utils/animated/AnimatedGeoJSON.js +2 -1
- package/lib/module/utils/animated/AnimatedGeoJSON.js.map +1 -1
- package/lib/module/utils/animated/AnimatedRouteCoordinatesArray.js +6 -6
- package/lib/module/utils/convertStyleSpec.js +4 -4
- package/lib/typescript/commonjs/components/annotations/callout/Callout.d.ts +3 -2
- package/lib/typescript/commonjs/components/annotations/callout/Callout.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/annotations/marker/Marker.d.ts +15 -14
- package/lib/typescript/commonjs/components/annotations/marker/Marker.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/annotations/view-annotation/ViewAnnotation.d.ts +26 -24
- package/lib/typescript/commonjs/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/camera/Camera.d.ts +10 -24
- package/lib/typescript/commonjs/components/camera/Camera.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/images/Images.d.ts +12 -12
- package/lib/typescript/commonjs/components/layer/Layer.d.ts +0 -1
- package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/map/Map.d.ts +54 -51
- package/lib/typescript/commonjs/components/map/Map.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSource.d.ts +40 -41
- package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/sources/image-source/ImageSource.d.ts +5 -3
- package/lib/typescript/commonjs/components/sources/image-source/ImageSource.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/sources/raster-source/RasterSource.d.ts +20 -15
- package/lib/typescript/commonjs/components/sources/raster-source/RasterSource.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/sources/vector-source/VectorSource.d.ts +23 -20
- package/lib/typescript/commonjs/components/sources/vector-source/VectorSource.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/user-location/NativeUserLocation.d.ts +9 -6
- package/lib/typescript/commonjs/components/user-location/NativeUserLocation.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/user-location/UserLocation.d.ts +4 -2
- package/lib/typescript/commonjs/components/user-location/UserLocation.d.ts.map +1 -1
- package/lib/typescript/commonjs/hooks/useCurrentPosition.d.ts +2 -2
- package/lib/typescript/commonjs/modules/log/LogManager.d.ts +5 -4
- package/lib/typescript/commonjs/modules/log/LogManager.d.ts.map +1 -1
- package/lib/typescript/commonjs/modules/network/NetworkManager.d.ts +7 -7
- package/lib/typescript/commonjs/modules/network/NetworkManager.d.ts.map +1 -1
- package/lib/typescript/commonjs/modules/offline/OfflineManager.d.ts +63 -47
- package/lib/typescript/commonjs/modules/offline/OfflineManager.d.ts.map +1 -1
- package/lib/typescript/commonjs/modules/static-map/StaticMapManager.d.ts +2 -2
- package/lib/typescript/commonjs/modules/transform-request/TransformRequestManager.d.ts +56 -49
- package/lib/typescript/commonjs/modules/transform-request/TransformRequestManager.d.ts.map +1 -1
- package/lib/typescript/commonjs/plugin/MapLibrePluginProps.d.ts +10 -15
- package/lib/typescript/commonjs/plugin/MapLibrePluginProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/plugin/ios.d.ts +2 -2
- package/lib/typescript/commonjs/plugin/ios.d.ts.map +1 -1
- package/lib/typescript/commonjs/types/Anchor.d.ts +5 -6
- package/lib/typescript/commonjs/types/Anchor.d.ts.map +1 -1
- package/lib/typescript/commonjs/types/LngLatBounds.d.ts +2 -1
- package/lib/typescript/commonjs/types/LngLatBounds.d.ts.map +1 -1
- package/lib/typescript/commonjs/types/MapLibreRNStyles.d.ts +243 -93
- package/lib/typescript/commonjs/types/MapLibreRNStyles.d.ts.map +1 -1
- package/lib/typescript/commonjs/types/sources/PressableSourceProps.d.ts +1 -2
- package/lib/typescript/commonjs/types/sources/PressableSourceProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/utils/animated/AbstractAnimatedCoordinates.d.ts +2 -2
- package/lib/typescript/commonjs/utils/animated/AnimatedCoordinatesArray.d.ts +6 -6
- package/lib/typescript/commonjs/utils/animated/AnimatedGeoJSON.d.ts +2 -1
- package/lib/typescript/commonjs/utils/animated/AnimatedGeoJSON.d.ts.map +1 -1
- package/lib/typescript/commonjs/utils/animated/AnimatedRouteCoordinatesArray.d.ts +6 -6
- package/lib/typescript/commonjs/utils/convertStyleSpec.d.ts +4 -4
- package/lib/typescript/module/components/annotations/callout/Callout.d.ts +3 -2
- package/lib/typescript/module/components/annotations/callout/Callout.d.ts.map +1 -1
- package/lib/typescript/module/components/annotations/marker/Marker.d.ts +15 -14
- package/lib/typescript/module/components/annotations/marker/Marker.d.ts.map +1 -1
- package/lib/typescript/module/components/annotations/view-annotation/ViewAnnotation.d.ts +26 -24
- package/lib/typescript/module/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -1
- package/lib/typescript/module/components/camera/Camera.d.ts +10 -24
- package/lib/typescript/module/components/camera/Camera.d.ts.map +1 -1
- package/lib/typescript/module/components/images/Images.d.ts +12 -12
- package/lib/typescript/module/components/layer/Layer.d.ts +0 -1
- package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/module/components/map/Map.d.ts +54 -51
- package/lib/typescript/module/components/map/Map.d.ts.map +1 -1
- package/lib/typescript/module/components/sources/geojson-source/GeoJSONSource.d.ts +40 -41
- package/lib/typescript/module/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -1
- package/lib/typescript/module/components/sources/image-source/ImageSource.d.ts +5 -3
- package/lib/typescript/module/components/sources/image-source/ImageSource.d.ts.map +1 -1
- package/lib/typescript/module/components/sources/raster-source/RasterSource.d.ts +20 -15
- package/lib/typescript/module/components/sources/raster-source/RasterSource.d.ts.map +1 -1
- package/lib/typescript/module/components/sources/vector-source/VectorSource.d.ts +23 -20
- package/lib/typescript/module/components/sources/vector-source/VectorSource.d.ts.map +1 -1
- package/lib/typescript/module/components/user-location/NativeUserLocation.d.ts +9 -6
- package/lib/typescript/module/components/user-location/NativeUserLocation.d.ts.map +1 -1
- package/lib/typescript/module/components/user-location/UserLocation.d.ts +4 -2
- package/lib/typescript/module/components/user-location/UserLocation.d.ts.map +1 -1
- package/lib/typescript/module/hooks/useCurrentPosition.d.ts +2 -2
- package/lib/typescript/module/modules/log/LogManager.d.ts +5 -4
- package/lib/typescript/module/modules/log/LogManager.d.ts.map +1 -1
- package/lib/typescript/module/modules/network/NetworkManager.d.ts +7 -7
- package/lib/typescript/module/modules/network/NetworkManager.d.ts.map +1 -1
- package/lib/typescript/module/modules/offline/OfflineManager.d.ts +63 -47
- package/lib/typescript/module/modules/offline/OfflineManager.d.ts.map +1 -1
- package/lib/typescript/module/modules/static-map/StaticMapManager.d.ts +2 -2
- package/lib/typescript/module/modules/transform-request/TransformRequestManager.d.ts +56 -49
- package/lib/typescript/module/modules/transform-request/TransformRequestManager.d.ts.map +1 -1
- package/lib/typescript/module/plugin/MapLibrePluginProps.d.ts +10 -15
- package/lib/typescript/module/plugin/MapLibrePluginProps.d.ts.map +1 -1
- package/lib/typescript/module/plugin/ios.d.ts +2 -2
- package/lib/typescript/module/plugin/ios.d.ts.map +1 -1
- package/lib/typescript/module/types/Anchor.d.ts +5 -6
- package/lib/typescript/module/types/Anchor.d.ts.map +1 -1
- package/lib/typescript/module/types/LngLatBounds.d.ts +2 -1
- package/lib/typescript/module/types/LngLatBounds.d.ts.map +1 -1
- package/lib/typescript/module/types/MapLibreRNStyles.d.ts +243 -93
- package/lib/typescript/module/types/MapLibreRNStyles.d.ts.map +1 -1
- package/lib/typescript/module/types/sources/PressableSourceProps.d.ts +1 -2
- package/lib/typescript/module/types/sources/PressableSourceProps.d.ts.map +1 -1
- package/lib/typescript/module/utils/animated/AbstractAnimatedCoordinates.d.ts +2 -2
- package/lib/typescript/module/utils/animated/AnimatedCoordinatesArray.d.ts +6 -6
- package/lib/typescript/module/utils/animated/AnimatedGeoJSON.d.ts +2 -1
- package/lib/typescript/module/utils/animated/AnimatedGeoJSON.d.ts.map +1 -1
- package/lib/typescript/module/utils/animated/AnimatedRouteCoordinatesArray.d.ts +6 -6
- package/lib/typescript/module/utils/convertStyleSpec.d.ts +4 -4
- package/package.json +1 -2
- package/src/components/annotations/callout/Callout.tsx +3 -2
- package/src/components/annotations/marker/Marker.tsx +15 -14
- package/src/components/annotations/view-annotation/ViewAnnotation.tsx +26 -24
- package/src/components/camera/Camera.tsx +10 -24
- package/src/components/images/Images.tsx +12 -12
- package/src/components/layer/Layer.tsx +0 -1
- package/src/components/map/Map.tsx +54 -51
- package/src/components/sources/geojson-source/GeoJSONSource.tsx +40 -41
- package/src/components/sources/image-source/ImageSource.tsx +5 -3
- package/src/components/sources/raster-source/RasterSource.tsx +20 -15
- package/src/components/sources/vector-source/VectorSource.tsx +23 -20
- package/src/components/user-location/NativeUserLocation.tsx +9 -6
- package/src/components/user-location/UserLocation.tsx +4 -2
- package/src/hooks/useCurrentPosition.ts +2 -2
- package/src/modules/log/LogManager.ts +5 -4
- package/src/modules/network/NetworkManager.ts +7 -7
- package/src/modules/offline/OfflineManager.ts +63 -47
- package/src/modules/static-map/StaticMapManager.ts +2 -2
- package/src/modules/transform-request/TransformRequestManager.ts +56 -49
- package/src/plugin/MapLibrePluginProps.ts +10 -15
- package/src/plugin/ios.ts +9 -8
- package/src/types/Anchor.ts +5 -6
- package/src/types/LngLatBounds.ts +2 -1
- package/src/types/MapLibreRNStyles.ts +243 -93
- package/src/types/sources/PressableSourceProps.ts +1 -2
- package/src/utils/animated/AbstractAnimatedCoordinates.ts +2 -2
- package/src/utils/animated/AnimatedCoordinatesArray.ts +6 -6
- package/src/utils/animated/AnimatedGeoJSON.ts +2 -1
- package/src/utils/animated/AnimatedRouteCoordinatesArray.ts +6 -6
- package/src/utils/convertStyleSpec.ts +4 -4
|
@@ -9,7 +9,7 @@ export class AnimatedRouteCoordinatesArray extends AbstractAnimatedCoordinates {
|
|
|
9
9
|
/**
|
|
10
10
|
* Calculate initial state
|
|
11
11
|
*
|
|
12
|
-
* @param
|
|
12
|
+
* @param coordinatesArray -
|
|
13
13
|
* @returns {AnimatedRouteState}
|
|
14
14
|
*/
|
|
15
15
|
onInitialState(coordinatesArray) {
|
|
@@ -25,7 +25,7 @@ export class AnimatedRouteCoordinatesArray extends AbstractAnimatedCoordinates {
|
|
|
25
25
|
/**
|
|
26
26
|
* Calculate value from state
|
|
27
27
|
*
|
|
28
|
-
* @param
|
|
28
|
+
* @param state - Previous state
|
|
29
29
|
* @returns {AnimatedCoordinates[]}
|
|
30
30
|
*/
|
|
31
31
|
onGetValue(state) {
|
|
@@ -35,8 +35,8 @@ export class AnimatedRouteCoordinatesArray extends AbstractAnimatedCoordinates {
|
|
|
35
35
|
/**
|
|
36
36
|
* Calculates state based on startingState and progress, returns a new state
|
|
37
37
|
*
|
|
38
|
-
* @param
|
|
39
|
-
* @param
|
|
38
|
+
* @param state - Previous state
|
|
39
|
+
* @param progress - Value between 0 and 1
|
|
40
40
|
* @returns {AnimatedRouteState}
|
|
41
41
|
*/
|
|
42
42
|
onCalculate(state, progress) {
|
|
@@ -82,8 +82,8 @@ export class AnimatedRouteCoordinatesArray extends AbstractAnimatedCoordinates {
|
|
|
82
82
|
/**
|
|
83
83
|
* Subclasses can override to start a new animation
|
|
84
84
|
*
|
|
85
|
-
* @param
|
|
86
|
-
* @param
|
|
85
|
+
* @param state -
|
|
86
|
+
* @param toValue - to value from animate
|
|
87
87
|
* @returns {object} The state
|
|
88
88
|
*/
|
|
89
89
|
onStart(state, toValue) {
|
|
@@ -12,8 +12,8 @@ function kebabToCamel(str) {
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
|
-
* Converts style spec compliant paint/layout objects (kebab-case)
|
|
16
|
-
*
|
|
15
|
+
* Converts style spec compliant paint/layout objects (kebab-case) to internal
|
|
16
|
+
* style format (camelCase).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* convertToInternalStyle({ 'fill-color': 'red' })
|
|
@@ -31,8 +31,8 @@ export function convertToInternalStyle(specStyle) {
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
|
-
* Merges paint and layout props into a single internal style object.
|
|
35
|
-
*
|
|
34
|
+
* Merges paint and layout props into a single internal style object. Priority
|
|
35
|
+
* order (highest to lowest): paint > layout > style (deprecated)
|
|
36
36
|
*/
|
|
37
37
|
export function mergeStyleProps(paint, layout, deprecatedStyle) {
|
|
38
38
|
const convertedPaint = convertToInternalStyle(paint);
|
|
@@ -7,7 +7,7 @@ export interface CalloutProps extends Omit<ViewProps, "style"> {
|
|
|
7
7
|
/**
|
|
8
8
|
* Style property for the CalloutNativeComponent.
|
|
9
9
|
*
|
|
10
|
-
*
|
|
10
|
+
* Use at your own risk.
|
|
11
11
|
*/
|
|
12
12
|
style?: ViewStyle;
|
|
13
13
|
/**
|
|
@@ -28,7 +28,8 @@ export interface CalloutProps extends Omit<ViewProps, "style"> {
|
|
|
28
28
|
titleStyle?: ViewStyle;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Callout that displays information about a selected annotation near the
|
|
32
|
+
* annotation.
|
|
32
33
|
*/
|
|
33
34
|
export declare const Callout: ({ title, style, animatedStyle, contentStyle, tipStyle, titleStyle, children, testID, ...props }: CalloutProps) => import("react/jsx-runtime").JSX.Element;
|
|
34
35
|
//# sourceMappingURL=Callout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../../../../src/components/annotations/callout/Callout.tsx"],"names":[],"mappings":"AACA,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAwCtB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAE1B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED
|
|
1
|
+
{"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../../../../src/components/annotations/callout/Callout.tsx"],"names":[],"mappings":"AACA,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAwCtB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAE1B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED;;;GAGG;AACH,eAAO,MAAM,OAAO,GAAI,iGAUrB,YAAY,4CAiDd,CAAC"}
|
|
@@ -21,26 +21,25 @@ export interface MarkerProps extends ViewProps {
|
|
|
21
21
|
*/
|
|
22
22
|
id?: string;
|
|
23
23
|
/**
|
|
24
|
-
* The center point (specified as a map coordinate) of the marker.
|
|
25
|
-
*
|
|
24
|
+
* The center point (specified as a map coordinate) of the marker. See also
|
|
25
|
+
* #anchor.
|
|
26
26
|
*/
|
|
27
27
|
lngLat: LngLat;
|
|
28
28
|
/**
|
|
29
|
-
* Specifies the anchor being set on a particular point of the annotation.
|
|
30
|
-
*
|
|
29
|
+
* Specifies the anchor being set on a particular point of the annotation. The
|
|
30
|
+
* anchor indicates which part of the marker should be placed closest to the
|
|
31
|
+
* coordinate.
|
|
31
32
|
*
|
|
32
|
-
* @
|
|
33
|
-
*
|
|
34
|
-
* @see https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/PositionAnchor/
|
|
33
|
+
* @see {@link https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/PositionAnchor/}
|
|
34
|
+
* @defaultValue "center"
|
|
35
35
|
*/
|
|
36
36
|
anchor?: Anchor;
|
|
37
37
|
/**
|
|
38
|
-
* The offset in pixels to apply relative to the anchor.
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* @default [0, 0]
|
|
38
|
+
* The offset in pixels to apply relative to the anchor. Negative values
|
|
39
|
+
* indicate left and up.
|
|
42
40
|
*
|
|
43
|
-
* @see https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/MarkerOptions/#offset
|
|
41
|
+
* @see {@link https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/MarkerOptions/#offset}
|
|
42
|
+
* @defaultValue [0, 0]
|
|
44
43
|
*/
|
|
45
44
|
offset?: PixelPoint;
|
|
46
45
|
/**
|
|
@@ -65,11 +64,13 @@ export interface MarkerProps extends ViewProps {
|
|
|
65
64
|
/**
|
|
66
65
|
* Marker allows you to place an interactive React Native View on the map.
|
|
67
66
|
*
|
|
68
|
-
* If you have static view consider using ViewAnnotation or SymbolLayer for
|
|
67
|
+
* If you have static view consider using ViewAnnotation or SymbolLayer for
|
|
68
|
+
* better performance.
|
|
69
69
|
*
|
|
70
70
|
* Implemented through:
|
|
71
71
|
* - Android: Native Views placed on the map projection
|
|
72
|
-
* - iOS:
|
|
72
|
+
* - iOS:
|
|
73
|
+
* [MLNPointAnnotation](https://maplibre.org/maplibre-native/ios/latest/documentation/maplibre/mlnpointannotation/)
|
|
73
74
|
*/
|
|
74
75
|
export declare const Marker: ({ id, anchor, offset, ref, ...props }: MarkerProps) => import("react/jsx-runtime").JSX.Element;
|
|
75
76
|
//# sourceMappingURL=Marker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Marker.d.ts","sourceRoot":"","sources":["../../../../../../src/components/annotations/marker/Marker.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,GAAG,EAGT,MAAM,OAAO,CAAC;AACf,OAAO,EACL,KAAK,oBAAoB,EAEzB,KAAK,kBAAkB,EAEvB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EAAE,KAAK,MAAM,EAAkB,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAM5D,MAAM,MAAM,eAAe,GAAG,SAAS,CACrC,cAAc,CAAC,OAAO,yBAAyB,CAAC,CACjD,GACC,kBAAkB,CAAC;AAErB,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,gBAAgB,IAAI,eAAe,GAAG,IAAI,CAAC;CAC5C;AAED,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB
|
|
1
|
+
{"version":3,"file":"Marker.d.ts","sourceRoot":"","sources":["../../../../../../src/components/annotations/marker/Marker.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,GAAG,EAGT,MAAM,OAAO,CAAC;AACf,OAAO,EACL,KAAK,oBAAoB,EAEzB,KAAK,kBAAkB,EAEvB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EAAE,KAAK,MAAM,EAAkB,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAM5D,MAAM,MAAM,eAAe,GAAG,SAAS,CACrC,cAAc,CAAC,OAAO,yBAAyB,CAAC,CACjD,GACC,kBAAkB,CAAC;AAErB,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,gBAAgB,IAAI,eAAe,GAAG,IAAI,CAAC;CAC5C;AAED,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAE7D;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC;CACtB;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,MAAM,GAAI,uCAMpB,WAAW,4CA0Db,CAAC"}
|
|
@@ -11,16 +11,18 @@ export type ViewAnnotationEvent = PressEvent & {
|
|
|
11
11
|
};
|
|
12
12
|
export interface ViewAnnotationProps {
|
|
13
13
|
/**
|
|
14
|
-
* A string that uniquely identifies the annotation.
|
|
15
|
-
*
|
|
14
|
+
* A string that uniquely identifies the annotation. If not provided, a unique
|
|
15
|
+
* ID will be generated automatically.
|
|
16
16
|
*/
|
|
17
17
|
id?: string;
|
|
18
18
|
/**
|
|
19
|
-
* The string containing the annotation's title. Note this is required to be set
|
|
19
|
+
* The string containing the annotation's title. Note this is required to be set
|
|
20
|
+
* if you want to see a callout appear on iOS.
|
|
20
21
|
*/
|
|
21
22
|
title?: string;
|
|
22
23
|
/**
|
|
23
|
-
* The string containing the annotation's snippet(subtitle). Not displayed in
|
|
24
|
+
* The string containing the annotation's snippet(subtitle). Not displayed in
|
|
25
|
+
* the default callout.
|
|
24
26
|
*/
|
|
25
27
|
snippet?: string;
|
|
26
28
|
/**
|
|
@@ -30,7 +32,7 @@ export interface ViewAnnotationProps {
|
|
|
30
32
|
/**
|
|
31
33
|
* Enable or disable dragging.
|
|
32
34
|
*
|
|
33
|
-
* @
|
|
35
|
+
* @defaultValue false
|
|
34
36
|
*/
|
|
35
37
|
draggable?: boolean;
|
|
36
38
|
/**
|
|
@@ -38,21 +40,20 @@ export interface ViewAnnotationProps {
|
|
|
38
40
|
*/
|
|
39
41
|
lngLat: LngLat;
|
|
40
42
|
/**
|
|
41
|
-
* Specifies the anchor being set on a particular point of the annotation.
|
|
42
|
-
*
|
|
43
|
+
* Specifies the anchor being set on a particular point of the annotation. The
|
|
44
|
+
* anchor indicates which part of the marker should be placed closest to the
|
|
45
|
+
* coordinate.
|
|
43
46
|
*
|
|
44
|
-
* @
|
|
45
|
-
*
|
|
46
|
-
* @see https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/PositionAnchor/
|
|
47
|
+
* @see {@link https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/PositionAnchor/}
|
|
48
|
+
* @defaultValue "center"
|
|
47
49
|
*/
|
|
48
50
|
anchor?: Anchor;
|
|
49
51
|
/**
|
|
50
|
-
* The offset in pixels to apply relative to the anchor.
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
* @default [0, 0]
|
|
52
|
+
* The offset in pixels to apply relative to the anchor. Negative values
|
|
53
|
+
* indicate left and up.
|
|
54
54
|
*
|
|
55
|
-
* @see https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/MarkerOptions/#offset
|
|
55
|
+
* @see {@link https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/MarkerOptions/#offset}
|
|
56
|
+
* @defaultValue [0, 0]
|
|
56
57
|
*/
|
|
57
58
|
offset?: PixelPoint;
|
|
58
59
|
/**
|
|
@@ -91,25 +92,26 @@ export interface ViewAnnotationProps {
|
|
|
91
92
|
}
|
|
92
93
|
export interface ViewAnnotationRef {
|
|
93
94
|
/**
|
|
94
|
-
* On android point annotation is rendered offscreen with a canvas into an
|
|
95
|
-
* To rerender the image from the current state of the view call refresh.
|
|
95
|
+
* On android point annotation is rendered offscreen with a canvas into an
|
|
96
|
+
* image. To rerender the image from the current state of the view call refresh.
|
|
96
97
|
* Call this for example from Image#onLoad.
|
|
97
98
|
*/
|
|
98
99
|
refresh(): void;
|
|
99
100
|
/**
|
|
100
|
-
* Returns the native ref for Reanimated v4 compatibility.
|
|
101
|
-
*
|
|
101
|
+
* Returns the native ref for Reanimated v4 compatibility. Uses a Proxy to map
|
|
102
|
+
* _viewConfig to __viewConfig.
|
|
102
103
|
*/
|
|
103
104
|
getAnimatableRef(): NativeViewAnnotationRef | null;
|
|
104
105
|
}
|
|
105
106
|
/**
|
|
106
|
-
* ViewAnnotation represents a one-dimensional shape located at a single
|
|
107
|
+
* ViewAnnotation represents a one-dimensional shape located at a single
|
|
108
|
+
* geographical coordinate.
|
|
107
109
|
*
|
|
108
|
-
* Consider using GeoJSONSource and SymbolLayer instead, if you have many
|
|
109
|
-
* they'll offer much better performance.
|
|
110
|
+
* Consider using GeoJSONSource and SymbolLayer instead, if you have many
|
|
111
|
+
* points, and you have static images, they'll offer much better performance.
|
|
110
112
|
*
|
|
111
|
-
* If you need interactive views please use Marker,
|
|
112
|
-
*
|
|
113
|
+
* If you need interactive views please use Marker, as with ViewAnnotation on
|
|
114
|
+
* Android child views are rendered onto a bitmap for better performance.
|
|
113
115
|
*/
|
|
114
116
|
export declare const ViewAnnotation: ({ id, anchor, draggable, offset, ref, ...props }: ViewAnnotationProps) => import("react/jsx-runtime").JSX.Element;
|
|
115
117
|
//# sourceMappingURL=ViewAnnotation.d.ts.map
|
package/lib/typescript/commonjs/components/annotations/view-annotation/ViewAnnotation.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewAnnotation.d.ts","sourceRoot":"","sources":["../../../../../../src/components/annotations/view-annotation/ViewAnnotation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EACT,KAAK,cAAc,EAEnB,KAAK,YAAY,EACjB,KAAK,GAAG,EAGT,MAAM,OAAO,CAAC;AACf,OAAO,EACL,KAAK,oBAAoB,EAEzB,KAAK,kBAAkB,EAGvB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,8BAEN,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAE,KAAK,MAAM,EAAkB,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAW5D,MAAM,MAAM,uBAAuB,GAAG,SAAS,CAC7C,cAAc,CAAC,OAAO,8BAA8B,CAAC,CACtD,GACC,kBAAkB,CAAC;AAErB,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ
|
|
1
|
+
{"version":3,"file":"ViewAnnotation.d.ts","sourceRoot":"","sources":["../../../../../../src/components/annotations/view-annotation/ViewAnnotation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EACT,KAAK,cAAc,EAEnB,KAAK,YAAY,EACjB,KAAK,GAAG,EAGT,MAAM,OAAO,CAAC;AACf,OAAO,EACL,KAAK,oBAAoB,EAEzB,KAAK,kBAAkB,EAGvB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,8BAEN,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAE,KAAK,MAAM,EAAkB,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAW5D,MAAM,MAAM,uBAAuB,GAAG,SAAS,CAC7C,cAAc,CAAC,OAAO,8BAA8B,CAAC,CACtD,GACC,kBAAkB,CAAC;AAErB,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAErE;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEtE;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAExE;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEzE;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEvE;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAEpE,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAE3B;;OAEG;IACH,QAAQ,EAAE,YAAY,GAAG,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IAEtD;;OAEG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,OAAO,IAAI,IAAI,CAAC;IAChB;;;OAGG;IACH,gBAAgB,IAAI,uBAAuB,GAAG,IAAI,CAAC;CACpD;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,GAAI,kDAO5B,mBAAmB,4CA6DrB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export interface CameraOptions {
|
|
|
10
10
|
*/
|
|
11
11
|
zoom?: number;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* The bearing (rotation) of the map.
|
|
14
14
|
*/
|
|
15
15
|
bearing?: number;
|
|
16
16
|
/**
|
|
@@ -29,7 +29,7 @@ export interface CameraAnimationOptions {
|
|
|
29
29
|
*/
|
|
30
30
|
duration?: number;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* The easing or path the camera uses to animate to a new configuration.
|
|
33
33
|
*/
|
|
34
34
|
easing?: CameraEasing;
|
|
35
35
|
}
|
|
@@ -66,9 +66,6 @@ export interface CameraRef {
|
|
|
66
66
|
* @example
|
|
67
67
|
* cameraRef.current?.easeTo([lng, lat], 200) // eases camera to new location based on duration
|
|
68
68
|
* cameraRef.current?.easeTo([lng, lat]) // snaps camera to new location without any easing
|
|
69
|
-
*
|
|
70
|
-
* @param options.center Coordinates that map camera will move too
|
|
71
|
-
* @param options.duration Duration of camera animation
|
|
72
69
|
*/
|
|
73
70
|
jumpTo(options: CameraCenterOptions & CameraOptions): void;
|
|
74
71
|
/**
|
|
@@ -77,9 +74,6 @@ export interface CameraRef {
|
|
|
77
74
|
* @example
|
|
78
75
|
* cameraRef.current?.easeTo([lng, lat], 200) // eases camera to new location based on duration
|
|
79
76
|
* cameraRef.current?.easeTo([lng, lat]) // snaps camera to new location without any easing
|
|
80
|
-
*
|
|
81
|
-
* @param options.center Coordinates that map camera will move too
|
|
82
|
-
* @param options.duration Duration of camera animation
|
|
83
77
|
*/
|
|
84
78
|
easeTo(options: CameraCenterOptions & CameraOptions & CameraAnimationOptions): void;
|
|
85
79
|
/**
|
|
@@ -88,9 +82,6 @@ export interface CameraRef {
|
|
|
88
82
|
* @example
|
|
89
83
|
* cameraRef.current?.flyTo([lng, lat])
|
|
90
84
|
* cameraRef.current?.flyTo([lng, lat], 12000)
|
|
91
|
-
*
|
|
92
|
-
* @param options.center Coordinates that map camera will jump to
|
|
93
|
-
* @param options.duration Duration of camera animation
|
|
94
85
|
*/
|
|
95
86
|
flyTo(options: CameraCenterOptions & CameraOptions & CameraAnimationOptions): void;
|
|
96
87
|
/**
|
|
@@ -99,28 +90,24 @@ export interface CameraRef {
|
|
|
99
90
|
* @example
|
|
100
91
|
* cameraRef.current?.fitBounds([west, south, east, north])
|
|
101
92
|
* cameraRef.current?.fitBounds([west, south, east, north], { top: 20, right: 20, bottom: 20, left: 20 }, 1000)
|
|
102
|
-
*
|
|
103
|
-
* @param bounds
|
|
104
|
-
* @param options
|
|
105
|
-
* @param options.padding Padding for the bounds
|
|
106
|
-
* @param options.duration Duration of camera animation
|
|
107
93
|
*/
|
|
108
94
|
fitBounds(bounds: LngLatBounds, options?: CameraOptions & CameraAnimationOptions): void;
|
|
109
95
|
/**
|
|
110
96
|
* Map camera will zoom to specified level
|
|
111
97
|
*
|
|
98
|
+
* @param zoom - Zoom level that the map camera will animate too
|
|
99
|
+
* @param options - Options
|
|
100
|
+
*
|
|
112
101
|
* @example
|
|
113
102
|
* cameraRef.current?.zoomTo(16)
|
|
114
103
|
* cameraRef.current?.zoomTo(16, 100)
|
|
115
|
-
*
|
|
116
|
-
* @param zoom Zoom level that the map camera will animate too
|
|
117
|
-
* @param options Options
|
|
118
|
-
* @param options.duration Duration of camera movement
|
|
119
104
|
*/
|
|
120
105
|
zoomTo(zoom: number, options?: CameraOptions & CameraAnimationOptions): void;
|
|
121
106
|
/**
|
|
122
107
|
* Map camera will perform updates based on provided config. Advanced use only!
|
|
123
108
|
*
|
|
109
|
+
* @param stop - Array of Camera stops
|
|
110
|
+
*
|
|
124
111
|
* @example
|
|
125
112
|
* cameraRef.current?.setStop({
|
|
126
113
|
* centerCoordinate: [lng, lat],
|
|
@@ -134,8 +121,6 @@ export interface CameraRef {
|
|
|
134
121
|
* { heading: 180, duration: 300 },
|
|
135
122
|
* ]
|
|
136
123
|
* })
|
|
137
|
-
*
|
|
138
|
-
* @param stop Array of Camera stops
|
|
139
124
|
*/
|
|
140
125
|
setStop(stop: CameraStop): Promise<void>;
|
|
141
126
|
}
|
|
@@ -162,9 +147,10 @@ export type CameraProps = BaseProps & Partial<CameraStop> & {
|
|
|
162
147
|
* - undefined: The user's location is not tracked
|
|
163
148
|
* - "default": Centers the user's location
|
|
164
149
|
* - "heading": Centers the user's location and uses the compass for bearing
|
|
165
|
-
* - "course": Centers the user's location and uses the direction of travel for
|
|
150
|
+
* - "course": Centers the user's location and uses the direction of travel for
|
|
151
|
+
* bearing
|
|
166
152
|
*
|
|
167
|
-
* @
|
|
153
|
+
* @defaultValue undefined
|
|
168
154
|
*/
|
|
169
155
|
trackUserLocation?: TrackUserLocation;
|
|
170
156
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Camera.d.ts","sourceRoot":"","sources":["../../../../../src/components/camera/Camera.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,GAAG,EAGT,MAAM,OAAO,CAAC;AACf,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,cAAc,CAAC;AAItB,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC;AAEjE,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;CACtB;AAED,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAC1C,sBAAsB,GACtB,mBAAmB,CAAC;AAEtB,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAC1C,sBAAsB,GACtB,mBAAmB,CAAC;AAEtB,MAAM,MAAM,UAAU,GAClB,CAAC,aAAa,GACZ,sBAAsB,GAAG;IACvB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC,GACJ,gBAAgB,GAChB,gBAAgB,CAAC;AAErB,MAAM,MAAM,gBAAgB,GACxB,CAAC,aAAa,GAAG;IACf,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC,GACF,CAAC,aAAa,GAAG,mBAAmB,CAAC,GACrC,CAAC,aAAa,GAAG,mBAAmB,CAAC,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEjE,MAAM,MAAM,4BAA4B,GAAG;IACzC,iBAAiB,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC7C,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB
|
|
1
|
+
{"version":3,"file":"Camera.d.ts","sourceRoot":"","sources":["../../../../../src/components/camera/Camera.tsx"],"names":[],"mappings":"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"}
|
|
@@ -8,8 +8,8 @@ export type ImageSourceWithSdf = {
|
|
|
8
8
|
export type ImageEntry = string | ImageRequireSource | ImageSourceWithSdf;
|
|
9
9
|
export interface ImagesProps extends BaseProps {
|
|
10
10
|
/**
|
|
11
|
-
* Specifies the images in key-value pairs required for the style.
|
|
12
|
-
*
|
|
11
|
+
* Specifies the images in key-value pairs required for the style. Keys are
|
|
12
|
+
* names used in style expressions (e.g., "customIcon").
|
|
13
13
|
*
|
|
14
14
|
* Values provide a `source`, which can be one of the following types:
|
|
15
15
|
* - A string URL: `"https://example.com/icon.png"`
|
|
@@ -23,29 +23,29 @@ export interface ImagesProps extends BaseProps {
|
|
|
23
23
|
* ```tsx
|
|
24
24
|
* <Images
|
|
25
25
|
* images={{
|
|
26
|
-
* remote:
|
|
27
|
-
* require: require(
|
|
26
|
+
* remote: "https://example.com/marker.png",
|
|
27
|
+
* require: require("./marker.png"),
|
|
28
28
|
* native: "marker",
|
|
29
|
-
* sdf: { source: require(
|
|
29
|
+
* sdf: { source: require("./sdf-marker.png"), sdf: true },
|
|
30
30
|
* }}
|
|
31
|
-
*
|
|
31
|
+
* />;
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
images: {
|
|
35
35
|
[key: string]: ImageEntry;
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
|
-
* Called when a layer references an image that is not present in the style.
|
|
39
|
-
*
|
|
38
|
+
* Called when a layer references an image that is not present in the style. You
|
|
39
|
+
* can use this to dynamically add images on demand.
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
42
|
* ```tsx
|
|
43
43
|
* <Images
|
|
44
44
|
* images={images}
|
|
45
45
|
* onImageMissing={(event) => {
|
|
46
|
-
* setImages(prev => ({ ...prev, [event.nativeEvent.image]: fallbackIcon }));
|
|
46
|
+
* setImages((prev) => ({ ...prev, [event.nativeEvent.image]: fallbackIcon }));
|
|
47
47
|
* }}
|
|
48
|
-
*
|
|
48
|
+
* />;
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
onImageMissing?: (event: NativeSyntheticEvent<{
|
|
@@ -55,8 +55,8 @@ export interface ImagesProps extends BaseProps {
|
|
|
55
55
|
/**
|
|
56
56
|
* Images defines the images used in Symbol layers.
|
|
57
57
|
*
|
|
58
|
-
* Use this component to add images to the map style that can be referenced
|
|
59
|
-
*
|
|
58
|
+
* Use this component to add images to the map style that can be referenced by
|
|
59
|
+
* symbol layers using the `iconImage` property.
|
|
60
60
|
*/
|
|
61
61
|
export declare const Images: ({ testID, images, onImageMissing }: ImagesProps) => import("react/jsx-runtime").JSX.Element;
|
|
62
62
|
//# sourceMappingURL=Images.d.ts.map
|
|
@@ -145,7 +145,6 @@ export type LayerProps = StyleSpecLayerProps | FillLayerProps | LineLayerProps |
|
|
|
145
145
|
* paint={{ "fill-color": "green", "fill-opacity": 0.5 }}
|
|
146
146
|
* layout={{ visibility: "visible" }}
|
|
147
147
|
* />
|
|
148
|
-
*
|
|
149
148
|
* // With expressions
|
|
150
149
|
* <Layer
|
|
151
150
|
* type="fill"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layer.d.ts","sourceRoot":"","sources":["../../../../../src/components/layer/Layer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,kBAAkB,EACnB,MAAM,kCAAkC,CAAC;AAK1C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACtB,MAAM,8BAA8B,CAAC;AAOtC;;GAEG;AACH,UAAU,cAAe,SAAQ,SAAS;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAID,KAAK,UAAU,CAAC,CAAC,IAAI,CAAC,SAAS;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,GACzC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,GAC/B,CAAC,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GACjD,IAAI,CAAC,CAAC,EAAE,QAAQ,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,GACvC,CAAC,CAAC;AAEN;;GAEG;AACH,KAAK,mBAAmB,GAAG,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,GACvE,cAAc,GAAG;IACf,sDAAsD;IACtD,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEJ;;;;GAIG;AACH,UAAU,oBAAqB,SAAQ,cAAc;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;IAC5D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,oBAAoB,GAAG;IACxD,IAAI,EAAE,YAAY,CAAC;IACnB,sDAAsD;IACtD,KAAK,CAAC,EAAE,oBAAoB,CAAC;CAC9B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,gBAAgB,GAAG;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,sDAAsD;IACtD,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,gBAAgB,GAAG;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,sDAAsD;IACtD,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,GAAG;IAChD,IAAI,EAAE,QAAQ,CAAC;IACf,sDAAsD;IACtD,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,GAAG;IAChD,IAAI,EAAE,QAAQ,CAAC;IACf,sDAAsD;IACtD,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,GAAG;IACjD,IAAI,EAAE,SAAS,CAAC;IAChB,sDAAsD;IACtD,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,GAAG;IACvD,IAAI,EAAE,gBAAgB,CAAC;IACvB,sDAAsD;IACtD,KAAK,CAAC,EAAE,uBAAuB,CAAC;CACjC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,GAAG;IAChD,IAAI,EAAE,QAAQ,CAAC;IACf,sDAAsD;IACtD,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,UAAU,GAClB,mBAAmB,GACnB,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,uBAAuB,GACvB,gBAAgB,GAChB,oBAAoB,CAAC;AAEzB
|
|
1
|
+
{"version":3,"file":"Layer.d.ts","sourceRoot":"","sources":["../../../../../src/components/layer/Layer.tsx"],"names":[],"mappings":"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"}
|