@mappedin/react-native-sdk 5.26.0 → 5.27.1
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/dist/index.d.ts
CHANGED
|
@@ -15,22 +15,22 @@ declare module '@mappedin/react-native-sdk' {
|
|
|
15
15
|
export { MiMiniMap } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMiniMap';
|
|
16
16
|
export type { TMiMiniMapProps } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMiniMap';
|
|
17
17
|
export type { MapViewStore } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store';
|
|
18
|
-
export { getVenue, getVenueBundle } from '@mappedin/react-native-sdk/
|
|
19
|
-
export type { TGetVenueOptions, TGetVenueBundleOptions, TGetVenueMakerOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineSearchOptions, TMappedinOfflineSearchAllOptions, TMappedinOfflineAllSearchMatch, TMapClickEvent, } from '@mappedin/react-native-sdk/
|
|
20
|
-
export { STATE } from '@mappedin/react-native-sdk/
|
|
21
|
-
export { COLLISION_RANKING_TIERS, MARKER_ANCHOR, E_BLUEDOT_STATE, MappedinCoordinate, labelThemes, E_BLUEDOT_MARKER_STATE, E_BLUEDOT_STATE_REASON, MAP_RENDER_MODE, } from '@mappedin/react-native-sdk/
|
|
18
|
+
export { getVenue, getVenueBundle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
19
|
+
export type { TGetVenueOptions, TGetVenueBundleOptions, TGetVenueMakerOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineSearchOptions, TMappedinOfflineSearchAllOptions, TMappedinOfflineAllSearchMatch, TMapClickEvent, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
20
|
+
export { STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
21
|
+
export { COLLISION_RANKING_TIERS, MARKER_ANCHOR, E_BLUEDOT_STATE, MappedinCoordinate, labelThemes, E_BLUEDOT_MARKER_STATE, E_BLUEDOT_STATE_REASON, MAP_RENDER_MODE, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
22
22
|
export type { TSerializableJourneyOptions, TMiMapViewOptions } from '@mappedin/react-native-sdk/wrappers/common';
|
|
23
|
-
import type { TEnableBlueDotOptions as TEnableBlueDotOptionsBase, TLabelAllLocationCommonOptions as TLabelAllLocationCommonOptionsBase } from '@mappedin/react-native-sdk/
|
|
24
|
-
export type { TJourneyOptions, TGeolocationObject, TPathOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TAddFlatLabelOptions, TAddFloatingLabelOptions, TFlatLabelAppearance, TFloatingLabelAppearance, TFocusOnCameraOptions, TCameraTargets, TCameraAnimationOptions, TCameraTransform, TBlueDotPositionUpdate, TBlueDotStateChange, CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, } from '@mappedin/react-native-sdk/
|
|
23
|
+
import type { TEnableBlueDotOptions as TEnableBlueDotOptionsBase, TLabelAllLocationCommonOptions as TLabelAllLocationCommonOptionsBase } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
24
|
+
export type { TJourneyOptions, TGeolocationObject, TPathOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TAddFlatLabelOptions, TAddFloatingLabelOptions, TFlatLabelAppearance, TFloatingLabelAppearance, TFocusOnCameraOptions, TCameraTargets, TCameraAnimationOptions, TCameraTransform, TBlueDotPositionUpdate, TBlueDotStateChange, CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
25
25
|
export type { TEnableBlueDotOptionsBase, TLabelAllLocationCommonOptionsBase };
|
|
26
26
|
export type TEnableBlueDotOptions = Omit<TEnableBlueDotOptionsBase, 'positionUpdater'>;
|
|
27
27
|
export type TLabelAllLocationCommonOptions = Omit<TLabelAllLocationCommonOptionsBase, 'sortFunction' | 'translationMap'>;
|
|
28
28
|
export type { TMapViewRNOptions, TCameraChange } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store.types';
|
|
29
29
|
export type { TMiMapViewVenueOptions, TMiMapViewVenueMakerOptions } from '@mappedin/react-native-sdk/wrappers/common';
|
|
30
|
-
export type { IDirectionsResult, MappedinDirections, TMappedinDirective, IFlatLabels, TFlatLabelAllLocationsOptions, IFloatingLabels, TFloatingLabelAllLocationsOptions, } from '@mappedin/react-native-sdk/
|
|
31
|
-
export type { TShowVenueOptions, E_GET_DIRECTIONS_MESSAGES } from '@mappedin/react-native-sdk/
|
|
30
|
+
export type { IDirectionsResult, MappedinDirections, TMappedinDirective, IFlatLabels, TFlatLabelAllLocationsOptions, IFloatingLabels, TFloatingLabelAllLocationsOptions, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
31
|
+
export type { TShowVenueOptions, E_GET_DIRECTIONS_MESSAGES } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
32
32
|
export { ERROR, ERROR_MESSAGES } from '@mappedin/react-native-sdk/wrappers/common/errors';
|
|
33
|
-
export { BEARING_TYPE, ACTION_TYPE, MappedinLocation, Mappedin, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinRankings, MappedinDestinationSet, E_CAMERA_DIRECTION, CAMERA_EASING_MODE, } from '@mappedin/react-native-sdk/
|
|
33
|
+
export { BEARING_TYPE, ACTION_TYPE, MappedinLocation, Mappedin, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinRankings, MappedinDestinationSet, E_CAMERA_DIRECTION, CAMERA_EASING_MODE, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView' {
|
|
@@ -38,7 +38,7 @@ declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapVi
|
|
|
38
38
|
import { TMiMapViewOptions } from '@mappedin/react-native-sdk/wrappers/common';
|
|
39
39
|
import { STATE } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src';
|
|
40
40
|
import { MapViewStore } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store';
|
|
41
|
-
import type { TBlueDotPositionUpdate, TBlueDotStateChange, TMapClickEvent, MappedinPolygon, MappedinMap, Mappedin } from '@mappedin/react-native-sdk/
|
|
41
|
+
import type { TBlueDotPositionUpdate, TBlueDotStateChange, TMapClickEvent, MappedinPolygon, MappedinMap, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
42
42
|
import { ERROR, ERROR_MESSAGES } from '@mappedin/react-native-sdk/wrappers/common/errors';
|
|
43
43
|
import { TCameraChange, TMapViewRNOptions } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store.types';
|
|
44
44
|
export type TMiMapViewProps = {
|
|
@@ -127,13 +127,13 @@ declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapVi
|
|
|
127
127
|
/**
|
|
128
128
|
* @category Component
|
|
129
129
|
*/
|
|
130
|
-
export const MiMapView: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<TMiMapViewProps, "options" | "
|
|
130
|
+
export const MiMapView: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<TMiMapViewProps, "options" | "style" | "onClick" | "onFirstMapLoaded" | "venueData" | "onPolygonClicked" | "onBlueDotStateChanged" | "onBlueDotPositionUpdated" | "onCameraChanged" | "onDataLoaded" | "onNothingClicked" | "onMapChanged" | "onStateChanged" | "onVenueLoadError"> & React.RefAttributes<MapViewStore>>>;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMiniMap' {
|
|
134
134
|
import React from 'react';
|
|
135
135
|
import { TMiMapViewOptions } from '@mappedin/react-native-sdk/wrappers/common';
|
|
136
|
-
import type { MappedinLocation, Mappedin, TFocusOnCameraOptions, TCameraAnimationOptions } from '@mappedin/react-native-sdk/
|
|
136
|
+
import type { MappedinLocation, Mappedin, TFocusOnCameraOptions, TCameraAnimationOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
137
137
|
import { ERROR, ERROR_MESSAGES } from '@mappedin/react-native-sdk/wrappers/common/errors';
|
|
138
138
|
export type TMiMiniMapProps = {
|
|
139
139
|
/**
|
|
@@ -175,12 +175,12 @@ declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMiniM
|
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store' {
|
|
178
|
-
import { IFlatLabels, IFloatingLabels, TGetPolygonsAtCoordinateOptions, STATE, Mappedin, MappedinNode, MappedinMap, MappedinLocation, MappedinDirections, MappedinCategory, MappedinPolygon, TGetVenueOptions, TShowVenueOptions, MappedinCoordinate, MappedinDestinationSet, TCreateMarkerOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions } from '@mappedin/react-native-sdk/
|
|
178
|
+
import { IFlatLabels, IFloatingLabels, TGetPolygonsAtCoordinateOptions, STATE, Mappedin, MappedinNode, MappedinMap, MappedinLocation, MappedinDirections, MappedinCategory, MappedinPolygon, TGetVenueOptions, TShowVenueOptions, MappedinCoordinate, MappedinDestinationSet, TCreateMarkerOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
179
179
|
import { RNMappedinController } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MappedinController';
|
|
180
180
|
import { TReactNativeFlatLabelAllLocations, TReactNativeFlatLabelAllLocationsLegacy, TSerializableJourneyOptions } from '@mappedin/react-native-sdk/wrappers/common';
|
|
181
|
-
import type { TGeolocationObject, TEnableBlueDotOptions, TPathOptions, TLabelAllLocationFloatingLabelOptions, TMappedinOfflineSearchOptions, TGetVenueMakerOptions } from '@mappedin/react-native-sdk/
|
|
181
|
+
import type { TGeolocationObject, TEnableBlueDotOptions, TPathOptions, TLabelAllLocationFloatingLabelOptions, TMappedinOfflineSearchOptions, TGetVenueMakerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
182
182
|
import { TCameraManager } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store.types';
|
|
183
|
-
import { TAnimationOptions, TCreateTooltipCommonOptions, TCreateTooltipOptions } from '@mappedin/react-native-sdk/
|
|
183
|
+
import { TAnimationOptions, TCreateTooltipCommonOptions, TCreateTooltipOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
184
184
|
export class MapViewStore extends RNMappedinController {
|
|
185
185
|
#private;
|
|
186
186
|
state: STATE;
|
|
@@ -439,24 +439,24 @@ declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapVi
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
-
declare module '@mappedin/react-native-sdk/
|
|
443
|
-
import { getVenue, getVenueBundle, Mappedin, MappedinDestinationSet } from '@mappedin/react-native-sdk/
|
|
444
|
-
import { randomId } from '@mappedin/react-native-sdk/
|
|
445
|
-
export * from '@mappedin/react-native-sdk/
|
|
442
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn' {
|
|
443
|
+
import { getVenue, getVenueBundle, Mappedin, MappedinDestinationSet } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
444
|
+
import { randomId } from '@mappedin/react-native-sdk/sdks/packages/common/random-id';
|
|
445
|
+
export * from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
446
446
|
export { getVenue,
|
|
447
447
|
/**
|
|
448
448
|
* @deprecated
|
|
449
449
|
*/
|
|
450
450
|
getVenueBundle, MappedinDestinationSet, Mappedin, randomId, };
|
|
451
|
-
export { labelThemes } from '@mappedin/react-native-sdk/
|
|
452
|
-
export type { IFlatLabels } from '@mappedin/react-native-sdk/
|
|
453
|
-
export type { IFloatingLabels } from '@mappedin/react-native-sdk/
|
|
454
|
-
export type { TBlueDotPositionUpdate, TBlueDotStateChange, TJourneyOptions, TMapViewOptions, TCreateMarkerOptions, TGeolocationObject, TPathOptions, TFlatLabelOptions, TAddFloatingLabelOptions, TAddFlatLabelOptions, TLabelAllLocationCommonOptions, TFloatingLabelAllLocationsOptions, TFlatLabelAllLocationsOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TEnableBlueDotOptions, TFloatingLabelAppearance, TFlatLabelAppearance, CAMERA_EVENT_PAYLOAD, TMapClickEvent, TGetPolygonsAtCoordinateOptions, TShowVenueOptions, } from '@mappedin/react-native-sdk/
|
|
455
|
-
export { BEARING_TYPE, ACTION_TYPE } from '@mappedin/react-native-sdk/
|
|
456
|
-
export type { IDirectionsResult, E_MESSAGES as E_GET_DIRECTIONS_MESSAGES } from '@mappedin/react-native-sdk/
|
|
457
|
-
export type { TGetVenueBundleOptions, TGetVenueOptions, TGetVenueMakerOptions, TMappedinDirective, TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineSearchAllOptions, TMappedinOfflineAllSearchMatch, } from '@mappedin/react-native-sdk/
|
|
458
|
-
export { MappedinLocation, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinDirections, MappedinNavigatable, MappedinCoordinate, MappedinRankings, OfflineSearch, MappedinCollectionType, } from '@mappedin/react-native-sdk/
|
|
459
|
-
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraAnimationOptions, } from '@mappedin/react-native-sdk/
|
|
451
|
+
export { labelThemes } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
452
|
+
export type { IFlatLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FlatLabels';
|
|
453
|
+
export type { IFloatingLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FloatingLabels';
|
|
454
|
+
export type { TBlueDotPositionUpdate, TBlueDotStateChange, TJourneyOptions, TMapViewOptions, TCreateMarkerOptions, TGeolocationObject, TPathOptions, TFlatLabelOptions, TAddFloatingLabelOptions, TAddFlatLabelOptions, TLabelAllLocationCommonOptions, TFloatingLabelAllLocationsOptions, TFlatLabelAllLocationsOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TEnableBlueDotOptions, TFloatingLabelAppearance, TFlatLabelAppearance, CAMERA_EVENT_PAYLOAD, TMapClickEvent, TGetPolygonsAtCoordinateOptions, TShowVenueOptions, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
455
|
+
export { BEARING_TYPE, ACTION_TYPE } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
456
|
+
export type { IDirectionsResult, E_MESSAGES as E_GET_DIRECTIONS_MESSAGES } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
457
|
+
export type { TGetVenueBundleOptions, TGetVenueOptions, TGetVenueMakerOptions, TMappedinDirective, TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineSearchAllOptions, TMappedinOfflineAllSearchMatch, } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
458
|
+
export { MappedinLocation, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinDirections, MappedinNavigatable, MappedinCoordinate, MappedinRankings, OfflineSearch, MappedinCollectionType, } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
459
|
+
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraAnimationOptions, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
declare module '@mappedin/react-native-sdk/wrappers/common' {
|
|
@@ -468,10 +468,10 @@ declare module '@mappedin/react-native-sdk/wrappers/common' {
|
|
|
468
468
|
|
|
469
469
|
declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store.types' {
|
|
470
470
|
import { MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src';
|
|
471
|
-
import { MappedinCoordinate, MAP_RENDER_MODE } from '@mappedin/react-native-sdk/
|
|
472
|
-
import type { MappedinCategory, MappedinLocation, TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult } from '@mappedin/react-native-sdk/
|
|
473
|
-
import { CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, E_CAMERA_DIRECTION, TCameraTransform, TCameraTargets, TFocusOnCameraOptions, TCameraAnimationOptions } from '@mappedin/react-native-sdk/
|
|
474
|
-
import { TFocusOptionsLegacy } from '@mappedin/react-native-sdk/
|
|
471
|
+
import { MappedinCoordinate, MAP_RENDER_MODE } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
472
|
+
import type { MappedinCategory, MappedinLocation, TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
473
|
+
import { CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, E_CAMERA_DIRECTION, TCameraTransform, TCameraTargets, TFocusOnCameraOptions, TCameraAnimationOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
474
|
+
import { TFocusOptionsLegacy } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
475
475
|
export type TPolygonColorOptions = {
|
|
476
476
|
color: string;
|
|
477
477
|
opacity?: number;
|
|
@@ -557,22 +557,22 @@ declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src' {
|
|
|
557
557
|
export { MiMiniMap } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMiniMap';
|
|
558
558
|
export type { TMiMiniMapProps } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMiniMap';
|
|
559
559
|
export type { MapViewStore } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store';
|
|
560
|
-
export { getVenue, getVenueBundle } from '@mappedin/react-native-sdk/
|
|
561
|
-
export type { TGetVenueOptions, TGetVenueBundleOptions, TGetVenueMakerOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineSearchOptions, TMappedinOfflineSearchAllOptions, TMappedinOfflineAllSearchMatch, TMapClickEvent, } from '@mappedin/react-native-sdk/
|
|
562
|
-
export { STATE } from '@mappedin/react-native-sdk/
|
|
563
|
-
export { COLLISION_RANKING_TIERS, MARKER_ANCHOR, E_BLUEDOT_STATE, MappedinCoordinate, labelThemes, E_BLUEDOT_MARKER_STATE, E_BLUEDOT_STATE_REASON, MAP_RENDER_MODE, } from '@mappedin/react-native-sdk/
|
|
560
|
+
export { getVenue, getVenueBundle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
561
|
+
export type { TGetVenueOptions, TGetVenueBundleOptions, TGetVenueMakerOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineSearchOptions, TMappedinOfflineSearchAllOptions, TMappedinOfflineAllSearchMatch, TMapClickEvent, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
562
|
+
export { STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
563
|
+
export { COLLISION_RANKING_TIERS, MARKER_ANCHOR, E_BLUEDOT_STATE, MappedinCoordinate, labelThemes, E_BLUEDOT_MARKER_STATE, E_BLUEDOT_STATE_REASON, MAP_RENDER_MODE, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
564
564
|
export type { TSerializableJourneyOptions, TMiMapViewOptions } from '@mappedin/react-native-sdk/wrappers/common';
|
|
565
|
-
import type { TEnableBlueDotOptions as TEnableBlueDotOptionsBase, TLabelAllLocationCommonOptions as TLabelAllLocationCommonOptionsBase } from '@mappedin/react-native-sdk/
|
|
566
|
-
export type { TJourneyOptions, TGeolocationObject, TPathOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TAddFlatLabelOptions, TAddFloatingLabelOptions, TFlatLabelAppearance, TFloatingLabelAppearance, TFocusOnCameraOptions, TCameraTargets, TCameraAnimationOptions, TCameraTransform, TBlueDotPositionUpdate, TBlueDotStateChange, CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, } from '@mappedin/react-native-sdk/
|
|
565
|
+
import type { TEnableBlueDotOptions as TEnableBlueDotOptionsBase, TLabelAllLocationCommonOptions as TLabelAllLocationCommonOptionsBase } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
566
|
+
export type { TJourneyOptions, TGeolocationObject, TPathOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TAddFlatLabelOptions, TAddFloatingLabelOptions, TFlatLabelAppearance, TFloatingLabelAppearance, TFocusOnCameraOptions, TCameraTargets, TCameraAnimationOptions, TCameraTransform, TBlueDotPositionUpdate, TBlueDotStateChange, CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
567
567
|
export type { TEnableBlueDotOptionsBase, TLabelAllLocationCommonOptionsBase };
|
|
568
568
|
export type TEnableBlueDotOptions = Omit<TEnableBlueDotOptionsBase, 'positionUpdater'>;
|
|
569
569
|
export type TLabelAllLocationCommonOptions = Omit<TLabelAllLocationCommonOptionsBase, 'sortFunction' | 'translationMap'>;
|
|
570
570
|
export type { TMapViewRNOptions, TCameraChange } from '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MiMapView.store.types';
|
|
571
571
|
export type { TMiMapViewVenueOptions, TMiMapViewVenueMakerOptions } from '@mappedin/react-native-sdk/wrappers/common';
|
|
572
|
-
export type { IDirectionsResult, MappedinDirections, TMappedinDirective, IFlatLabels, TFlatLabelAllLocationsOptions, IFloatingLabels, TFloatingLabelAllLocationsOptions, } from '@mappedin/react-native-sdk/
|
|
573
|
-
export type { TShowVenueOptions, E_GET_DIRECTIONS_MESSAGES } from '@mappedin/react-native-sdk/
|
|
572
|
+
export type { IDirectionsResult, MappedinDirections, TMappedinDirective, IFlatLabels, TFlatLabelAllLocationsOptions, IFloatingLabels, TFloatingLabelAllLocationsOptions, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
573
|
+
export type { TShowVenueOptions, E_GET_DIRECTIONS_MESSAGES } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
574
574
|
export { ERROR, ERROR_MESSAGES } from '@mappedin/react-native-sdk/wrappers/common/errors';
|
|
575
|
-
export { BEARING_TYPE, ACTION_TYPE, MappedinLocation, Mappedin, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinRankings, MappedinDestinationSet, E_CAMERA_DIRECTION, CAMERA_EASING_MODE, } from '@mappedin/react-native-sdk/
|
|
575
|
+
export { BEARING_TYPE, ACTION_TYPE, MappedinLocation, Mappedin, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinRankings, MappedinDestinationSet, E_CAMERA_DIRECTION, CAMERA_EASING_MODE, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/MappedinController' {
|
|
@@ -619,15 +619,15 @@ declare module '@mappedin/react-native-sdk/wrappers/react-native-sdk/src/Mappedi
|
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
621
|
|
|
622
|
-
declare module '@mappedin/react-native-sdk/
|
|
623
|
-
import type { Mappedin, MappedinCoordinate, MappedinLocation, MappedinMap, MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
624
|
-
import type { TFloatingLabelAppearance } from '@mappedin/react-native-sdk/
|
|
625
|
-
import type { TEnableBlueDotOptions, TBlueDotPositionUpdate, TBlueDotStateChange } from '@mappedin/react-native-sdk/
|
|
622
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types' {
|
|
623
|
+
import type { Mappedin, MappedinCoordinate, MappedinLocation, MappedinMap, MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
624
|
+
import type { TFloatingLabelAppearance } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.FloatingLabel';
|
|
625
|
+
import type { TEnableBlueDotOptions, TBlueDotPositionUpdate, TBlueDotStateChange } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core';
|
|
626
626
|
import type { Euler, Object3D, Vector3 } from 'three';
|
|
627
|
-
import type { Path } from '@mappedin/react-native-sdk/
|
|
628
|
-
import { TOOLTIP_ANCHOR } from '@mappedin/react-native-sdk/
|
|
629
|
-
import { GEOLOCATION_STATUS, COLLISION_RANKING_TIERS, STATE, MARKER_ANCHOR, E_SDK_EVENT, E_BLUEDOT_EVENT, E_CAMERA_EVENT, MAP_RENDER_MODE, CAMERA_EASING_MODE, E_MAP_CHANGED_REASON } from '@mappedin/react-native-sdk/
|
|
630
|
-
import { TOutdoorViewControllerOptions } from '@mappedin/react-native-sdk/
|
|
627
|
+
import type { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
628
|
+
import { TOOLTIP_ANCHOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip';
|
|
629
|
+
import { GEOLOCATION_STATUS, COLLISION_RANKING_TIERS, STATE, MARKER_ANCHOR, E_SDK_EVENT, E_BLUEDOT_EVENT, E_CAMERA_EVENT, MAP_RENDER_MODE, CAMERA_EASING_MODE, E_MAP_CHANGED_REASON } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
630
|
+
import { TOutdoorViewControllerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/OutdoorViewController';
|
|
631
631
|
export type { TEnableBlueDotOptions, TFloatingLabelAppearance };
|
|
632
632
|
/** @internal */
|
|
633
633
|
export type Without<T, U> = {
|
|
@@ -911,6 +911,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.types'
|
|
|
911
911
|
* Optional layer to attach the {@link Marker} to.
|
|
912
912
|
*/
|
|
913
913
|
layer?: string;
|
|
914
|
+
/**
|
|
915
|
+
* @internal
|
|
916
|
+
*/
|
|
917
|
+
id?: string;
|
|
914
918
|
};
|
|
915
919
|
/**
|
|
916
920
|
* Configurations for an animation
|
|
@@ -1033,6 +1037,28 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.types'
|
|
|
1033
1037
|
* @default false
|
|
1034
1038
|
*/
|
|
1035
1039
|
aoEnabled?: TAOConfiguration['aoEnabled'];
|
|
1040
|
+
/**
|
|
1041
|
+
* @experimental
|
|
1042
|
+
*
|
|
1043
|
+
* Enable debug mode to check the visual representation of performance stats.
|
|
1044
|
+
* @default false
|
|
1045
|
+
*/
|
|
1046
|
+
debug?: boolean;
|
|
1047
|
+
/**
|
|
1048
|
+
* @experimental
|
|
1049
|
+
*
|
|
1050
|
+
* Adjust some quality settings automatically based on the current FPS.
|
|
1051
|
+
* The algorithm will try to keep the FPS at 25 or higher by following the steps below:
|
|
1052
|
+
*
|
|
1053
|
+
* - If the FPS remains below 26 for the last 5 seconds, the ambient occlusion and antialiasing quality will be decreased.
|
|
1054
|
+
* - If the FPS remains below 26 for the next 5 seconds, the ambient occlusion and antialiasing quality will be decreased again.
|
|
1055
|
+
* - If the FPS remains below 26 for another 5 seconds, the ambient occlusion and antialiasing effects will be disabled,
|
|
1056
|
+
* and path animation will be disabled, textures' anisotropy will be decreased.
|
|
1057
|
+
* The same will happen if the FPS remains below 10 for the last 5 seconds.
|
|
1058
|
+
*
|
|
1059
|
+
* @default true
|
|
1060
|
+
*/
|
|
1061
|
+
dynamicPerformance?: boolean;
|
|
1036
1062
|
/**
|
|
1037
1063
|
* @experimental
|
|
1038
1064
|
*
|
|
@@ -1230,64 +1256,35 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.types'
|
|
|
1230
1256
|
onWebGLContextRestored?: () => void;
|
|
1231
1257
|
onWebGLRendererError?: () => void;
|
|
1232
1258
|
};
|
|
1233
|
-
export type
|
|
1234
|
-
/**
|
|
1235
|
-
* Background color of the map as a string e.g. `"#2e2e2e"`.
|
|
1236
|
-
*/
|
|
1237
|
-
backgroundColor?: string;
|
|
1238
|
-
/**
|
|
1239
|
-
* The opacity of the initial background color.
|
|
1240
|
-
*/
|
|
1241
|
-
backgroundAlpha?: number;
|
|
1242
|
-
/**
|
|
1243
|
-
* Controls whether antialiasing is on. Defaults to true, as long as devicePixelRatio is 1. This is very expensive on high resolution screens.
|
|
1244
|
-
* @default true
|
|
1245
|
-
*/
|
|
1246
|
-
antialias?: boolean;
|
|
1247
|
-
markerWorldIslandSplit?: boolean;
|
|
1248
|
-
/**
|
|
1249
|
-
* A callback executed with the 3D files have been downloaded for the first Map, and are starting to load into memory. The MapView is fully functional at this point, but some things will still be popping in.
|
|
1250
|
-
*/
|
|
1251
|
-
onDataLoaded?: (venue?: Mappedin) => void;
|
|
1252
|
-
/**
|
|
1253
|
-
* A callback executed when the first map is fully loaded. This means onDataLoaded has already been fired (if specified) and then all the textures and other resources have finished popping in.
|
|
1254
|
-
*/
|
|
1255
|
-
onFirstMapLoaded?: (venue?: Mappedin) => void;
|
|
1259
|
+
export type TShowVenueOptions = {
|
|
1256
1260
|
/**
|
|
1257
|
-
*
|
|
1258
|
-
*
|
|
1261
|
+
* @experimental
|
|
1262
|
+
*
|
|
1263
|
+
* Enable ambient occlusion. Only works in single buffer mode and when device supports WebGL2.
|
|
1264
|
+
* @default false
|
|
1259
1265
|
*/
|
|
1260
|
-
|
|
1261
|
-
disableZoomOnMapSizeChange?: boolean;
|
|
1262
|
-
loadOptions?: {
|
|
1263
|
-
mode?: 'json' | 'obj';
|
|
1264
|
-
zoomOverrides?: {
|
|
1265
|
-
zoomMultiplier: unknown;
|
|
1266
|
-
focusZoomFactorPolygon: unknown;
|
|
1267
|
-
};
|
|
1268
|
-
};
|
|
1266
|
+
aoEnabled?: TAOConfiguration['aoEnabled'];
|
|
1269
1267
|
/**
|
|
1270
|
-
*
|
|
1268
|
+
* @experimental
|
|
1269
|
+
*
|
|
1270
|
+
* Change the quality of ambient occlusion in the scene. Greater quality means less noise, but worse performance.
|
|
1271
|
+
* @default 'medium'
|
|
1271
1272
|
*/
|
|
1272
|
-
|
|
1273
|
+
aoQuality?: TAOConfiguration['aoQuality'];
|
|
1273
1274
|
/**
|
|
1274
|
-
* @
|
|
1275
|
+
* @experimental
|
|
1276
|
+
*
|
|
1277
|
+
* Change the resolution of ambient occlusion. Lower resolution will see significant performance improvement at the cost
|
|
1278
|
+
* of visual artifacting.
|
|
1279
|
+
* @default 'full'
|
|
1275
1280
|
*/
|
|
1276
|
-
|
|
1281
|
+
aoResolution?: TAOConfiguration['aoResolution'];
|
|
1277
1282
|
/**
|
|
1278
|
-
*
|
|
1279
|
-
*
|
|
1283
|
+
* @internal
|
|
1284
|
+
*
|
|
1285
|
+
* Ambient occlusion configuration passed from the mobile SDKs.
|
|
1280
1286
|
*/
|
|
1281
|
-
|
|
1282
|
-
onWebGLContextCreationError?: () => void;
|
|
1283
|
-
onWebGLContextLost?: () => void;
|
|
1284
|
-
onWebGLContextRestored?: () => void;
|
|
1285
|
-
onWebGLRendererError?: () => void;
|
|
1286
|
-
};
|
|
1287
|
-
/**
|
|
1288
|
-
* MapView Options for React Native
|
|
1289
|
-
*/
|
|
1290
|
-
export type TShowVenueOptions = {
|
|
1287
|
+
ambientOcclusionConfig?: TAOConfiguration;
|
|
1291
1288
|
/**
|
|
1292
1289
|
* Sets the initial background color of the map, including while loading.
|
|
1293
1290
|
*
|
|
@@ -1335,6 +1332,77 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.types'
|
|
|
1335
1332
|
* @default true
|
|
1336
1333
|
*/
|
|
1337
1334
|
xRayPath?: boolean;
|
|
1335
|
+
/**
|
|
1336
|
+
* @internal
|
|
1337
|
+
* Anti alias configuration passed from the mobile SDKs.
|
|
1338
|
+
*/
|
|
1339
|
+
antialiasConfig?: TAntialiasConfiguration;
|
|
1340
|
+
/**
|
|
1341
|
+
* Controls whether antialiasing is on. Defaults to `true`, as long as devicePixelRatio is 1. This is very expensive on high resolution screens.
|
|
1342
|
+
* @default true
|
|
1343
|
+
*/
|
|
1344
|
+
antialias?: TAntialiasConfiguration['antialias'];
|
|
1345
|
+
/**
|
|
1346
|
+
* @experimental
|
|
1347
|
+
*
|
|
1348
|
+
* Controls the antialiasing quality. Greater quality means less artifacts(less aliasing), but worse performance.
|
|
1349
|
+
* @default 'medium'
|
|
1350
|
+
*/
|
|
1351
|
+
antialiasQuality?: TAntialiasConfiguration['antialiasQuality'];
|
|
1352
|
+
};
|
|
1353
|
+
export type TMapViewOptionsLegacy = {
|
|
1354
|
+
/**
|
|
1355
|
+
* Background color of the map as a string e.g. `"#2e2e2e"`.
|
|
1356
|
+
*/
|
|
1357
|
+
backgroundColor?: string;
|
|
1358
|
+
/**
|
|
1359
|
+
* The opacity of the initial background color.
|
|
1360
|
+
*/
|
|
1361
|
+
backgroundAlpha?: number;
|
|
1362
|
+
/**
|
|
1363
|
+
* Controls whether antialiasing is on. Defaults to true, as long as devicePixelRatio is 1. This is very expensive on high resolution screens.
|
|
1364
|
+
* @default true
|
|
1365
|
+
*/
|
|
1366
|
+
antialias?: boolean;
|
|
1367
|
+
markerWorldIslandSplit?: boolean;
|
|
1368
|
+
/**
|
|
1369
|
+
* A callback executed with the 3D files have been downloaded for the first Map, and are starting to load into memory. The MapView is fully functional at this point, but some things will still be popping in.
|
|
1370
|
+
*/
|
|
1371
|
+
onDataLoaded?: (venue?: Mappedin) => void;
|
|
1372
|
+
/**
|
|
1373
|
+
* A callback executed when the first map is fully loaded. This means onDataLoaded has already been fired (if specified) and then all the textures and other resources have finished popping in.
|
|
1374
|
+
*/
|
|
1375
|
+
onFirstMapLoaded?: (venue?: Mappedin) => void;
|
|
1376
|
+
/**
|
|
1377
|
+
* If you would like to completely disable the hover effect (if you are on a touch screen for example), set this to true.
|
|
1378
|
+
* @default false;
|
|
1379
|
+
*/
|
|
1380
|
+
disableHover?: boolean;
|
|
1381
|
+
disableZoomOnMapSizeChange?: boolean;
|
|
1382
|
+
loadOptions?: {
|
|
1383
|
+
mode?: 'json' | 'obj';
|
|
1384
|
+
zoomOverrides?: {
|
|
1385
|
+
zoomMultiplier: unknown;
|
|
1386
|
+
focusZoomFactorPolygon: unknown;
|
|
1387
|
+
};
|
|
1388
|
+
};
|
|
1389
|
+
/**
|
|
1390
|
+
* First map to be rendered
|
|
1391
|
+
*/
|
|
1392
|
+
firstMap?: MappedinMap | string;
|
|
1393
|
+
/**
|
|
1394
|
+
* @beta
|
|
1395
|
+
*/
|
|
1396
|
+
multiBufferRendering?: boolean;
|
|
1397
|
+
/**
|
|
1398
|
+
* True if the `opacity` argument to `setBackgroundColor` should be considered.
|
|
1399
|
+
* @default true
|
|
1400
|
+
*/
|
|
1401
|
+
alpha?: boolean;
|
|
1402
|
+
onWebGLContextCreationError?: () => void;
|
|
1403
|
+
onWebGLContextLost?: () => void;
|
|
1404
|
+
onWebGLContextRestored?: () => void;
|
|
1405
|
+
onWebGLRendererError?: () => void;
|
|
1338
1406
|
};
|
|
1339
1407
|
/**
|
|
1340
1408
|
* Control how a flat label looks
|
|
@@ -1457,6 +1525,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.types'
|
|
|
1457
1525
|
* If not provided, this will be empty or the layer of the {@link MappedinPolygon} that the label is attached to.
|
|
1458
1526
|
*/
|
|
1459
1527
|
layer?: string;
|
|
1528
|
+
/**
|
|
1529
|
+
* @internal
|
|
1530
|
+
*/
|
|
1531
|
+
id?: string;
|
|
1460
1532
|
};
|
|
1461
1533
|
export type TLabelAllLocationCommonOptions = {
|
|
1462
1534
|
/**
|
|
@@ -1565,21 +1637,85 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.types'
|
|
|
1565
1637
|
antialiasQuality?: 'low' | 'medium' | 'high' | 'ultra';
|
|
1566
1638
|
};
|
|
1567
1639
|
export type TAOConfiguration = {
|
|
1640
|
+
/**
|
|
1641
|
+
* Enable ambient occlusion. Only works in single buffer mode and when device supports WebGL2.
|
|
1642
|
+
* @default false
|
|
1643
|
+
*/
|
|
1568
1644
|
aoEnabled?: boolean;
|
|
1569
|
-
|
|
1645
|
+
/**
|
|
1646
|
+
* Change the quality of ambient occlusion in the scene. Greater quality means less noise, but worse performance.
|
|
1647
|
+
*
|
|
1648
|
+
* The quality modes are as follows:
|
|
1649
|
+
|
|
1650
|
+
*Temporal stability refers to how consistent the AO is from frame to frame - it's important for a smooth experience.*
|
|
1651
|
+
| Quality Mode | AO Samples | Denoise Samples | Denoise Radius | Best For
|
|
1652
|
+
|:---:|:---:|:---:|:---:|:---:|
|
|
1653
|
+
| Performance (Less temporal stability, a bit noisy) | 8 | 4 | 12 | Mobile, Low-end iGPUs and laptops |
|
|
1654
|
+
| Low (Temporally stable, but low-frequency noise) | 16 | 4 | 12 | High-End Mobile, iGPUs, laptops |
|
|
1655
|
+
| Medium (Temporally stable and barely any noise) | 16 | 8 | 12 | High-End Mobile, laptops, desktops |
|
|
1656
|
+
| High (Significantly sharper AO, barely any noise) | 64 | 8 | 6 | Desktops, dedicated GPUs |
|
|
1657
|
+
| Ultra (Sharp AO, No visible noise whatsoever) | 64 | 16 | 6 | Desktops, dedicated GPUs|
|
|
1658
|
+
|
|
1659
|
+
Generally, half-res mode at "Ultra" quality is slightly slower than full-res mode at "Performance" quality, but produces significantly better results.
|
|
1660
|
+
|
|
1661
|
+
If you wish to make entirely custom quality setup, you can manually change `aoSamples`, `denoiseSamples` and `denoiseRadius`.
|
|
1662
|
+
*
|
|
1663
|
+
* @default 'medium'
|
|
1664
|
+
*/
|
|
1665
|
+
aoQuality?: 'performance' | 'low' | 'medium' | 'high' | 'ultra';
|
|
1570
1666
|
aoSamples?: number;
|
|
1667
|
+
/**
|
|
1668
|
+
* Controls the radius/size of the ambient occlusion in world units. Should be set to how far you want the occlusion to extend from a given object.
|
|
1669
|
+
* Set it too low, and AO becomes an edge detector. Too high, and the AO becomes "soft" and might not highlight the details you want.
|
|
1670
|
+
*/
|
|
1571
1671
|
aoRadius?: number;
|
|
1572
1672
|
denoiseSamples?: number;
|
|
1573
1673
|
denoiseRadius?: number;
|
|
1674
|
+
/**
|
|
1675
|
+
* A purely artistic control for the intensity of the AO has the effect of darkening areas with more ambient occlusion.
|
|
1676
|
+
* Useful to make the effect more pronounced. An intensity of 2 generally produces soft ambient occlusion that isn't too noticeable,
|
|
1677
|
+
* whereas one of 5 produces heavily prominent ambient occlusion.
|
|
1678
|
+
*/
|
|
1574
1679
|
intensity?: number;
|
|
1575
1680
|
denoiseIterations?: number;
|
|
1576
1681
|
renderMode?: number;
|
|
1682
|
+
/**
|
|
1683
|
+
* The color of the ambient occlusion. By default, it is black, but it can be changed to any color to offer a crude approximation of global illumination.
|
|
1684
|
+
* Recommended in scenes where bounced light has a uniform "color", for instance a scene that is predominantly lit by a blue sky.
|
|
1685
|
+
* The color is expected to be in the sRGB color space, and is automatically converted to linear space for you. Keep the color pretty dark for sensible results.
|
|
1686
|
+
*
|
|
1687
|
+
* Color formats:\
|
|
1688
|
+
* RGB String: `rgb(255, 0, 0)` or `rgb(100%, 0%, 0%)`\
|
|
1689
|
+
* HSL String: `hsl(0, 100%, 50%)`\
|
|
1690
|
+
* X11 color name - all 140 color names are supported. Note the lack of CamelCase in the name: `skyblue`
|
|
1691
|
+
*/
|
|
1577
1692
|
color?: string;
|
|
1693
|
+
/**
|
|
1694
|
+
* Should be automatically set to the correct value. If you are getting washed out colors, try setting `gammaCorrection` to false, and if you are getting dark colors, try setting it to true.
|
|
1695
|
+
*/
|
|
1578
1696
|
gammaCorrection?: boolean;
|
|
1579
1697
|
logarithmicDepthBuffer?: boolean;
|
|
1698
|
+
/**
|
|
1699
|
+
* When screenSpaceRadius is set to true, the `aoRadius` parameter represents the size of the ambient occlusion effect in pixels (recommended to be set between 16 and 64).
|
|
1700
|
+
* The `distanceFalloff` parameter becomes a ratio, representing the percent of the screen space radius at which the AO should fade away - it should be set to 0.2 in most cases,
|
|
1701
|
+
* but it accepts any value between 0 and 1 (technically even higher than 1, though that is not recommended).
|
|
1702
|
+
*/
|
|
1580
1703
|
screenSpaceRadius?: boolean;
|
|
1704
|
+
/**
|
|
1705
|
+
* Use half-resolution" mode for performance-critical applications. This will cause the AO to be calculated at half the resolution of the screen, and then upscaled to the full resolution.
|
|
1706
|
+
* This is a great way to get a performance boost (generally 2x-4x) at the cost of some quality (the AO will lack fine details and temporal stability will be slightly reduced).
|
|
1707
|
+
* @default 'full'
|
|
1708
|
+
*/
|
|
1581
1709
|
aoResolution?: 'half' | 'full';
|
|
1710
|
+
/**
|
|
1711
|
+
* The half `aoResolution` mode uses depth-aware upscaling by default.
|
|
1712
|
+
* The AO effect looks bad without depth-aware upscaling, so it is not recommended to disable it.
|
|
1713
|
+
* However, if performance is truly that critical, you can do so by setting `depthAwareUpsampling` to false.
|
|
1714
|
+
*/
|
|
1582
1715
|
depthAwareUpsampling?: boolean;
|
|
1716
|
+
/**
|
|
1717
|
+
* It is recommended to not change this value, otherwise rendering issues may occur.
|
|
1718
|
+
*/
|
|
1583
1719
|
autoRenderBeauty?: boolean;
|
|
1584
1720
|
};
|
|
1585
1721
|
export type TMapClickEvent = {
|
|
@@ -1683,15 +1819,15 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.types'
|
|
|
1683
1819
|
*/
|
|
1684
1820
|
[E_CAMERA_EVENT.TILT_CHANGED]: number;
|
|
1685
1821
|
};
|
|
1686
|
-
export type { default as BlueDotController } from '@mappedin/react-native-sdk/
|
|
1687
|
-
export type { default as Journey } from '@mappedin/react-native-sdk/
|
|
1822
|
+
export type { default as BlueDotController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BlueDotController';
|
|
1823
|
+
export type { default as Journey } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Journey';
|
|
1688
1824
|
}
|
|
1689
1825
|
|
|
1690
|
-
declare module '@mappedin/react-native-sdk/
|
|
1691
|
-
import type { TGetVenueOptions, TVenueMetadata } from '@mappedin/react-native-sdk/
|
|
1692
|
-
import { Mappedin } from '@mappedin/react-native-sdk/
|
|
1693
|
-
import { defaultThings } from '@mappedin/react-native-sdk/
|
|
1694
|
-
import { GET_VENUE_EVENT } from '@mappedin/react-native-sdk/
|
|
1826
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue' {
|
|
1827
|
+
import type { TGetVenueOptions, TGetVenueOptionsInternal, TVenueMetadata } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types';
|
|
1828
|
+
import { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin';
|
|
1829
|
+
import { defaultThings } from '@mappedin/react-native-sdk/sdks/packages/get-venue/default-things';
|
|
1830
|
+
import { GET_VENUE_EVENT } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
1695
1831
|
/**
|
|
1696
1832
|
* This is how we can avoid bundling in node-fetch (via isomorphic fetch),
|
|
1697
1833
|
* which keeps popping up in security advisories
|
|
@@ -1713,28 +1849,29 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue' {
|
|
|
1713
1849
|
*/
|
|
1714
1850
|
export function setFetchFn(fetchFn: any): void;
|
|
1715
1851
|
/** Classes */
|
|
1716
|
-
export { MappedinCollectionType, MappedinNavigatable, MappedinNode, MappedinLocation, MappedinPolygon, MappedinCategory, MappedinDirections, MappedinDestinationSet, MappedinVortex, MappedinVenue, MappedinRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinCoordinate, MappedinMapGroup, Mappedin, } from '@mappedin/react-native-sdk/
|
|
1852
|
+
export { MappedinCollectionType, MappedinNavigatable, MappedinNode, MappedinLocation, MappedinPolygon, MappedinCategory, MappedinDirections, MappedinDestinationSet, MappedinVortex, MappedinVenue, MappedinRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinCoordinate, MappedinMapGroup, Mappedin, } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
1717
1853
|
/**
|
|
1718
1854
|
* @internal
|
|
1719
1855
|
* @hidden
|
|
1720
1856
|
*
|
|
1721
1857
|
* Export this only so our internal pre-built products can use it. We don't want to document it for external developers.
|
|
1722
1858
|
*/
|
|
1723
|
-
export { default as CustomerAnalytics } from '@mappedin/react-native-sdk/
|
|
1724
|
-
export type { TMappedinDirective } from '@mappedin/react-native-sdk/
|
|
1725
|
-
export type { IDirectionsResult } from '@mappedin/react-native-sdk/
|
|
1726
|
-
export type { TOperationHoursMap } from '@mappedin/react-native-sdk/
|
|
1727
|
-
export type { TMappedinCoordinateOptions } from '@mappedin/react-native-sdk/
|
|
1728
|
-
export type { TDirectionToOptions, TTHINGS, TAccessors } from '@mappedin/react-native-sdk/
|
|
1729
|
-
export { OfflineSearch } from '@mappedin/react-native-sdk/
|
|
1730
|
-
export type { TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineAllSearchMatch, TMappedinOfflineSearchAllOptions, } from '@mappedin/react-native-sdk/
|
|
1859
|
+
export { default as CustomerAnalytics } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.CustomerAnalytics';
|
|
1860
|
+
export type { TMappedinDirective } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDirections';
|
|
1861
|
+
export type { IDirectionsResult } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
1862
|
+
export type { TOperationHoursMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocation';
|
|
1863
|
+
export type { TMappedinCoordinateOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCoordinate';
|
|
1864
|
+
export type { TDirectionToOptions, TTHINGS, TAccessors } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
1865
|
+
export { OfflineSearch } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.OfflineSearch';
|
|
1866
|
+
export type { TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineAllSearchMatch, TMappedinOfflineSearchAllOptions, } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.OfflineSearch';
|
|
1731
1867
|
export { defaultThings };
|
|
1732
1868
|
/** API data types */
|
|
1733
|
-
export type { TLocationType, TNode, TImage, TLogo, TGalleryImage, TPhone, TSocial, TColor, TVortex, TPicture, TOpeningHours, TSiblingGroup, TState, TCategory, TEvent, TGeoReference, TMap, TMapGroup, TBuilding, TLocation, TPolygon, TPolygonRanking, TVenue, TMappedinAPI, } from '@mappedin/react-native-sdk/
|
|
1734
|
-
export type { TGetVenueOptions } from '@mappedin/react-native-sdk/
|
|
1735
|
-
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/
|
|
1869
|
+
export type { TLocationType, TNode, TImage, TLogo, TGalleryImage, TPhone, TSocial, TColor, TVortex, TPicture, TOpeningHours, TSiblingGroup, TState, TCategory, TEvent, TGeoReference, TMap, TMapGroup, TBuilding, TLocation, TPolygon, TPolygonRanking, TVenue, TMappedinAPI, } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
1870
|
+
export type { TGetVenueOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types';
|
|
1871
|
+
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types';
|
|
1736
1872
|
import { ParsedMVF } from '@mappedin/mvf';
|
|
1737
1873
|
export { MAP_RENDER_MODE, GET_VENUE_EVENT };
|
|
1874
|
+
export function parseOptions(options: TGetVenueOptions): TGetVenueOptionsInternal & TGetVenueOptions;
|
|
1738
1875
|
/**
|
|
1739
1876
|
* @internal
|
|
1740
1877
|
*/
|
|
@@ -1875,7 +2012,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue' {
|
|
|
1875
2012
|
export function hydrateVenueMVF(mvfData: ParsedMVF): Promise<Mappedin>;
|
|
1876
2013
|
}
|
|
1877
2014
|
|
|
1878
|
-
declare module '@mappedin/react-native-sdk/
|
|
2015
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/common/random-id' {
|
|
1879
2016
|
/**
|
|
1880
2017
|
* Returns a UUIDv4-like ID without relying on a CSPRNG as we don't need it for these purposes.
|
|
1881
2018
|
* @hidden
|
|
@@ -1883,7 +2020,7 @@ declare module '@mappedin/react-native-sdk/core/common/random-id' {
|
|
|
1883
2020
|
export const randomId: () => string;
|
|
1884
2021
|
}
|
|
1885
2022
|
|
|
1886
|
-
declare module '@mappedin/react-native-sdk/
|
|
2023
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums' {
|
|
1887
2024
|
export enum GEOLOCATION_STATUS {
|
|
1888
2025
|
SUCCESS = 0
|
|
1889
2026
|
}
|
|
@@ -2067,7 +2204,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.enums'
|
|
|
2067
2204
|
*/
|
|
2068
2205
|
CHANGED = "CHANGED"
|
|
2069
2206
|
}
|
|
2070
|
-
export { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/
|
|
2207
|
+
export { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
2071
2208
|
export enum E_CAMERA_DIRECTION {
|
|
2072
2209
|
UP = "up",
|
|
2073
2210
|
DOWN = "down",
|
|
@@ -2130,10 +2267,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/MapView.enums'
|
|
|
2130
2267
|
}
|
|
2131
2268
|
}
|
|
2132
2269
|
|
|
2133
|
-
declare module '@mappedin/react-native-sdk/
|
|
2134
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
2135
|
-
import FlatLabelsController from '@mappedin/react-native-sdk/
|
|
2136
|
-
import { TFlatLabelAllLocationsOptions, TAddFlatLabelOptions, TFlatLabelAppearance } from '@mappedin/react-native-sdk/
|
|
2270
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FlatLabels' {
|
|
2271
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
2272
|
+
import FlatLabelsController from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FlatLabelsController';
|
|
2273
|
+
import { TFlatLabelAllLocationsOptions, TAddFlatLabelOptions, TFlatLabelAppearance } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
2137
2274
|
/**
|
|
2138
2275
|
* API to add and remove flat labels on the map.
|
|
2139
2276
|
*/
|
|
@@ -2239,10 +2376,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Fla
|
|
|
2239
2376
|
}
|
|
2240
2377
|
}
|
|
2241
2378
|
|
|
2242
|
-
declare module '@mappedin/react-native-sdk/
|
|
2243
|
-
import { MappedinCoordinate, MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
2244
|
-
import { TAddFloatingLabelOptions, TFloatingLabelAllLocationsOptions, TFloatingLabelAppearance } from '@mappedin/react-native-sdk/
|
|
2245
|
-
import FloatingLabelsController, { type FloatingLabel } from '@mappedin/react-native-sdk/
|
|
2379
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FloatingLabels' {
|
|
2380
|
+
import { MappedinCoordinate, MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
2381
|
+
import { TAddFloatingLabelOptions, TFloatingLabelAllLocationsOptions, TFloatingLabelAppearance } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
2382
|
+
import FloatingLabelsController, { type FloatingLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FloatingLabelsController';
|
|
2246
2383
|
/**
|
|
2247
2384
|
* Helper for handling a generic when the type could be either an array or promise.
|
|
2248
2385
|
*
|
|
@@ -2399,20 +2536,20 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Flo
|
|
|
2399
2536
|
export {};
|
|
2400
2537
|
}
|
|
2401
2538
|
|
|
2402
|
-
declare module '@mappedin/react-native-sdk/
|
|
2403
|
-
import NavigationGraph from '@mappedin/react-native-sdk/
|
|
2404
|
-
import Navigator from '@mappedin/react-native-sdk/
|
|
2405
|
-
export { ACTION_TYPE, BEARING_TYPE } from '@mappedin/react-native-sdk/
|
|
2539
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator' {
|
|
2540
|
+
import NavigationGraph from '@mappedin/react-native-sdk/sdks/packages/navigator/NavigationGraph';
|
|
2541
|
+
import Navigator from '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator';
|
|
2542
|
+
export { ACTION_TYPE, BEARING_TYPE } from '@mappedin/react-native-sdk/sdks/packages/navigator/Directive';
|
|
2406
2543
|
export { Navigator, NavigationGraph };
|
|
2407
|
-
export type { IDirectionsResult, TSimplifyDirectionsOptions } from '@mappedin/react-native-sdk/
|
|
2408
|
-
export { E_MESSAGES } from '@mappedin/react-native-sdk/
|
|
2409
|
-
export { E_SDK_LOG_LEVEL, setLoggerLevel } from '@mappedin/react-native-sdk/
|
|
2544
|
+
export type { IDirectionsResult, TSimplifyDirectionsOptions } from '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator';
|
|
2545
|
+
export { E_MESSAGES } from '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator';
|
|
2546
|
+
export { E_SDK_LOG_LEVEL, setLoggerLevel } from '@mappedin/react-native-sdk/sdks/packages/common/Mappedin.Logger';
|
|
2410
2547
|
}
|
|
2411
2548
|
|
|
2412
|
-
declare module '@mappedin/react-native-sdk/
|
|
2413
|
-
import { MappedinNode, MappedinPolygon, MappedinCoordinate } from '@mappedin/react-native-sdk/
|
|
2414
|
-
import type { TAnimationOptions, ICore } from '@mappedin/react-native-sdk/
|
|
2415
|
-
import { PubSub, CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, E_CAMERA_DIRECTION, SAFE_AREA_INSET_TYPE } from '@mappedin/react-native-sdk/
|
|
2549
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController' {
|
|
2550
|
+
import { MappedinNode, MappedinPolygon, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
2551
|
+
import type { TAnimationOptions, ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
2552
|
+
import { PubSub, CAMERA_EVENT_PAYLOAD, E_CAMERA_EVENT, E_CAMERA_DIRECTION, SAFE_AREA_INSET_TYPE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
2416
2553
|
export type TSafeAreaInsets = {
|
|
2417
2554
|
top: number;
|
|
2418
2555
|
left: number;
|
|
@@ -2606,6 +2743,8 @@ declare module '@mappedin/react-native-sdk/wrappers/common/events' {
|
|
|
2606
2743
|
REMOVE_TOOLTIP = "REMOVE_TOOLTIP",
|
|
2607
2744
|
CHANGE_LANGUAGE = "CHANGE_LANGUAGE",
|
|
2608
2745
|
GET_CURRENT_LANGUAGE = "GET_CURRENT_LANGUAGE",
|
|
2746
|
+
SET_ANTI_ALIAS_CONFIGURATION = "SET_ANTI_ALIAS_CONFIGURATION",
|
|
2747
|
+
SET_AMBIENT_OCCLUSION_CONFIGURATION = "SET_AMBIENT_OCCLUSION_CONFIGURATION",
|
|
2609
2748
|
/**
|
|
2610
2749
|
* Camera
|
|
2611
2750
|
*/
|
|
@@ -2723,10 +2862,10 @@ declare module '@mappedin/react-native-sdk/wrappers/common/events' {
|
|
|
2723
2862
|
}
|
|
2724
2863
|
|
|
2725
2864
|
declare module '@mappedin/react-native-sdk/wrappers/common/payloads' {
|
|
2726
|
-
import { IDirectionsResult, MappedinMap, MappedinNode, TBlueDotPositionUpdate, TBlueDotStateChange, TGetVenueOptions, TCameraTransform, TAddFlatLabelOptions, TAddFloatingLabelOptions, TPathOptions, TShowVenueOptions, STATE, TGeolocationObject, TEnableBlueDotOptions, MappedinLocation, TFlatLabelAllLocationsOptions, TFloatingLabelAllLocationsOptions, TMappedinOfflineSearchOptions, TFocusOnCameraOptions, TCameraAnimationOptions, TGetPolygonsAtCoordinateOptions, E_CAMERA_DIRECTION, TFlatLabelAppearance, TFloatingLabelAppearance } from '@mappedin/react-native-sdk/
|
|
2865
|
+
import { IDirectionsResult, MappedinMap, MappedinNode, TBlueDotPositionUpdate, TBlueDotStateChange, TGetVenueOptions, TCameraTransform, TAddFlatLabelOptions, TAddFloatingLabelOptions, TPathOptions, TShowVenueOptions, STATE, TGeolocationObject, TEnableBlueDotOptions, MappedinLocation, TFlatLabelAllLocationsOptions, TFloatingLabelAllLocationsOptions, TMappedinOfflineSearchOptions, TFocusOnCameraOptions, TCameraAnimationOptions, TGetPolygonsAtCoordinateOptions, E_CAMERA_DIRECTION, TFlatLabelAppearance, TFloatingLabelAppearance } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
2727
2866
|
import { TFocusOnTargetsSerializable, TMiMapViewOptions, TSerializedCoordinate, TSerializedMap, TSerializableJourneyOptions, TSerializedLocation, TSerializedNode, TSerializedPolygon, TFloatingLabelClickEventPayloadSerialized, TColliderClickEventPayloadSerialized } from '@mappedin/react-native-sdk/wrappers/common/types';
|
|
2728
2867
|
import { BRIDGE_EVENT, EVENT, MINIMAP_EVENT, NATIVE_EVENT } from '@mappedin/react-native-sdk/wrappers/common';
|
|
2729
|
-
import { TAnimationOptions, TCreateTooltipCommonOptions, TCreateTooltipOptions, TGetVenueMakerOptions } from '@mappedin/react-native-sdk/
|
|
2868
|
+
import { TAnimationOptions, TAntialiasConfiguration, TCreateTooltipCommonOptions, TCreateTooltipOptions, TGetVenueMakerOptions, TAOConfiguration } from '@mappedin/react-native-sdk/sdks/cms/src';
|
|
2730
2869
|
export type BRIDGE_EVENT_PAYLOADS = {
|
|
2731
2870
|
[BRIDGE_EVENT.REJECT]: any;
|
|
2732
2871
|
[BRIDGE_EVENT.RESOLVE]: any;
|
|
@@ -3082,12 +3221,18 @@ declare module '@mappedin/react-native-sdk/wrappers/common/payloads' {
|
|
|
3082
3221
|
cache: boolean;
|
|
3083
3222
|
};
|
|
3084
3223
|
[EVENT.GET_CURRENT_LANGUAGE]: null;
|
|
3224
|
+
[EVENT.SET_ANTI_ALIAS_CONFIGURATION]: {
|
|
3225
|
+
aaConfig: TAntialiasConfiguration;
|
|
3226
|
+
};
|
|
3227
|
+
[EVENT.SET_AMBIENT_OCCLUSION_CONFIGURATION]: {
|
|
3228
|
+
aoConfig: TAOConfiguration;
|
|
3229
|
+
};
|
|
3085
3230
|
};
|
|
3086
3231
|
}
|
|
3087
3232
|
|
|
3088
3233
|
declare module '@mappedin/react-native-sdk/wrappers/common/types' {
|
|
3089
|
-
import { TFocusOptionsLegacy } from '@mappedin/react-native-sdk/
|
|
3090
|
-
import type { MappedinNode, MappedinPolygon, TJourneyOptions, TShowVenueOptions, TLabelAllLocationFlatLabelOptions } from '@mappedin/react-native-sdk/
|
|
3234
|
+
import { TFocusOptionsLegacy } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
3235
|
+
import type { MappedinNode, MappedinPolygon, TJourneyOptions, TShowVenueOptions, TLabelAllLocationFlatLabelOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/index.rn';
|
|
3091
3236
|
export type TFocusOnTargetsSerializable = {
|
|
3092
3237
|
nodes?: MappedinNode['id'][];
|
|
3093
3238
|
polygons?: MappedinPolygon['id'][];
|
|
@@ -3209,14 +3354,14 @@ declare module '@mappedin/react-native-sdk/wrappers/common/pub-sub' {
|
|
|
3209
3354
|
}
|
|
3210
3355
|
}
|
|
3211
3356
|
|
|
3212
|
-
declare module '@mappedin/react-native-sdk/
|
|
3357
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface' {
|
|
3213
3358
|
import { Color, Vector2, Vector3, Mesh } from 'three';
|
|
3214
|
-
import type { TPadding, TGetPolygonsAtCoordinateOptions, TMapViewOptions, TileManager, BillboardManager, StackedMapsController, SmartCollisionEngine, OutdoorViewController, LayerController } from '@mappedin/react-native-sdk/
|
|
3215
|
-
import { BlueDotController, CameraController, STATE, MappedinMap, Mappedin, MappedinCoordinate, MappedinPolygon, MappedinNode, changeListenerFn, RENDER, INTERNAL_EVENT_PAYLOAD, INTERNAL_EVENT, TaskScheduler, SceneManager, PubSub, FlatLabel, MapObject, PathsController, FloatingLabelsController, FlatLabelsController, PolygonColorsController, MarkersController, PolygonInteractionController, TooltipsController, PolygonStatesController, PolygonImagesController, ThreeDMarkersController, ExportController, EventSystem } from '@mappedin/react-native-sdk/
|
|
3359
|
+
import type { TPadding, TGetPolygonsAtCoordinateOptions, TMapViewOptions, TileManager, BillboardManager, StackedMapsController, SmartCollisionEngine, OutdoorViewController, LayerController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
3360
|
+
import { BlueDotController, CameraController, STATE, MappedinMap, Mappedin, MappedinCoordinate, MappedinPolygon, MappedinNode, changeListenerFn, RENDER, INTERNAL_EVENT_PAYLOAD, INTERNAL_EVENT, TaskScheduler, SceneManager, PubSub, FlatLabel, MapObject, PathsController, FloatingLabelsController, FlatLabelsController, PolygonColorsController, MarkersController, PolygonInteractionController, TooltipsController, PolygonStatesController, PolygonImagesController, ThreeDMarkersController, ExportController, EventSystem } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
3216
3361
|
import Tween, { Easing } from '@tweenjs/tween.js';
|
|
3217
|
-
import WatermarkController from '@mappedin/react-native-sdk/
|
|
3218
|
-
import PolygonHoverColorsController from '@mappedin/react-native-sdk/
|
|
3219
|
-
import { E_MAP_CHANGED_REASON } from '@mappedin/react-native-sdk/
|
|
3362
|
+
import WatermarkController from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/WatermarkController';
|
|
3363
|
+
import PolygonHoverColorsController from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonHoverColorsController';
|
|
3364
|
+
import { E_MAP_CHANGED_REASON } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
3220
3365
|
export type TFocusOptionsLegacy = {
|
|
3221
3366
|
/**
|
|
3222
3367
|
* An array of Nodes to focus in on
|
|
@@ -3549,7 +3694,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3549
3694
|
options: import("../react-native-sdk/src").TGetVenueOptions | import("../react-native-sdk/src").TGetVenueMakerOptions;
|
|
3550
3695
|
locationId: string;
|
|
3551
3696
|
polygonHighlightColor?: string;
|
|
3552
|
-
focusOptions?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../
|
|
3697
|
+
focusOptions?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../sdks/cms/src").TAnimationOptions;
|
|
3553
3698
|
};
|
|
3554
3699
|
};
|
|
3555
3700
|
SET_DEBUG_FLAGS: {
|
|
@@ -3710,7 +3855,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3710
3855
|
config: Omit<import("../react-native-sdk/src").TCameraTransform, "position"> & {
|
|
3711
3856
|
position?: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
3712
3857
|
};
|
|
3713
|
-
options?: import("../../
|
|
3858
|
+
options?: import("../../sdks/cms/src").TAnimationOptions;
|
|
3714
3859
|
};
|
|
3715
3860
|
};
|
|
3716
3861
|
CAMERA_TRANSLATE: {
|
|
@@ -3718,7 +3863,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3718
3863
|
data: {
|
|
3719
3864
|
direction: import("../react-native-sdk/src").E_CAMERA_DIRECTION;
|
|
3720
3865
|
distance: number;
|
|
3721
|
-
options?: import("../../
|
|
3866
|
+
options?: import("../../sdks/cms/src").TAnimationOptions;
|
|
3722
3867
|
};
|
|
3723
3868
|
};
|
|
3724
3869
|
CAMERA_SET_SAFE_AREA_INSETS: {
|
|
@@ -3742,7 +3887,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3742
3887
|
msgID?: string;
|
|
3743
3888
|
data: {
|
|
3744
3889
|
targets: import("./types").TFocusOnTargetsSerializable;
|
|
3745
|
-
options?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../
|
|
3890
|
+
options?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../sdks/cms/src").TAnimationOptions;
|
|
3746
3891
|
};
|
|
3747
3892
|
};
|
|
3748
3893
|
SET_POLYGON_COLOR: {
|
|
@@ -3947,7 +4092,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3947
4092
|
data: {
|
|
3948
4093
|
markerId: string;
|
|
3949
4094
|
nodeOrCoordinate: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
3950
|
-
animationOptions: import("../../
|
|
4095
|
+
animationOptions: import("../../sdks/cms/src").TAnimationOptions;
|
|
3951
4096
|
};
|
|
3952
4097
|
};
|
|
3953
4098
|
OVERRIDE_LOCATION: {
|
|
@@ -4064,7 +4209,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4064
4209
|
msgID?: string;
|
|
4065
4210
|
data: {
|
|
4066
4211
|
coordinate: import("./types").TSerializedCoordinate;
|
|
4067
|
-
options?: import("../../
|
|
4212
|
+
options?: import("../../sdks/cms/src").TGetPolygonsAtCoordinateOptions;
|
|
4068
4213
|
};
|
|
4069
4214
|
};
|
|
4070
4215
|
GET_POLYGONS_AT_SCREEN_COORDINATE: {
|
|
@@ -4072,7 +4217,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4072
4217
|
data: {
|
|
4073
4218
|
x: number;
|
|
4074
4219
|
y: number;
|
|
4075
|
-
options?: import("../../
|
|
4220
|
+
options?: import("../../sdks/cms/src").TGetPolygonsAtCoordinateOptions;
|
|
4076
4221
|
};
|
|
4077
4222
|
};
|
|
4078
4223
|
CREATE_TOOLTIP: {
|
|
@@ -4080,7 +4225,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4080
4225
|
data: {
|
|
4081
4226
|
nodeOrCoordinate: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
4082
4227
|
contentHtml: string;
|
|
4083
|
-
options?: import("../../
|
|
4228
|
+
options?: import("../../sdks/cms/src").TCreateTooltipOptions;
|
|
4084
4229
|
};
|
|
4085
4230
|
};
|
|
4086
4231
|
CREATE_CUSTOM_TOOLTIP: {
|
|
@@ -4089,7 +4234,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4089
4234
|
nodeOrCoordinate: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
4090
4235
|
contentHtml: string;
|
|
4091
4236
|
selector: string;
|
|
4092
|
-
options?: import("../../
|
|
4237
|
+
options?: import("../../sdks/cms/src").TCreateTooltipCommonOptions;
|
|
4093
4238
|
};
|
|
4094
4239
|
};
|
|
4095
4240
|
REMOVE_TOOLTIP: {
|
|
@@ -4109,6 +4254,18 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4109
4254
|
msgID?: string;
|
|
4110
4255
|
data: null;
|
|
4111
4256
|
};
|
|
4257
|
+
SET_ANTI_ALIAS_CONFIGURATION: {
|
|
4258
|
+
msgID?: string;
|
|
4259
|
+
data: {
|
|
4260
|
+
aaConfig: import("../../sdks/cms/src").TAntialiasConfiguration;
|
|
4261
|
+
};
|
|
4262
|
+
};
|
|
4263
|
+
SET_AMBIENT_OCCLUSION_CONFIGURATION: {
|
|
4264
|
+
msgID?: string;
|
|
4265
|
+
data: {
|
|
4266
|
+
aoConfig: import("../../sdks/cms/src").TAOConfiguration;
|
|
4267
|
+
};
|
|
4268
|
+
};
|
|
4112
4269
|
}>;
|
|
4113
4270
|
/**
|
|
4114
4271
|
* Message received from the other side of the bridge
|
|
@@ -4160,12 +4317,12 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4160
4317
|
}
|
|
4161
4318
|
}
|
|
4162
4319
|
|
|
4163
|
-
declare module '@mappedin/react-native-sdk/
|
|
4320
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.FloatingLabel' {
|
|
4164
4321
|
import './Mappedin.FloatingLabel.scss';
|
|
4165
|
-
import { BaseCollider } from '@mappedin/react-native-sdk/
|
|
4166
|
-
import { TDrawFn } from '@mappedin/react-native-sdk/
|
|
4167
|
-
import type { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
4168
|
-
import type { ICore, ICollider, TColliderStrategy, TColliderPosition } from '@mappedin/react-native-sdk/
|
|
4322
|
+
import { BaseCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4323
|
+
import { TDrawFn } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/shave-text';
|
|
4324
|
+
import type { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4325
|
+
import type { ICore, ICollider, TColliderStrategy, TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4169
4326
|
type TStyle = {
|
|
4170
4327
|
top?: number;
|
|
4171
4328
|
left?: number;
|
|
@@ -4361,15 +4518,15 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
4361
4518
|
export default InternalFloatingLabel;
|
|
4362
4519
|
}
|
|
4363
4520
|
|
|
4364
|
-
declare module '@mappedin/react-native-sdk/
|
|
4365
|
-
import { IStateMachine } from '@mappedin/react-native-sdk/
|
|
4366
|
-
import { E_BLUEDOT_MARKER_STATE, E_BLUEDOT_STATE, E_BLUEDOT_STATE_REASON } from '@mappedin/react-native-sdk/
|
|
4367
|
-
import PositionSmoothing from '@mappedin/react-native-sdk/
|
|
4368
|
-
import { PubSub, IPubSub } from '@mappedin/react-native-sdk/
|
|
4369
|
-
import { MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/
|
|
4370
|
-
import { TGeolocationObject } from '@mappedin/react-native-sdk/
|
|
4371
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
4372
|
-
import { BlueDotManager } from '@mappedin/react-native-sdk/
|
|
4521
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core' {
|
|
4522
|
+
import { IStateMachine } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.StateMachine';
|
|
4523
|
+
import { E_BLUEDOT_MARKER_STATE, E_BLUEDOT_STATE, E_BLUEDOT_STATE_REASON } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
4524
|
+
import PositionSmoothing from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/position-smoothing';
|
|
4525
|
+
import { PubSub, IPubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
4526
|
+
import { MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4527
|
+
import { TGeolocationObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
4528
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4529
|
+
import { BlueDotManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4373
4530
|
export const DEFAULT_BLUE_DOT_COLOR = "#2266ff";
|
|
4374
4531
|
export interface IPositionUpdater extends IPubSub {
|
|
4375
4532
|
/**
|
|
@@ -4526,10 +4683,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
4526
4683
|
export default BlueDot;
|
|
4527
4684
|
}
|
|
4528
4685
|
|
|
4529
|
-
declare module '@mappedin/react-native-sdk/
|
|
4530
|
-
import { MappedinNode, MappedinCoordinate } from '@mappedin/react-native-sdk/
|
|
4531
|
-
import type { ICore, TPathOptions } from '@mappedin/react-native-sdk/
|
|
4532
|
-
import { ANIMATION_TWEENS } from '@mappedin/react-native-sdk/
|
|
4686
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController' {
|
|
4687
|
+
import { MappedinNode, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4688
|
+
import type { ICore, TPathOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4689
|
+
import { ANIMATION_TWEENS } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4533
4690
|
/**
|
|
4534
4691
|
* @hidden
|
|
4535
4692
|
* @internal
|
|
@@ -4658,10 +4815,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
4658
4815
|
export default PathsController;
|
|
4659
4816
|
}
|
|
4660
4817
|
|
|
4661
|
-
declare module '@mappedin/react-native-sdk/
|
|
4818
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip' {
|
|
4662
4819
|
import './Mappedin.SmartTooltip.scss';
|
|
4663
|
-
import { HTMLCollider, COLLISION_RANKING_TIERS } from '@mappedin/react-native-sdk/
|
|
4664
|
-
import type { IHTMLCollider, TColliderPosition, TColliderStrategy } from '@mappedin/react-native-sdk/
|
|
4820
|
+
import { HTMLCollider, COLLISION_RANKING_TIERS } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4821
|
+
import type { IHTMLCollider, TColliderPosition, TColliderStrategy } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4665
4822
|
/**
|
|
4666
4823
|
*
|
|
4667
4824
|
* A Tooltip is an html element that attempts to orient itself around an anchor in 3D space. It will always maintain the same size on the screen, but will attempt to change its orientation based on other colliders in the scene.
|
|
@@ -4761,10 +4918,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
4761
4918
|
export default SmartTooltip;
|
|
4762
4919
|
}
|
|
4763
4920
|
|
|
4764
|
-
declare module '@mappedin/react-native-sdk/
|
|
4921
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/OutdoorViewController' {
|
|
4765
4922
|
import './OutdoorViewController.scss';
|
|
4766
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
4767
|
-
import { XOR } from '@mappedin/react-native-sdk/
|
|
4923
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4924
|
+
import { XOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
4768
4925
|
export type TAttributionPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
4769
4926
|
export type TOutdoorViewControllerOptionsWithHeaders = {
|
|
4770
4927
|
url?: string;
|
|
@@ -4808,9 +4965,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
4808
4965
|
export default OutdoorViewController;
|
|
4809
4966
|
}
|
|
4810
4967
|
|
|
4811
|
-
declare module '@mappedin/react-native-sdk/
|
|
4812
|
-
import type { IBlueDotCore, ICore, TEnableBlueDotOptions } from '@mappedin/react-native-sdk/
|
|
4813
|
-
import { E_BLUEDOT_EVENT_PAYLOAD, E_BLUEDOT_EVENT, PubSub } from '@mappedin/react-native-sdk/
|
|
4968
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BlueDotController' {
|
|
4969
|
+
import type { IBlueDotCore, ICore, TEnableBlueDotOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4970
|
+
import { E_BLUEDOT_EVENT_PAYLOAD, E_BLUEDOT_EVENT, PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4814
4971
|
/**
|
|
4815
4972
|
* @hidden
|
|
4816
4973
|
* @internal
|
|
@@ -4831,12 +4988,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
4831
4988
|
export default BlueDotController;
|
|
4832
4989
|
}
|
|
4833
4990
|
|
|
4834
|
-
declare module '@mappedin/react-native-sdk/
|
|
4835
|
-
import { TJourneyOptions } from '@mappedin/react-native-sdk/
|
|
4836
|
-
import { MappedinDirections } from '@mappedin/react-native-sdk/
|
|
4837
|
-
import { JourneyController } from '@mappedin/react-native-sdk/
|
|
4838
|
-
import { Path } from '@mappedin/react-native-sdk/
|
|
4839
|
-
import
|
|
4991
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Journey' {
|
|
4992
|
+
import { TJourneyOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4993
|
+
import { MappedinDirections } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4994
|
+
import { JourneyController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/JourneyController';
|
|
4995
|
+
import { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
4996
|
+
import type Core from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
4840
4997
|
/**
|
|
4841
4998
|
* API to control drawing a set of directions. See also {@link Paths}.
|
|
4842
4999
|
*/
|
|
@@ -4845,7 +5002,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Jou
|
|
|
4845
5002
|
/**
|
|
4846
5003
|
* @private
|
|
4847
5004
|
*/
|
|
4848
|
-
constructor(core:
|
|
5005
|
+
constructor(core: Core);
|
|
4849
5006
|
/**
|
|
4850
5007
|
* Draw a Journey based on directions. Example usage:
|
|
4851
5008
|
*
|
|
@@ -4929,7 +5086,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Jou
|
|
|
4929
5086
|
export default Journey;
|
|
4930
5087
|
}
|
|
4931
5088
|
|
|
4932
|
-
declare module '@mappedin/react-native-sdk/
|
|
5089
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types' {
|
|
4933
5090
|
export type TGetVenueOptions = {
|
|
4934
5091
|
accessToken?: string;
|
|
4935
5092
|
clientId?: string;
|
|
@@ -4979,15 +5136,15 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.type
|
|
|
4979
5136
|
}
|
|
4980
5137
|
}
|
|
4981
5138
|
|
|
4982
|
-
declare module '@mappedin/react-native-sdk/
|
|
4983
|
-
import { Navigator } from '@mappedin/react-native-sdk/
|
|
4984
|
-
import type { TGetVenueOptions, TGetVenueOptionsInternal } from '@mappedin/react-native-sdk/
|
|
4985
|
-
import type { MappedinNode, MappedinPolygon, MappedinLocation, MappedinCategory, MappedinVortex, MappedinVenue, MappedinTheme, MappedinRankings, MappedinLocationRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinMapGroup, GET_VENUE_PAYLOAD } from '@mappedin/react-native-sdk/
|
|
4986
|
-
import { TAccessors, GET_VENUE_EVENT } from '@mappedin/react-native-sdk/
|
|
4987
|
-
import { IAnalytics } from '@mappedin/react-native-sdk/
|
|
5139
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin' {
|
|
5140
|
+
import { Navigator } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
5141
|
+
import type { TGetVenueOptions, TGetVenueOptionsInternal } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types';
|
|
5142
|
+
import type { MappedinNode, MappedinPolygon, MappedinLocation, MappedinCategory, MappedinVortex, MappedinVenue, MappedinTheme, MappedinRankings, MappedinLocationRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinMapGroup, GET_VENUE_PAYLOAD } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5143
|
+
import { TAccessors, GET_VENUE_EVENT } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5144
|
+
import { IAnalytics } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.CustomerAnalytics';
|
|
4988
5145
|
import { ParsedMVF } from '@mappedin/mvf';
|
|
4989
|
-
import { ParsedMVFv1 } from '@mappedin/react-native-sdk/
|
|
4990
|
-
import { PubSub } from '@mappedin/react-native-sdk/
|
|
5146
|
+
import { ParsedMVFv1 } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.MVF.types';
|
|
5147
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/get-venue/pub-sub.typed';
|
|
4991
5148
|
export const defaultOptions: TGetVenueOptionsInternal & TGetVenueOptions;
|
|
4992
5149
|
export class Mappedin extends PubSub<GET_VENUE_PAYLOAD, GET_VENUE_EVENT> {
|
|
4993
5150
|
#private;
|
|
@@ -5237,7 +5394,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin' {
|
|
|
5237
5394
|
}
|
|
5238
5395
|
}
|
|
5239
5396
|
|
|
5240
|
-
declare module '@mappedin/react-native-sdk/
|
|
5397
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/default-things' {
|
|
5241
5398
|
export const defaultThings: {
|
|
5242
5399
|
venue: string[];
|
|
5243
5400
|
nodes: string[];
|
|
@@ -5252,27 +5409,27 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/default-thing
|
|
|
5252
5409
|
};
|
|
5253
5410
|
}
|
|
5254
5411
|
|
|
5255
|
-
declare module '@mappedin/react-native-sdk/
|
|
5256
|
-
import { MappedinNavigatable } from '@mappedin/react-native-sdk/
|
|
5257
|
-
import { MappedinNode } from '@mappedin/react-native-sdk/
|
|
5258
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
5259
|
-
import { MappedinLocation } from '@mappedin/react-native-sdk/
|
|
5260
|
-
import { MappedinCategory } from '@mappedin/react-native-sdk/
|
|
5261
|
-
import { MappedinDirections } from '@mappedin/react-native-sdk/
|
|
5262
|
-
import { MappedinDestinationSet } from '@mappedin/react-native-sdk/
|
|
5263
|
-
import { MappedinVortex } from '@mappedin/react-native-sdk/
|
|
5264
|
-
import { MappedinVenue } from '@mappedin/react-native-sdk/
|
|
5265
|
-
import { MappedinTheme } from '@mappedin/react-native-sdk/
|
|
5266
|
-
import { MappedinRankings } from '@mappedin/react-native-sdk/
|
|
5267
|
-
import { MappedinLocationRankings } from '@mappedin/react-native-sdk/
|
|
5268
|
-
import { MappedinEvent } from '@mappedin/react-native-sdk/
|
|
5269
|
-
import { MappedinLocationState } from '@mappedin/react-native-sdk/
|
|
5270
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
5271
|
-
import { MappedinCoordinate } from '@mappedin/react-native-sdk/
|
|
5272
|
-
import { MappedinMapGroup } from '@mappedin/react-native-sdk/
|
|
5412
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/internal' {
|
|
5413
|
+
import { MappedinNavigatable } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNavigatable';
|
|
5414
|
+
import { MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNode';
|
|
5415
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinPolygon';
|
|
5416
|
+
import { MappedinLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocation';
|
|
5417
|
+
import { MappedinCategory } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCategory';
|
|
5418
|
+
import { MappedinDirections } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDirections';
|
|
5419
|
+
import { MappedinDestinationSet } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDestinationSet';
|
|
5420
|
+
import { MappedinVortex } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVortex';
|
|
5421
|
+
import { MappedinVenue } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVenue';
|
|
5422
|
+
import { MappedinTheme } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinTheme';
|
|
5423
|
+
import { MappedinRankings } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinRankings';
|
|
5424
|
+
import { MappedinLocationRankings } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationRankings';
|
|
5425
|
+
import { MappedinEvent } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinEvent';
|
|
5426
|
+
import { MappedinLocationState } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationState';
|
|
5427
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMap';
|
|
5428
|
+
import { MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCoordinate';
|
|
5429
|
+
import { MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMapGroup';
|
|
5273
5430
|
export { MappedinNavigatable, MappedinNode, MappedinPolygon, MappedinLocation, MappedinCategory, MappedinDirections, MappedinDestinationSet, MappedinVortex, MappedinVenue, MappedinTheme, MappedinRankings, MappedinLocationRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinCoordinate, MappedinMapGroup, };
|
|
5274
|
-
export * from '@mappedin/react-native-sdk/
|
|
5275
|
-
export { default as MappedinCache } from '@mappedin/react-native-sdk/
|
|
5431
|
+
export * from '@mappedin/react-native-sdk/sdks/packages/get-venue/utils';
|
|
5432
|
+
export { default as MappedinCache } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.cache';
|
|
5276
5433
|
export enum MappedinCollectionType {
|
|
5277
5434
|
CATEGORY = "categories",
|
|
5278
5435
|
EVENT = "events",
|
|
@@ -5308,7 +5465,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/internal' {
|
|
|
5308
5465
|
rankings: typeof MappedinRankings;
|
|
5309
5466
|
};
|
|
5310
5467
|
export type TTHINGS = keyof typeof THINGS;
|
|
5311
|
-
export type { TDirectionToOptions } from '@mappedin/react-native-sdk/
|
|
5468
|
+
export type { TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNavigatable';
|
|
5312
5469
|
export enum GET_VENUE_EVENT {
|
|
5313
5470
|
LANGUAGE_CHANGED = 0
|
|
5314
5471
|
}
|
|
@@ -5318,11 +5475,11 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/internal' {
|
|
|
5318
5475
|
code: string;
|
|
5319
5476
|
};
|
|
5320
5477
|
};
|
|
5321
|
-
export { Mappedin } from '@mappedin/react-native-sdk/
|
|
5478
|
+
export { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin';
|
|
5322
5479
|
}
|
|
5323
5480
|
|
|
5324
|
-
declare module '@mappedin/react-native-sdk/
|
|
5325
|
-
import { MappedinNavigatable, MappedinLocation, MappedinCategory } from '@mappedin/react-native-sdk/
|
|
5481
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.CustomerAnalytics' {
|
|
5482
|
+
import { MappedinNavigatable, MappedinLocation, MappedinCategory } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5326
5483
|
type AnalyticsUserPosition = {
|
|
5327
5484
|
bluedotTimestamp: number;
|
|
5328
5485
|
latitude: number;
|
|
@@ -5465,10 +5622,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Cust
|
|
|
5465
5622
|
export default Analytics;
|
|
5466
5623
|
}
|
|
5467
5624
|
|
|
5468
|
-
declare module '@mappedin/react-native-sdk/
|
|
5469
|
-
import { IDirectionsResult } from '@mappedin/react-native-sdk/
|
|
5470
|
-
import { ACTION_TYPE, BEARING_TYPE } from '@mappedin/react-native-sdk/
|
|
5471
|
-
import type { MappedinNode, MappedinVortex, MappedinMap, Mappedin } from '@mappedin/react-native-sdk/
|
|
5625
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDirections' {
|
|
5626
|
+
import { IDirectionsResult } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
5627
|
+
import { ACTION_TYPE, BEARING_TYPE } from '@mappedin/react-native-sdk/sdks/packages/navigator/Directive';
|
|
5628
|
+
import type { MappedinNode, MappedinVortex, MappedinMap, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5472
5629
|
export interface IActionDeparture {
|
|
5473
5630
|
type: ACTION_TYPE.DEPARTURE;
|
|
5474
5631
|
}
|
|
@@ -5509,20 +5666,26 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinDirec
|
|
|
5509
5666
|
export class MappedinDirections {
|
|
5510
5667
|
#private;
|
|
5511
5668
|
/**
|
|
5512
|
-
* Total Distance
|
|
5669
|
+
* Total Distance in meters of the path.
|
|
5513
5670
|
*/
|
|
5514
5671
|
distance: number;
|
|
5672
|
+
/**
|
|
5673
|
+
* The path as an array of {@link MappedinNode}
|
|
5674
|
+
*/
|
|
5515
5675
|
path: MappedinNode[];
|
|
5676
|
+
/**
|
|
5677
|
+
* An array of {@link MappedinDirective} that contains the instructions to get to the destination, which can be used for text based directions.
|
|
5678
|
+
*/
|
|
5516
5679
|
instructions: TMappedinDirective[];
|
|
5517
5680
|
constructor(mappedin: Mappedin, directions: IDirectionsResult);
|
|
5518
5681
|
toJSON(): IDirectionsResult;
|
|
5519
5682
|
}
|
|
5520
5683
|
}
|
|
5521
5684
|
|
|
5522
|
-
declare module '@mappedin/react-native-sdk/
|
|
5523
|
-
import type { TLocation, TColor, TGalleryImage, TLogo, TOpeningHours, TPhone, TPicture, TSiblingGroup, TSocial } from '@mappedin/react-native-sdk/
|
|
5524
|
-
import type { MappedinNode, MappedinPolygon, MappedinCategory, MappedinLocationState, Mappedin } from '@mappedin/react-native-sdk/
|
|
5525
|
-
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, TDirectionToOptions } from '@mappedin/react-native-sdk/
|
|
5685
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocation' {
|
|
5686
|
+
import type { TLocation, TColor, TGalleryImage, TLogo, TOpeningHours, TPhone, TPicture, TSiblingGroup, TSocial } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
5687
|
+
import type { MappedinNode, MappedinPolygon, MappedinCategory, MappedinLocationState, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5688
|
+
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5526
5689
|
export function getCurrentLocationState(location: MappedinLocation, states: MappedinLocationState[], date?: Date): MappedinLocationState | undefined;
|
|
5527
5690
|
export type TOperationHoursMap = {
|
|
5528
5691
|
[key in string]: TOpeningHours[];
|
|
@@ -5627,9 +5790,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinLocat
|
|
|
5627
5790
|
}
|
|
5628
5791
|
}
|
|
5629
5792
|
|
|
5630
|
-
declare module '@mappedin/react-native-sdk/
|
|
5631
|
-
import { MappedinNode, Mappedin } from '@mappedin/react-native-sdk/
|
|
5632
|
-
import type { MappedinMap } from '@mappedin/react-native-sdk/
|
|
5793
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCoordinate' {
|
|
5794
|
+
import { MappedinNode, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5795
|
+
import type { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5633
5796
|
export type TMappedinCoordinateOptions = {
|
|
5634
5797
|
map: MappedinMap;
|
|
5635
5798
|
mappedin: Mappedin;
|
|
@@ -5702,9 +5865,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinCoord
|
|
|
5702
5865
|
}
|
|
5703
5866
|
}
|
|
5704
5867
|
|
|
5705
|
-
declare module '@mappedin/react-native-sdk/
|
|
5868
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.OfflineSearch' {
|
|
5706
5869
|
import type { SearchOptions } from 'minisearch';
|
|
5707
|
-
import { MappedinLocation, MappedinCategory, Mappedin } from '@mappedin/react-native-sdk/
|
|
5870
|
+
import { MappedinLocation, MappedinCategory, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5708
5871
|
export const removeAccents: (it: string) => string;
|
|
5709
5872
|
export function tokenizeAndCaptureDelimiters(text: string): string[];
|
|
5710
5873
|
export type { SearchOptions };
|
|
@@ -5924,7 +6087,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Offl
|
|
|
5924
6087
|
}
|
|
5925
6088
|
}
|
|
5926
6089
|
|
|
5927
|
-
declare module '@mappedin/react-native-sdk/
|
|
6090
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types' {
|
|
5928
6091
|
/**
|
|
5929
6092
|
* This file contains the API types for MappedinSDK - before they get turned into Classes
|
|
5930
6093
|
*/
|
|
@@ -6136,10 +6299,11 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.API.
|
|
|
6136
6299
|
};
|
|
6137
6300
|
}
|
|
6138
6301
|
|
|
6139
|
-
declare module '@mappedin/react-native-sdk/
|
|
6140
|
-
import { TAddFlatLabelOptions, TFlatLabelAllLocationsOptions, TFlatLabelAppearance, ICore } from '@mappedin/react-native-sdk/
|
|
6141
|
-
import { FlatLabel } from '@mappedin/react-native-sdk/
|
|
6142
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
6302
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FlatLabelsController' {
|
|
6303
|
+
import { TAddFlatLabelOptions, TFlatLabelAllLocationsOptions, TFlatLabelAppearance, ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6304
|
+
import { FlatLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6305
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6306
|
+
export const LABEL_ALL_LOCATIONS_WARNING = "Adding or removing individual labels after calling labelAllLocations() may cause unexpected behaviour. We recommend adding all labels individually if more specific control is desired. https://developer.mappedin.com/web-sdk-api/v5/latest/classes/flatlabels#add";
|
|
6143
6307
|
export type FlatLabelRenderObject = TAddFlatLabelOptions & {
|
|
6144
6308
|
polygon: MappedinPolygon;
|
|
6145
6309
|
text: string;
|
|
@@ -6158,7 +6322,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6158
6322
|
labeledPolygons: {};
|
|
6159
6323
|
labelAllLocations(options?: TFlatLabelAllLocationsOptions): FlatLabel[];
|
|
6160
6324
|
labelPolygon(polygonOrPolygonId: MappedinPolygon | MappedinPolygon['id'], text: string, options?: TAddFlatLabelOptions): any;
|
|
6161
|
-
removeLabel(polygonOrPolygonId: MappedinPolygon | MappedinPolygon['id']
|
|
6325
|
+
removeLabel(polygonOrPolygonId: MappedinPolygon | MappedinPolygon['id'], { warnOnLabelAllLocations }?: {
|
|
6326
|
+
warnOnLabelAllLocations?: boolean;
|
|
6327
|
+
}): void;
|
|
6162
6328
|
setAppearance(polygon: MappedinPolygon, appearance: TFlatLabelAppearance): void;
|
|
6163
6329
|
setHoverColorForAll(color: string): void;
|
|
6164
6330
|
removeAllLabels(): void;
|
|
@@ -6166,10 +6332,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6166
6332
|
export default FlatLabelsController;
|
|
6167
6333
|
}
|
|
6168
6334
|
|
|
6169
|
-
declare module '@mappedin/react-native-sdk/
|
|
6170
|
-
import { InternalFloatingLabel } from '@mappedin/react-native-sdk/
|
|
6171
|
-
import type { ICore, TFloatingLabelAllLocationsOptions, TAddFloatingLabelOptions, TFloatingLabelAppearance } from '@mappedin/react-native-sdk/
|
|
6172
|
-
import { MappedinPolygon, MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/
|
|
6335
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FloatingLabelsController' {
|
|
6336
|
+
import { InternalFloatingLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6337
|
+
import type { ICore, TFloatingLabelAllLocationsOptions, TAddFloatingLabelOptions, TFloatingLabelAppearance } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6338
|
+
import { MappedinPolygon, MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6173
6339
|
/**
|
|
6174
6340
|
* A floating label that is attached to a node or coordinate on the map.
|
|
6175
6341
|
*/
|
|
@@ -6235,11 +6401,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6235
6401
|
export default FloatingLabelsController;
|
|
6236
6402
|
}
|
|
6237
6403
|
|
|
6238
|
-
declare module '@mappedin/react-native-sdk/
|
|
6239
|
-
import Edge from '@mappedin/react-native-sdk/
|
|
6240
|
-
import IMap from '@mappedin/react-native-sdk/
|
|
6241
|
-
import INode from '@mappedin/react-native-sdk/
|
|
6242
|
-
import IVortex from '@mappedin/react-native-sdk/
|
|
6404
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/NavigationGraph' {
|
|
6405
|
+
import Edge from '@mappedin/react-native-sdk/sdks/packages/navigator/Edge';
|
|
6406
|
+
import IMap from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap';
|
|
6407
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
6408
|
+
import IVortex from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex';
|
|
6243
6409
|
export function getMapScale(map: IMap): number;
|
|
6244
6410
|
export function getAngle(origin: INode, destination: INode): number;
|
|
6245
6411
|
class NavigationGraph {
|
|
@@ -6282,15 +6448,15 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/NavigationGra
|
|
|
6282
6448
|
export default NavigationGraph;
|
|
6283
6449
|
}
|
|
6284
6450
|
|
|
6285
|
-
declare module '@mappedin/react-native-sdk/
|
|
6286
|
-
import Directive from '@mappedin/react-native-sdk/
|
|
6287
|
-
import Edge from '@mappedin/react-native-sdk/
|
|
6288
|
-
import { TCoordinate } from '@mappedin/react-native-sdk/
|
|
6289
|
-
import ILocation from '@mappedin/react-native-sdk/
|
|
6290
|
-
import IMap from '@mappedin/react-native-sdk/
|
|
6291
|
-
import INode from '@mappedin/react-native-sdk/
|
|
6292
|
-
import IPolygon from '@mappedin/react-native-sdk/
|
|
6293
|
-
import IVortex from '@mappedin/react-native-sdk/
|
|
6451
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator' {
|
|
6452
|
+
import Directive from '@mappedin/react-native-sdk/sdks/packages/navigator/Directive';
|
|
6453
|
+
import Edge from '@mappedin/react-native-sdk/sdks/packages/navigator/Edge';
|
|
6454
|
+
import { TCoordinate } from '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator.utils';
|
|
6455
|
+
import ILocation from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/ILocation';
|
|
6456
|
+
import IMap from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap';
|
|
6457
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
6458
|
+
import IPolygon from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IPolygon';
|
|
6459
|
+
import IVortex from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex';
|
|
6294
6460
|
export enum E_MESSAGES {
|
|
6295
6461
|
NO_VALID_PATH = "No Valid Path Available"
|
|
6296
6462
|
}
|
|
@@ -6360,10 +6526,10 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Navigator' {
|
|
|
6360
6526
|
export default Navigator;
|
|
6361
6527
|
}
|
|
6362
6528
|
|
|
6363
|
-
declare module '@mappedin/react-native-sdk/
|
|
6364
|
-
import ILocation from '@mappedin/react-native-sdk/
|
|
6365
|
-
import IMap from '@mappedin/react-native-sdk/
|
|
6366
|
-
import INode from '@mappedin/react-native-sdk/
|
|
6529
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Directive' {
|
|
6530
|
+
import ILocation from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/ILocation';
|
|
6531
|
+
import IMap from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap';
|
|
6532
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
6367
6533
|
export enum ACTION_TYPE {
|
|
6368
6534
|
DEPARTURE = "Departure",
|
|
6369
6535
|
TAKEVORTEX = "TakeVortex",
|
|
@@ -6424,7 +6590,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Directive' {
|
|
|
6424
6590
|
export default Directive;
|
|
6425
6591
|
}
|
|
6426
6592
|
|
|
6427
|
-
declare module '@mappedin/react-native-sdk/
|
|
6593
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/common/Mappedin.Logger' {
|
|
6428
6594
|
export const MI_DEBUG_KEY = "mi-debug";
|
|
6429
6595
|
export enum E_SDK_LOG_LEVEL {
|
|
6430
6596
|
LOG = 0,
|
|
@@ -6445,25 +6611,26 @@ declare module '@mappedin/react-native-sdk/core/common/Mappedin.Logger' {
|
|
|
6445
6611
|
export default Logger;
|
|
6446
6612
|
}
|
|
6447
6613
|
|
|
6448
|
-
declare module '@mappedin/react-native-sdk/
|
|
6614
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal' {
|
|
6449
6615
|
import { Texture } from 'three';
|
|
6450
|
-
import { STATE } from '@mappedin/react-native-sdk/
|
|
6451
|
-
import { TMapClickEvent } from '@mappedin/react-native-sdk/
|
|
6452
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
6453
|
-
|
|
6454
|
-
export
|
|
6455
|
-
export {
|
|
6456
|
-
export {
|
|
6457
|
-
export {
|
|
6458
|
-
export { default as
|
|
6459
|
-
export {
|
|
6460
|
-
export {
|
|
6461
|
-
export { default as
|
|
6462
|
-
export {
|
|
6463
|
-
export {
|
|
6464
|
-
export { default as
|
|
6465
|
-
export { default as
|
|
6466
|
-
export {
|
|
6616
|
+
import { STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
6617
|
+
import { TMapClickEvent } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6618
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6619
|
+
import { Vector3 } from '@mappedin/mvf';
|
|
6620
|
+
export { MappedinMap, Mappedin, MappedinCoordinate, MappedinPolygon, MappedinNode, MappedinLocation, MappedinVenue, } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6621
|
+
export type { TEnableBlueDotOptions, TFloatingLabelAppearance, TGeolocationObject, TPathOptions, TConnectionProps, TConnectionTemplateFn, TMarkerTemplateProps, TMarkerTemplateFn, TJourneyOptions, TPadding, TCreateMarkerOptions, TAnimationOptions, TCreateTooltipInternalOptions, TCreateTooltipCommonOptions, TCreateTooltipOptions, TCreateTextTooltipOptions, TCreateCustomInnerHTMLTooltipOptions, TCreateCustomTooltipOptions, TCreateThreeDMarkerOptions, TGetPolygonsAtCoordinateOptions, TMapViewOptions, TMapViewOptionsLegacy, TFlatLabelOptions, TFlatLabelAppearance, TFloatingLabelPolygonOptions, TAddFlatLabelOptions, TAddFloatingLabelOptions, TLabelAllLocationCommonOptions, TLabelAllLocationFloatingLabelOptions, TLabelAllLocationFlatLabelOptions, TFloatingLabelAllLocationsOptions, TFlatLabelAllLocationsOptions, changeListenerFn, TMapClickEvent, E_SDK_EVENT_PAYLOAD, E_BLUEDOT_EVENT_PAYLOAD, CAMERA_EVENT_PAYLOAD, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6622
|
+
export { labelThemes } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6623
|
+
export { GEOLOCATION_STATUS, COLLISION_RANKING_TIERS, E_BLUEDOT_STATE_REASON, E_BLUEDOT_STATE, E_BLUEDOT_MARKER_STATE, STATE, MARKER_ANCHOR, E_SDK_EVENT, E_BLUEDOT_EVENT, E_CAMERA_EVENT, E_CAMERA_DIRECTION, SAFE_AREA_INSET_TYPE, CAMERA_EASING_MODE, MAP_RENDER_MODE, ANIMATION_TWEENS, STACKED_MAPS_STATE, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
6624
|
+
export { default as JSONSceneLoader } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/json-scene-loader';
|
|
6625
|
+
export { default as RENDER } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.RenderTasks';
|
|
6626
|
+
export { FrameUpdate, FrameTask, TaskScheduler } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.TaskScheduler';
|
|
6627
|
+
export { default as SceneManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.SceneManager';
|
|
6628
|
+
export { default as DynamicFocusSceneManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.DynamicFocusSceneManager';
|
|
6629
|
+
export { PubSub } from '@mappedin/react-native-sdk/sdks/packages/get-venue/pub-sub.typed';
|
|
6630
|
+
export { default as MapObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
6631
|
+
export { default as CAMERA_LAYER } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.CameraLayers';
|
|
6632
|
+
export { default as AssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager';
|
|
6633
|
+
export { BundleAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/bundle-asset-manager';
|
|
6467
6634
|
/**
|
|
6468
6635
|
* Internal Events and Payloads
|
|
6469
6636
|
*/
|
|
@@ -6500,7 +6667,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal' {
|
|
|
6500
6667
|
JOURNEY_CREATED = 29,
|
|
6501
6668
|
JOURNEY_DESTROYED = 30,
|
|
6502
6669
|
OUTDOOR_VIEW_LOADED = 31,
|
|
6503
|
-
LAYER_VISIBILITY_CHANGED = 32
|
|
6670
|
+
LAYER_VISIBILITY_CHANGED = 32,
|
|
6671
|
+
USER_INTERACTION_START = 33,
|
|
6672
|
+
USER_INTERACTION_END = 34
|
|
6504
6673
|
}
|
|
6505
6674
|
export type INTERNAL_EVENT_PAYLOAD = {
|
|
6506
6675
|
[INTERNAL_EVENT.SET_SCENE_START]: undefined;
|
|
@@ -6514,7 +6683,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal' {
|
|
|
6514
6683
|
[INTERNAL_EVENT.SET_SCENE]: {
|
|
6515
6684
|
context?: string;
|
|
6516
6685
|
};
|
|
6517
|
-
[INTERNAL_EVENT.CAMERA_MOVING]:
|
|
6686
|
+
[INTERNAL_EVENT.CAMERA_MOVING]: {
|
|
6687
|
+
position: Vector3;
|
|
6688
|
+
tilt: number;
|
|
6689
|
+
rotation: number;
|
|
6690
|
+
zoom: number;
|
|
6691
|
+
};
|
|
6518
6692
|
[INTERNAL_EVENT.SET_BLUE_DOT_SIZE_FROM_ZOOM]: number;
|
|
6519
6693
|
[INTERNAL_EVENT.PUBLISH_BLUE_DOT]: undefined;
|
|
6520
6694
|
[INTERNAL_EVENT.CLEAR_MOUSE]: undefined;
|
|
@@ -6537,113 +6711,118 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal' {
|
|
|
6537
6711
|
[INTERNAL_EVENT.FOCUSON_BEGIN]: undefined;
|
|
6538
6712
|
[INTERNAL_EVENT.USER_HANDS_ON]: undefined;
|
|
6539
6713
|
[INTERNAL_EVENT.USER_HANDS_OFF]: undefined;
|
|
6714
|
+
[INTERNAL_EVENT.USER_INTERACTION_START]: undefined;
|
|
6715
|
+
[INTERNAL_EVENT.USER_INTERACTION_END]: undefined;
|
|
6540
6716
|
[INTERNAL_EVENT.USER_PAN]: undefined;
|
|
6541
6717
|
[INTERNAL_EVENT.USER_TILT]: undefined;
|
|
6542
6718
|
[INTERNAL_EVENT.LAYER_VISIBILITY_CHANGED]: MappedinMap;
|
|
6543
6719
|
[INTERNAL_EVENT.JOURNEY_CREATED]: undefined;
|
|
6544
6720
|
[INTERNAL_EVENT.JOURNEY_DESTROYED]: undefined;
|
|
6545
6721
|
[INTERNAL_EVENT.SCENE_VISIBLITY_CHANGED]: undefined;
|
|
6722
|
+
[INTERNAL_EVENT.USER_INTERACTION_START]: undefined;
|
|
6723
|
+
[INTERNAL_EVENT.USER_INTERACTION_END]: undefined;
|
|
6546
6724
|
};
|
|
6547
6725
|
/**
|
|
6548
6726
|
* Factories
|
|
6549
6727
|
*/
|
|
6550
|
-
export { Atlas, FlatLabel } from '@mappedin/react-native-sdk/
|
|
6551
|
-
export { default as HoverLabel } from '@mappedin/react-native-sdk/
|
|
6552
|
-
export { default as BaseCollider } from '@mappedin/react-native-sdk/
|
|
6553
|
-
export { default as InternalFloatingLabel } from '@mappedin/react-native-sdk/
|
|
6554
|
-
export { default as HTMLCollider } from '@mappedin/react-native-sdk/
|
|
6555
|
-
export { Marker } from '@mappedin/react-native-sdk/
|
|
6556
|
-
export { default as SmartTooltip } from '@mappedin/react-native-sdk/
|
|
6557
|
-
export { default as InternalMarker } from '@mappedin/react-native-sdk/
|
|
6558
|
-
export { ThreeJSMarkerHandle } from '@mappedin/react-native-sdk/
|
|
6559
|
-
export { default as MapViewScene } from '@mappedin/react-native-sdk/
|
|
6560
|
-
export { default as MapViewStackScene } from '@mappedin/react-native-sdk/
|
|
6561
|
-
export { default as Element } from '@mappedin/react-native-sdk/
|
|
6562
|
-
export { default as FlippableImage } from '@mappedin/react-native-sdk/
|
|
6563
|
-
export { default as Building } from '@mappedin/react-native-sdk/
|
|
6564
|
-
export { default as DynamicFocusScene } from '@mappedin/react-native-sdk/
|
|
6728
|
+
export { Atlas, FlatLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.LabelAtlas.js';
|
|
6729
|
+
export { default as HoverLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HoverLabel';
|
|
6730
|
+
export { default as BaseCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6731
|
+
export { default as InternalFloatingLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.FloatingLabel';
|
|
6732
|
+
export { default as HTMLCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HTMLCollider';
|
|
6733
|
+
export { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
6734
|
+
export { default as SmartTooltip } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip';
|
|
6735
|
+
export { default as InternalMarker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Marker';
|
|
6736
|
+
export { ThreeJSMarkerHandle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
6737
|
+
export { default as MapViewScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.Scene';
|
|
6738
|
+
export { default as MapViewStackScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.StackScene';
|
|
6739
|
+
export { default as Element } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Element';
|
|
6740
|
+
export { default as FlippableImage } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.FlippableImage';
|
|
6741
|
+
export { default as Building } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/building';
|
|
6742
|
+
export { default as DynamicFocusScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-scene';
|
|
6565
6743
|
/**
|
|
6566
6744
|
* Controllers/Managers
|
|
6567
6745
|
*/
|
|
6568
|
-
export { default as PathsController, Path } from '@mappedin/react-native-sdk/
|
|
6569
|
-
export { default as FloatingLabelsController } from '@mappedin/react-native-sdk/
|
|
6570
|
-
export { default as FlatLabelsController } from '@mappedin/react-native-sdk/
|
|
6571
|
-
export { default as PolygonColorsController } from '@mappedin/react-native-sdk/
|
|
6572
|
-
export { default as PolygonHoverColorsController } from '@mappedin/react-native-sdk/
|
|
6573
|
-
export { default as MarkersController } from '@mappedin/react-native-sdk/
|
|
6574
|
-
export { default as PolygonInteractionController } from '@mappedin/react-native-sdk/
|
|
6575
|
-
export { default as TooltipsController } from '@mappedin/react-native-sdk/
|
|
6576
|
-
export { default as PolygonStatesController } from '@mappedin/react-native-sdk/
|
|
6577
|
-
export { default as PolygonImagesController } from '@mappedin/react-native-sdk/
|
|
6578
|
-
export { default as ThreeDMarkersController } from '@mappedin/react-native-sdk/
|
|
6579
|
-
export { default as BlueDotController } from '@mappedin/react-native-sdk/
|
|
6580
|
-
export { default as BlueDotManager } from '@mappedin/react-native-sdk/
|
|
6581
|
-
export { default as CameraController } from '@mappedin/react-native-sdk/
|
|
6582
|
-
export { default as EventSystem } from '@mappedin/react-native-sdk/
|
|
6583
|
-
export { default as ClosedPolygonManager } from '@mappedin/react-native-sdk/
|
|
6584
|
-
export { default as BinaryAssetManager } from '@mappedin/react-native-sdk/
|
|
6585
|
-
export { default as SmartCollisionEngine } from '@mappedin/react-native-sdk/
|
|
6586
|
-
export { default as BillboardManager } from '@mappedin/react-native-sdk/
|
|
6587
|
-
export { default as StackedMapsController } from '@mappedin/react-native-sdk/
|
|
6588
|
-
export { MultiBufferRenderer } from '@mappedin/react-native-sdk/
|
|
6589
|
-
export { JourneyController } from '@mappedin/react-native-sdk/
|
|
6590
|
-
export { default as OutdoorViewController } from '@mappedin/react-native-sdk/
|
|
6591
|
-
export { default as ExportController } from '@mappedin/react-native-sdk/
|
|
6592
|
-
export { default as WatermarkController } from '@mappedin/react-native-sdk/
|
|
6593
|
-
export { default as LayerController } from '@mappedin/react-native-sdk/
|
|
6746
|
+
export { default as PathsController, Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
6747
|
+
export { default as FloatingLabelsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FloatingLabelsController';
|
|
6748
|
+
export { default as FlatLabelsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FlatLabelsController';
|
|
6749
|
+
export { default as PolygonColorsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonColorsController';
|
|
6750
|
+
export { default as PolygonHoverColorsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonHoverColorsController';
|
|
6751
|
+
export { default as MarkersController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
6752
|
+
export { default as PolygonInteractionController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonInteractionController';
|
|
6753
|
+
export { default as TooltipsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/TooltipsController';
|
|
6754
|
+
export { default as PolygonStatesController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonStatesController';
|
|
6755
|
+
export { default as PolygonImagesController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonImagesController';
|
|
6756
|
+
export { default as ThreeDMarkersController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ThreeDMarkersController';
|
|
6757
|
+
export { default as BlueDotController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BlueDotController';
|
|
6758
|
+
export { default as BlueDotManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/blue-dot-manager';
|
|
6759
|
+
export { default as CameraController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
6760
|
+
export { default as EventSystem } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/EventSystem';
|
|
6761
|
+
export { default as ClosedPolygonManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.ClosedPolygonManager';
|
|
6762
|
+
export { default as BinaryAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BinaryAssetManager';
|
|
6763
|
+
export { default as SmartCollisionEngine } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
6764
|
+
export { default as BillboardManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BillboardManager';
|
|
6765
|
+
export { default as StackedMapsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/StackedMapsController';
|
|
6766
|
+
export { MultiBufferRenderer } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Renderer';
|
|
6767
|
+
export { JourneyController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/JourneyController';
|
|
6768
|
+
export { default as OutdoorViewController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/OutdoorViewController';
|
|
6769
|
+
export { default as ExportController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ExportController';
|
|
6770
|
+
export { default as WatermarkController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/WatermarkController';
|
|
6771
|
+
export { default as LayerController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/LayerController';
|
|
6594
6772
|
/**
|
|
6595
6773
|
* Types
|
|
6596
6774
|
*/
|
|
6597
|
-
export type { TSceneTransitionOptions } from '@mappedin/react-native-sdk/
|
|
6598
|
-
export type { IPositionUpdater, IBlueDotCore } from '@mappedin/react-native-sdk/
|
|
6599
|
-
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraAnimationOptions, } from '@mappedin/react-native-sdk/
|
|
6600
|
-
export type { TColliderPosition } from '@mappedin/react-native-sdk/
|
|
6601
|
-
export type { ICollider, TColliderStrategy } from '@mappedin/react-native-sdk/
|
|
6602
|
-
export { EColliderAction } from '@mappedin/react-native-sdk/
|
|
6603
|
-
export type { IHTMLCollider } from '@mappedin/react-native-sdk/
|
|
6604
|
-
export { COLLIDER_STRATEGY_LOW_PRIORITY } from '@mappedin/react-native-sdk/
|
|
6605
|
-
export { default as BlueDotCore } from '@mappedin/react-native-sdk/
|
|
6606
|
-
export { default as BlueDotUI } from '@mappedin/react-native-sdk/
|
|
6607
|
-
export { default as CameraControls } from '@mappedin/react-native-sdk/
|
|
6608
|
-
export { default as Renderer } from '@mappedin/react-native-sdk/
|
|
6609
|
-
export { determineStartingMap, getObject, getObjectId } from '@mappedin/react-native-sdk/
|
|
6610
|
-
export { default as MapManager } from '@mappedin/react-native-sdk/
|
|
6611
|
-
export { default as DebugUI } from '@mappedin/react-native-sdk/
|
|
6612
|
-
export { DebugUIScalarSlider, DebugUIColorPicker } from '@mappedin/react-native-sdk/
|
|
6613
|
-
export type { Collider, ColliderQuadTree } from '@mappedin/react-native-sdk/
|
|
6614
|
-
export { MapView } from '@mappedin/react-native-sdk/
|
|
6615
|
-
export {
|
|
6616
|
-
export {
|
|
6617
|
-
export {
|
|
6618
|
-
export
|
|
6619
|
-
|
|
6620
|
-
}
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
import {
|
|
6625
|
-
import {
|
|
6626
|
-
import
|
|
6627
|
-
|
|
6628
|
-
export
|
|
6629
|
-
export type {
|
|
6630
|
-
export type {
|
|
6631
|
-
export {
|
|
6632
|
-
export
|
|
6775
|
+
export type { TSceneTransitionOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.SceneManager';
|
|
6776
|
+
export type { IPositionUpdater, IBlueDotCore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core';
|
|
6777
|
+
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraAnimationOptions, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
6778
|
+
export type { TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6779
|
+
export type { ICollider, TColliderStrategy } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6780
|
+
export { EColliderAction } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6781
|
+
export type { IHTMLCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HTMLCollider';
|
|
6782
|
+
export { COLLIDER_STRATEGY_LOW_PRIORITY } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
6783
|
+
export { default as BlueDotCore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core';
|
|
6784
|
+
export { default as BlueDotUI } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.ui';
|
|
6785
|
+
export { default as CameraControls } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.CameraControls.js';
|
|
6786
|
+
export { default as Renderer } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Renderer.js';
|
|
6787
|
+
export { determineStartingMap, getObject, getObjectId } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/utils';
|
|
6788
|
+
export { default as MapManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapManager';
|
|
6789
|
+
export { default as DebugUI } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.DebugUI';
|
|
6790
|
+
export { DebugUIScalarSlider, DebugUIColorPicker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.DebugUIControl';
|
|
6791
|
+
export type { Collider, ColliderQuadTree } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
6792
|
+
export { MapView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView';
|
|
6793
|
+
export { default as Logger } from '@mappedin/react-native-sdk/sdks/packages/common/Mappedin.Logger';
|
|
6794
|
+
export { TileManager, TILE_COLOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6795
|
+
export type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
6796
|
+
export * from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
6797
|
+
const setAssetManager: any;
|
|
6798
|
+
export { setAssetManager };
|
|
6799
|
+
}
|
|
6800
|
+
|
|
6801
|
+
declare module '@mappedin/react-native-sdk/sdks/cms/src' {
|
|
6802
|
+
import { MapView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView';
|
|
6803
|
+
import { getVenue, getVenueMVF, getVenueBundle, getVenueMaker, Mappedin, downloadBundle, getVenueBundleURL, downloadVenueBundleMVF, MappedinDestinationSet, MappedinMap, TGetVenueBundleOptions, TGetVenueOptions, hydrateVenue, GET_VENUE_EVENT } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6804
|
+
import { PositionUpdater } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core';
|
|
6805
|
+
import type { TMapViewOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6806
|
+
export { E_SDK_LOG_LEVEL, setLoggerLevel } from '@mappedin/react-native-sdk/sdks/packages/common/Mappedin.Logger';
|
|
6807
|
+
export type { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
6808
|
+
export type { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
6809
|
+
export type { FloatingLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FloatingLabelsController';
|
|
6810
|
+
export { BEARING_TYPE, ACTION_TYPE } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
6811
|
+
export type { IDirectionsResult, TSimplifyDirectionsOptions, E_MESSAGES as E_GET_DIRECTIONS_MESSAGES, } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
6633
6812
|
/**
|
|
6634
6813
|
* APIs for TypeDoc
|
|
6635
6814
|
*/
|
|
6636
|
-
export type { IFlatLabels, FlatLabels } from '@mappedin/react-native-sdk/
|
|
6637
|
-
export type { IFloatingLabels, FloatingLabels } from '@mappedin/react-native-sdk/
|
|
6638
|
-
export type { Camera } from '@mappedin/react-native-sdk/
|
|
6639
|
-
export type { BlueDot } from '@mappedin/react-native-sdk/
|
|
6640
|
-
export type { Markers } from '@mappedin/react-native-sdk/
|
|
6641
|
-
export type { Paths } from '@mappedin/react-native-sdk/
|
|
6642
|
-
export type { StackedMaps } from '@mappedin/react-native-sdk/
|
|
6643
|
-
export type { OutdoorView } from '@mappedin/react-native-sdk/
|
|
6644
|
-
export type { DynamicFocus } from '@mappedin/react-native-sdk/
|
|
6645
|
-
export type { Layers } from '@mappedin/react-native-sdk/
|
|
6646
|
-
export type { TOOLTIP_ANCHOR } from '@mappedin/react-native-sdk/
|
|
6815
|
+
export type { IFlatLabels, FlatLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FlatLabels';
|
|
6816
|
+
export type { IFloatingLabels, FloatingLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FloatingLabels';
|
|
6817
|
+
export type { Camera } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera';
|
|
6818
|
+
export type { BlueDot } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/BlueDot';
|
|
6819
|
+
export type { Markers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Markers';
|
|
6820
|
+
export type { Paths } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Paths';
|
|
6821
|
+
export type { StackedMaps } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/StackedMaps';
|
|
6822
|
+
export type { OutdoorView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/OutdoorView';
|
|
6823
|
+
export type { DynamicFocus } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/DynamicFocus';
|
|
6824
|
+
export type { Layers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Layers';
|
|
6825
|
+
export type { TOOLTIP_ANCHOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip';
|
|
6647
6826
|
export type TMappedinInitializeOutput = {
|
|
6648
6827
|
mapView: MapView;
|
|
6649
6828
|
venue: Mappedin;
|
|
@@ -6667,31 +6846,28 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer' {
|
|
|
6667
6846
|
* @returns
|
|
6668
6847
|
*/
|
|
6669
6848
|
function showVenue<T extends Mappedin>(el: HTMLElement, venue: T, options?: TMapViewOptions): Promise<MapView>;
|
|
6670
|
-
export { COLLISION_RANKING_TIERS, STATE, E_SDK_EVENT, E_BLUEDOT_STATE_REASON, E_BLUEDOT_MARKER_STATE, E_BLUEDOT_EVENT, E_BLUEDOT_STATE, E_CAMERA_EVENT, E_CAMERA_DIRECTION, SAFE_AREA_INSET_TYPE, ANIMATION_TWEENS, CAMERA_EASING_MODE, STACKED_MAPS_STATE, MARKER_ANCHOR, GEOLOCATION_STATUS, E_MAP_CHANGED_REASON, } from '@mappedin/react-native-sdk/
|
|
6671
|
-
export { getVenue, getVenueMVF, getVenueBundle, getVenueMaker, showVenue, downloadBundle, getVenueBundleURL, downloadVenueBundleMVF, hydrateVenue, PositionUpdater, MappedinDestinationSet, };
|
|
6672
|
-
import DefaultAssetManager from '@mappedin/react-native-sdk/
|
|
6673
|
-
import { TTileManagerOptions } from '@mappedin/react-native-sdk/
|
|
6674
|
-
import { TShowWatermarkOptions } from '@mappedin/react-native-sdk/
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
const setAssetManager: any;
|
|
6679
|
-
export { setAssetManager, DefaultAssetManager as AssetManager };
|
|
6680
|
-
export type { TMappedinDirective, IAction, IActionArrival, IActionDeparture, IActionExitVortex, IActionTakeVortex, IActionTurn, } from '@mappedin/react-native-sdk/core/packages/get-venue/MappedinDirections';
|
|
6849
|
+
export { COLLISION_RANKING_TIERS, STATE, E_SDK_EVENT, E_BLUEDOT_STATE_REASON, E_BLUEDOT_MARKER_STATE, E_BLUEDOT_EVENT, E_BLUEDOT_STATE, E_CAMERA_EVENT, E_CAMERA_DIRECTION, SAFE_AREA_INSET_TYPE, ANIMATION_TWEENS, CAMERA_EASING_MODE, STACKED_MAPS_STATE, MARKER_ANCHOR, GEOLOCATION_STATUS, E_MAP_CHANGED_REASON, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
6850
|
+
export { getVenue, getVenueMVF, getVenueBundle, getVenueMaker, showVenue, downloadBundle, getVenueBundleURL, downloadVenueBundleMVF, hydrateVenue, PositionUpdater, MappedinDestinationSet, GET_VENUE_EVENT, };
|
|
6851
|
+
import DefaultAssetManager from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager';
|
|
6852
|
+
import { TTileManagerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6853
|
+
import { TShowWatermarkOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/WatermarkController';
|
|
6854
|
+
export { setAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6855
|
+
export { DefaultAssetManager as AssetManager };
|
|
6856
|
+
export type { TMappedinDirective, IAction, IActionArrival, IActionDeparture, IActionExitVortex, IActionTakeVortex, IActionTurn, } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDirections';
|
|
6681
6857
|
export type { TMappedinInitializeOptions };
|
|
6682
|
-
export * from '@mappedin/react-native-sdk/
|
|
6683
|
-
export type { MapView } from '@mappedin/react-native-sdk/
|
|
6684
|
-
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraInteractionsSetOptions, TCameraAnimationOptions, default as CameraController, } from '@mappedin/react-native-sdk/
|
|
6685
|
-
export type { TGetVenueOptions, TGetVenueBundleOptions, TGetVenueMVFOptions, TGetVenueMakerOptions, TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineAllSearchMatch, TMappedinOfflineSearchAllOptions, TDirectionToOptions, TPicture, TImage, TColor, TGalleryImage, TOpeningHours, TPhone, TSiblingGroup, TSocial, TState, TGeoReference, TPolygonRanking, TOperationHoursMap, TAccessors, } from '@mappedin/react-native-sdk/
|
|
6686
|
-
export { Mappedin, MappedinDirections, MappedinLocation, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinRankings, MappedinNavigatable, MappedinCoordinate, OfflineSearch, MAP_RENDER_MODE, setFetchFn, MappedinCollectionType, MappedinLocationState, } from '@mappedin/react-native-sdk/
|
|
6858
|
+
export * from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6859
|
+
export type { MapView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView';
|
|
6860
|
+
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraInteractionsSetOptions, TCameraAnimationOptions, default as CameraController, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
6861
|
+
export type { TGetVenueOptions, TGetVenueBundleOptions, TGetVenueMVFOptions, TGetVenueMakerOptions, TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineAllSearchMatch, TMappedinOfflineSearchAllOptions, TDirectionToOptions, TPicture, TImage, TColor, TGalleryImage, TOpeningHours, TPhone, TSiblingGroup, TSocial, TState, TGeoReference, TPolygonRanking, TOperationHoursMap, TAccessors, } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6862
|
+
export { Mappedin, MappedinDirections, MappedinLocation, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinRankings, MappedinNavigatable, MappedinCoordinate, OfflineSearch, MAP_RENDER_MODE, setFetchFn, MappedinCollectionType, MappedinLocationState, } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6687
6863
|
/**
|
|
6688
6864
|
* Export this only so our internal pre-built products can use it. We don't want to document it for external developers.
|
|
6689
6865
|
*/
|
|
6690
|
-
export { CustomerAnalytics } from '@mappedin/react-native-sdk/
|
|
6866
|
+
export { CustomerAnalytics } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6691
6867
|
/**
|
|
6692
6868
|
* Exported but marked as @internal.
|
|
6693
6869
|
*/
|
|
6694
|
-
export { BundleAssetManager } from '@mappedin/react-native-sdk/
|
|
6870
|
+
export { BundleAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/bundle-asset-manager';
|
|
6695
6871
|
/**
|
|
6696
6872
|
* @deprecated Use {@link OutdoorView} instead.
|
|
6697
6873
|
* Enable Tile Manager to render outdoor tiles around the venue. Must be called before {@link showVenue}.
|
|
@@ -6716,13 +6892,14 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer' {
|
|
|
6716
6892
|
* Show a Mappedin logo in the 3D scene. Must be called before {@link showVenue}.
|
|
6717
6893
|
*/
|
|
6718
6894
|
export function __showWatermark(options?: TShowWatermarkOptions): void;
|
|
6719
|
-
export type { TTileManagerOptions
|
|
6720
|
-
export {
|
|
6721
|
-
export
|
|
6895
|
+
export type { TTileManagerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6896
|
+
export { TILE_RENDER_MODES } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6897
|
+
export { AzureOutdoorContextProvider, OpenStreetMapOutdoorContext, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider';
|
|
6898
|
+
export type { IOutdoorContextProvider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider';
|
|
6722
6899
|
}
|
|
6723
6900
|
|
|
6724
|
-
declare module '@mappedin/react-native-sdk/
|
|
6725
|
-
import { ICore } from '@mappedin/react-native-sdk/
|
|
6901
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/WatermarkController' {
|
|
6902
|
+
import { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
6726
6903
|
import { Sprite } from 'three';
|
|
6727
6904
|
type TPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center' | 'top' | 'bottom' | 'left' | 'right';
|
|
6728
6905
|
export type TShowWatermarkOptions = {
|
|
@@ -6744,9 +6921,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6744
6921
|
export default WatermarkController;
|
|
6745
6922
|
}
|
|
6746
6923
|
|
|
6747
|
-
declare module '@mappedin/react-native-sdk/
|
|
6748
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
6749
|
-
import { ICore } from '@mappedin/react-native-sdk/
|
|
6924
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonHoverColorsController' {
|
|
6925
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6926
|
+
import { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
6750
6927
|
class PolygonHoverColorsController {
|
|
6751
6928
|
#private;
|
|
6752
6929
|
constructor(core: ICore);
|
|
@@ -6757,7 +6934,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6757
6934
|
export default PolygonHoverColorsController;
|
|
6758
6935
|
}
|
|
6759
6936
|
|
|
6760
|
-
declare module '@mappedin/react-native-sdk/
|
|
6937
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/shave-text' {
|
|
6761
6938
|
export type TDrawFn = (ctx: CanvasRenderingContext2D, x: number, y: number) => void;
|
|
6762
6939
|
type TShave = (str: string, size: number, maxWidth: number, maxLines?: number, lineHeight?: number, options?: {
|
|
6763
6940
|
strokeText: boolean;
|
|
@@ -6775,9 +6952,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/shave
|
|
|
6775
6952
|
export {};
|
|
6776
6953
|
}
|
|
6777
6954
|
|
|
6778
|
-
declare module '@mappedin/react-native-sdk/
|
|
6779
|
-
import { IPubSub } from '@mappedin/react-native-sdk/
|
|
6780
|
-
import { E_BLUEDOT_STATE, E_BLUEDOT_MARKER_STATE } from '@mappedin/react-native-sdk/
|
|
6955
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.StateMachine' {
|
|
6956
|
+
import { IPubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
6957
|
+
import { E_BLUEDOT_STATE, E_BLUEDOT_MARKER_STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6781
6958
|
/**
|
|
6782
6959
|
What we just learned about the user's position.
|
|
6783
6960
|
*/
|
|
@@ -6803,7 +6980,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
6803
6980
|
export default StateMachine;
|
|
6804
6981
|
}
|
|
6805
6982
|
|
|
6806
|
-
declare module '@mappedin/react-native-sdk/
|
|
6983
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub' {
|
|
6807
6984
|
type TChangeEventData = {
|
|
6808
6985
|
oldValue: any;
|
|
6809
6986
|
newValue: any;
|
|
@@ -6829,12 +7006,13 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/pub-s
|
|
|
6829
7006
|
export {};
|
|
6830
7007
|
}
|
|
6831
7008
|
|
|
6832
|
-
declare module '@mappedin/react-native-sdk/
|
|
6833
|
-
import type Directive from '@mappedin/react-native-sdk/
|
|
6834
|
-
import type INode from '@mappedin/react-native-sdk/
|
|
6835
|
-
import { Path } from '@mappedin/react-native-sdk/
|
|
6836
|
-
import type {
|
|
6837
|
-
import { MappedinDirections } from '@mappedin/react-native-sdk/
|
|
7009
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/JourneyController' {
|
|
7010
|
+
import type Directive from '@mappedin/react-native-sdk/sdks/packages/navigator/Directive';
|
|
7011
|
+
import type INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
7012
|
+
import { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7013
|
+
import type { TJourneyOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7014
|
+
import { MappedinDirections } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
7015
|
+
import Core from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
6838
7016
|
export type TMappedinDirections = {
|
|
6839
7017
|
distance: number;
|
|
6840
7018
|
path: INode[];
|
|
@@ -6857,41 +7035,238 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6857
7035
|
get mapsInJourney(): import("../../internal").MappedinMap[];
|
|
6858
7036
|
get buildingsInJourney(): {};
|
|
6859
7037
|
get mapIdsInvolvedInJourney(): string[];
|
|
6860
|
-
constructor(directions: MappedinDirections | MappedinDirections[], options: TJourneyOptions, core:
|
|
7038
|
+
constructor(directions: MappedinDirections | MappedinDirections[], options: TJourneyOptions, core: Core);
|
|
6861
7039
|
setStep: (step: any) => void;
|
|
6862
7040
|
setStepByPath: (path: Path) => void;
|
|
6863
7041
|
static instance: JourneyController | null;
|
|
6864
|
-
static create(directions: MappedinDirections | MappedinDirections[], options: any, core:
|
|
7042
|
+
static create(directions: MappedinDirections | MappedinDirections[], options: any, core: Core): JourneyController;
|
|
6865
7043
|
destroy(): void;
|
|
6866
7044
|
}
|
|
6867
7045
|
}
|
|
6868
7046
|
|
|
6869
|
-
declare module '@mappedin/react-native-sdk/
|
|
6870
|
-
import
|
|
6871
|
-
import {
|
|
6872
|
-
import
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
};
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
7047
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core' {
|
|
7048
|
+
import '../internal/externals/globalThisPolyfill';
|
|
7049
|
+
import { Color, Mesh, PerspectiveCamera, Scene, Vector2 } from 'three';
|
|
7050
|
+
import '../internal/object3D.destroy';
|
|
7051
|
+
import type { TGetPolygonsAtCoordinateOptions, TMapViewOptions, TPadding, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7052
|
+
import { Renderer, TaskScheduler, MapManager, FlatLabel, SmartCollisionEngine, PubSub, INTERNAL_EVENT, INTERNAL_EVENT_PAYLOAD, MapView, STATE, MapObject, SceneManager, TileManager, PathsController, FloatingLabelsController, FlatLabelsController, PolygonColorsController, MarkersController, PolygonInteractionController, TooltipsController, PolygonStatesController, PolygonImagesController, ThreeDMarkersController, EventSystem, BlueDotController, CameraController, BillboardManager, StackedMapsController, OutdoorViewController, WatermarkController, PolygonHoverColorsController, ExportController, LayerController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7053
|
+
import { Mappedin as IMappedin, MappedinCoordinate, MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
7054
|
+
import { E_MAP_CHANGED_REASON } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
7055
|
+
import type { PerformanceController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PerformanceController';
|
|
7056
|
+
export const raycaster: any;
|
|
7057
|
+
let Mappedin: any;
|
|
7058
|
+
/**
|
|
7059
|
+
* Some preset orderings for updates.
|
|
7060
|
+
*/
|
|
7061
|
+
export const UPDATE_ORDERING: {
|
|
7062
|
+
BEFORE_CAMERA: number;
|
|
7063
|
+
CAMERA: number;
|
|
7064
|
+
AFTER_CAMERA: number;
|
|
7065
|
+
RENDER: number;
|
|
7066
|
+
AFTER_RENDER: number;
|
|
7067
|
+
AFTER_ALL_UPDATES: number;
|
|
6882
7068
|
};
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
|
|
7069
|
+
type TCoreColors = {
|
|
7070
|
+
defaultHover2D: string;
|
|
7071
|
+
select: string;
|
|
7072
|
+
text: string;
|
|
7073
|
+
path: string;
|
|
7074
|
+
pathPulse: string;
|
|
7075
|
+
textSelect: string;
|
|
6886
7076
|
};
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6893
|
-
|
|
6894
|
-
|
|
7077
|
+
class Core extends PubSub<INTERNAL_EVENT_PAYLOAD, INTERNAL_EVENT> {
|
|
7078
|
+
#private;
|
|
7079
|
+
/**
|
|
7080
|
+
* Controllers
|
|
7081
|
+
*/
|
|
7082
|
+
eventSystem: EventSystem;
|
|
7083
|
+
floatingLabels: FloatingLabelsController;
|
|
7084
|
+
flatLabels: FlatLabelsController;
|
|
7085
|
+
paths: PathsController;
|
|
7086
|
+
polygonColors: PolygonColorsController;
|
|
7087
|
+
polygonHoverColors: PolygonHoverColorsController;
|
|
7088
|
+
polygonInteraction: PolygonInteractionController;
|
|
7089
|
+
polygonStates: PolygonStatesController;
|
|
7090
|
+
polygonImages: PolygonImagesController;
|
|
7091
|
+
markers: MarkersController;
|
|
7092
|
+
tooltips: TooltipsController;
|
|
7093
|
+
threeDMarkers: ThreeDMarkersController;
|
|
7094
|
+
blueDot: BlueDotController;
|
|
7095
|
+
camera: CameraController;
|
|
7096
|
+
outdoorViewController?: OutdoorViewController;
|
|
7097
|
+
exportController: ExportController;
|
|
7098
|
+
watermark: WatermarkController;
|
|
7099
|
+
layerController: LayerController;
|
|
7100
|
+
options: TMapViewOptions & {
|
|
7101
|
+
onDataLoaded?: (data: IMappedin) => void;
|
|
7102
|
+
onFirstMapLoaded?: (data: IMappedin) => void;
|
|
7103
|
+
};
|
|
7104
|
+
currentPath?: MappedinNode[];
|
|
7105
|
+
state: STATE;
|
|
7106
|
+
imageFlippingCache: {};
|
|
7107
|
+
imageFlippingEnabled: boolean;
|
|
7108
|
+
MapView: MapView;
|
|
7109
|
+
type: string;
|
|
7110
|
+
container: HTMLDivElement;
|
|
7111
|
+
venue: IMappedin;
|
|
7112
|
+
colors: TCoreColors;
|
|
7113
|
+
loadOptions: TMapViewOptions['loadOptions'];
|
|
7114
|
+
smartCollisionEngine: SmartCollisionEngine;
|
|
7115
|
+
taskScheduler: TaskScheduler;
|
|
7116
|
+
renderer: Renderer;
|
|
7117
|
+
highlightedPolygons: Record<string, string>;
|
|
7118
|
+
outlinedPolygons: Map<string, MappedinPolygon>;
|
|
7119
|
+
scene: Scene;
|
|
7120
|
+
focusZoomFactor: number;
|
|
7121
|
+
cameraObject: PerspectiveCamera;
|
|
7122
|
+
polygonMeshesById: Record<string, Mesh>;
|
|
7123
|
+
textLabelsByPolygonId: Record<string, FlatLabel>;
|
|
7124
|
+
labelOrientationDelay: number;
|
|
7125
|
+
isWebGL2: boolean;
|
|
7126
|
+
interactivePolygons: Record<string, boolean>;
|
|
7127
|
+
polygonHoverColorsById: Record<string, Color>;
|
|
7128
|
+
mapManager: MapManager | undefined;
|
|
7129
|
+
sceneManager: SceneManager | undefined;
|
|
7130
|
+
mapObjects: Map<MappedinMap['id'], MapObject>;
|
|
7131
|
+
referenceMap: MappedinMap;
|
|
7132
|
+
currentInteractionEvent: INTERNAL_EVENT | undefined;
|
|
7133
|
+
resolution: Vector2;
|
|
7134
|
+
cameraParameters: Vector2;
|
|
7135
|
+
controls: typeof Mappedin.CameraControls;
|
|
7136
|
+
cameraPlane: Mesh;
|
|
7137
|
+
canvasWidth: number;
|
|
7138
|
+
canvasHeight: number;
|
|
7139
|
+
cachedPadding: TPadding;
|
|
7140
|
+
currentScale: number;
|
|
7141
|
+
rendererDomElement: HTMLCanvasElement;
|
|
7142
|
+
resolutionScale: number;
|
|
7143
|
+
performanceController?: PerformanceController;
|
|
7144
|
+
outdoorGeometryLayers: string[];
|
|
7145
|
+
billboardManager: BillboardManager;
|
|
7146
|
+
stackedMaps: StackedMapsController;
|
|
7147
|
+
tileManager: TileManager;
|
|
7148
|
+
setMapReason?: E_MAP_CHANGED_REASON;
|
|
7149
|
+
get aspect(): number;
|
|
7150
|
+
/**
|
|
7151
|
+
* Get all maps that are "visible" in the scene.
|
|
7152
|
+
*/
|
|
7153
|
+
get visibleMapsInCurrentScene(): MappedinMap[];
|
|
7154
|
+
get visibleMapObjectsInCurrentScene(): MapObject[];
|
|
7155
|
+
/**
|
|
7156
|
+
* Returns all currently visible layers
|
|
7157
|
+
*/
|
|
7158
|
+
get visibleLayersInCurrentScene(): {};
|
|
7159
|
+
constructor(container: HTMLDivElement, venue: IMappedin, options: TMapViewOptions & {
|
|
7160
|
+
onDataLoaded?: (data: IMappedin) => void;
|
|
7161
|
+
onFirstMapLoaded?: (data: IMappedin) => void;
|
|
7162
|
+
}, MapView: MapView);
|
|
7163
|
+
get currentMap(): string | null;
|
|
7164
|
+
setState(state: STATE): Promise<void>;
|
|
7165
|
+
getPolygon: (polygon: any) => any;
|
|
7166
|
+
showEntireMap: (options: any) => any;
|
|
7167
|
+
resetPanBounds: () => void;
|
|
7168
|
+
focusOn: (options: any) => any;
|
|
7169
|
+
focusOnPolygon: (polygon: any, changeZoom: any, duration: any, curve: any) => any;
|
|
7170
|
+
focusOnPath: (path: any, polygons: any, changeZoom: any, duration: any, curve: any) => any;
|
|
7171
|
+
getCameraFrameForPoints: (pointCloud: any, horizontalFovFactor: any, verticalFovFactor: any, padding: any, ignoreZoom?: boolean, minZoom?: any, maxZoom?: any) => {
|
|
7172
|
+
position: any;
|
|
7173
|
+
zoom: any;
|
|
7174
|
+
};
|
|
7175
|
+
setPadding: (padding?: TPadding) => void;
|
|
7176
|
+
getZoomLevelForPolygon: (polygon: any) => any;
|
|
7177
|
+
getZoomLevelForCurrentMap: () => any;
|
|
7178
|
+
getZoomLevelForObject: (object: any) => any;
|
|
7179
|
+
resetCamera: (forceOrigin?: boolean) => void;
|
|
7180
|
+
/**
|
|
7181
|
+
* Gets a position (to anchor a {{#crossLink "Marker"}}{{/crossLink}} usually) from a latitude and longitude.
|
|
7182
|
+
*
|
|
7183
|
+
* @method getPositionLatLon
|
|
7184
|
+
* @param latitude {Number} Latitude of position
|
|
7185
|
+
* @param longitude {Number} Longitude of position
|
|
7186
|
+
* @returns A position you can use with a Marker either initially or to update later when the user (for example) moves
|
|
7187
|
+
*/
|
|
7188
|
+
getPositionLatLon: (lat: number, lon: number, map?: string | MappedinMap | null) => Vector3;
|
|
7189
|
+
lockNorth: (element: any, offset?: number) => void;
|
|
7190
|
+
unlockNorth: (element: any) => void;
|
|
7191
|
+
convertTo3DMapPosition: (nodeOrCoordinate: MappedinNode | MappedinCoordinate) => any;
|
|
7192
|
+
/**
|
|
7193
|
+
* Converts a 2D x,y screen position into a 3D MappedinCoordinate using projection
|
|
7194
|
+
*/
|
|
7195
|
+
convertScreenCoordinateToMapCoordinate: (x: number, y: number, map: MappedinMap) => MappedinCoordinate;
|
|
7196
|
+
convert3DMapPositionToCoordinate: (coord: any, mapClass?: MappedinMap | null | undefined) => MappedinCoordinate;
|
|
7197
|
+
getPositionPolygon: (polygon: any) => any;
|
|
7198
|
+
getPositionNode: (node: any) => any;
|
|
7199
|
+
hideAllLabels: () => void;
|
|
7200
|
+
setBackgroundColor: (color: any, alpha: any) => void;
|
|
7201
|
+
setSize: (width: any, height: any) => void;
|
|
7202
|
+
getMapScale: () => number;
|
|
7203
|
+
getNorth: () => number;
|
|
7204
|
+
/**
|
|
7205
|
+
* The scene only renders when something has changed. This should be something a 3rd party developer doesn't need to worry about,
|
|
7206
|
+
* but if you are doing something weird, or have your own special tween for something, you will want to call this function.
|
|
7207
|
+
* You can call it as often as you want, it just sets a flag that we need to render again, and renders a few frames if we weren't already doing that.
|
|
7208
|
+
* @method tryRendering
|
|
7209
|
+
* @param [renderMode=RENDER.ALL] {RENDER} Which parts of the scene to re-render
|
|
7210
|
+
*/
|
|
7211
|
+
tryRendering: (renderMode?: any) => void;
|
|
7212
|
+
/**
|
|
7213
|
+
* Display the performance characteristics and debug controls for this
|
|
7214
|
+
* MapView.
|
|
7215
|
+
*
|
|
7216
|
+
* @method showDebugUI
|
|
7217
|
+
*/
|
|
7218
|
+
showDebugUI: () => void;
|
|
7219
|
+
/**
|
|
7220
|
+
* Hide the performance characteristics and debug controls for this
|
|
7221
|
+
* MapView.
|
|
7222
|
+
*
|
|
7223
|
+
* @method hideDebugUI
|
|
7224
|
+
*/
|
|
7225
|
+
hideDebugUI: () => void;
|
|
7226
|
+
determineNewLabelSize: () => void;
|
|
7227
|
+
mapSetInProgress: Promise<any>;
|
|
7228
|
+
mapSetResolved: any;
|
|
7229
|
+
setMap: (map: string | MappedinMap) => Promise<any>;
|
|
7230
|
+
setMapWithReason: (map: string | MappedinMap, reason: E_MAP_CHANGED_REASON) => Promise<any>;
|
|
7231
|
+
getPolygonsAtScreenCoordinate: (x: number, y: number, options?: TGetPolygonsAtCoordinateOptions) => any;
|
|
7232
|
+
getPolygonsAtCoordinate: (coordinate: MappedinCoordinate, options?: TGetPolygonsAtCoordinateOptions) => any;
|
|
7233
|
+
getNearestNodeByScreenCoordinate(x: number, y: number, mapOrMapId?: MappedinMap | MappedinMap['id']): MappedinNode;
|
|
7234
|
+
/**
|
|
7235
|
+
* Destroys instance and frees resources
|
|
7236
|
+
*
|
|
7237
|
+
* @method destroy
|
|
7238
|
+
*/
|
|
7239
|
+
destroy: () => void;
|
|
7240
|
+
}
|
|
7241
|
+
export default Core;
|
|
7242
|
+
}
|
|
7243
|
+
|
|
7244
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.MVF.types' {
|
|
7245
|
+
import { MapId, ObstructionCollection, EntranceCollection, SpaceCollection, Style } from '@mappedin/mvf';
|
|
7246
|
+
import { FeatureCollection, MultiPolygon, Point, Polygon } from 'geojson';
|
|
7247
|
+
import { TImage, TMap, TNode, TOpeningHours, TPhone, TSiblingGroup, TSocial } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7248
|
+
export type WithIDs<T> = Map<string, T>;
|
|
7249
|
+
type ManifestFile = {
|
|
7250
|
+
type: 'file';
|
|
7251
|
+
name: string;
|
|
7252
|
+
};
|
|
7253
|
+
type ManifestFolder = {
|
|
7254
|
+
type: 'folder';
|
|
7255
|
+
name: string;
|
|
7256
|
+
children: ManifestFile[];
|
|
7257
|
+
};
|
|
7258
|
+
export type MVFStyle = Style & {
|
|
7259
|
+
type: string;
|
|
7260
|
+
width?: number;
|
|
7261
|
+
};
|
|
7262
|
+
export type MVFObstructionFeature = ObstructionCollection['features'][number];
|
|
7263
|
+
export type MVFEntranceFeature = EntranceCollection['features'][number];
|
|
7264
|
+
export type MVFSpaceFeature = SpaceCollection['features'][number];
|
|
7265
|
+
export type MVFv1PolygonLikeProperties = {
|
|
7266
|
+
id: string;
|
|
7267
|
+
altitude?: number;
|
|
7268
|
+
color?: string;
|
|
7269
|
+
externalId?: string | null;
|
|
6895
7270
|
height?: number;
|
|
6896
7271
|
opacity?: number;
|
|
6897
7272
|
layer?: string;
|
|
@@ -7090,31 +7465,70 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.MVF.
|
|
|
7090
7465
|
export {};
|
|
7091
7466
|
}
|
|
7092
7467
|
|
|
7093
|
-
declare module '@mappedin/react-native-sdk/
|
|
7468
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/pub-sub.typed' {
|
|
7469
|
+
/**
|
|
7470
|
+
* Generic PubSub class implementing the Publish-Subscribe pattern for event handling.
|
|
7471
|
+
*
|
|
7472
|
+
* @template EVENT_PAYLOAD - The type of the event payload.
|
|
7473
|
+
* @template EVENT - The type of the event.
|
|
7474
|
+
*/
|
|
7094
7475
|
export class PubSub<EVENT_PAYLOAD, EVENT extends keyof EVENT_PAYLOAD> {
|
|
7095
7476
|
/**
|
|
7096
7477
|
* @private
|
|
7478
|
+
* @internal
|
|
7097
7479
|
*/
|
|
7098
7480
|
_subscribers: any;
|
|
7099
7481
|
/**
|
|
7100
7482
|
* @private
|
|
7483
|
+
* @internal
|
|
7101
7484
|
*/
|
|
7102
7485
|
publish<EVENT_NAME extends EVENT>(eventName: EVENT_NAME, data?: EVENT_PAYLOAD[EVENT_NAME]): void;
|
|
7486
|
+
/**
|
|
7487
|
+
* Subscribe a function to an event.
|
|
7488
|
+
*
|
|
7489
|
+
* @param eventName An event name which, when fired, will call the provided
|
|
7490
|
+
* function.
|
|
7491
|
+
* @param fn A callback that gets called when the corresponding event is fired. The
|
|
7492
|
+
* callback will get passed an argument with a type that's one of event payloads.
|
|
7493
|
+
* @example
|
|
7494
|
+
* // Subscribe to the 'click' event
|
|
7495
|
+
* const handler = (event) => {
|
|
7496
|
+
* const { coordinate } = event;
|
|
7497
|
+
* const { latitude, longitude } = coordinate;
|
|
7498
|
+
* console.log(`Map was clicked at ${latitude}, ${longitude}`);
|
|
7499
|
+
* };
|
|
7500
|
+
* map.on('click', handler);
|
|
7501
|
+
*/
|
|
7103
7502
|
on<EVENT_NAME extends EVENT>(eventName: EVENT_NAME, fn: (payload: EVENT_PAYLOAD[EVENT_NAME] extends {
|
|
7104
7503
|
data: null;
|
|
7105
7504
|
} ? EVENT_PAYLOAD[EVENT_NAME]['data'] : EVENT_PAYLOAD[EVENT_NAME]) => void): void;
|
|
7505
|
+
/**
|
|
7506
|
+
* Unsubscribe a function previously subscribed with {@link on}
|
|
7507
|
+
*
|
|
7508
|
+
* @param eventName An event name to which the provided function was previously
|
|
7509
|
+
* subscribed.
|
|
7510
|
+
* @param fn A function that was previously passed to {@link on}. The function must
|
|
7511
|
+
* have the same reference as the function that was subscribed.
|
|
7512
|
+
* @example
|
|
7513
|
+
* // Unsubscribe from the 'click' event
|
|
7514
|
+
* const handler = (event) => {
|
|
7515
|
+
* console.log('Map was clicked', event);
|
|
7516
|
+
* };
|
|
7517
|
+
* map.off('click', handler);
|
|
7518
|
+
*/
|
|
7106
7519
|
off<EVENT_NAME extends EVENT>(eventName: EVENT_NAME, fn: (payload: EVENT_PAYLOAD[EVENT_NAME]) => void): void;
|
|
7107
7520
|
/**
|
|
7108
7521
|
* @private
|
|
7522
|
+
* @internal
|
|
7109
7523
|
*/
|
|
7110
7524
|
destroy(): void;
|
|
7111
7525
|
}
|
|
7112
7526
|
}
|
|
7113
7527
|
|
|
7114
|
-
declare module '@mappedin/react-native-sdk/
|
|
7115
|
-
import type { MappedinNode, MappedinPolygon, MappedinLocation } from '@mappedin/react-native-sdk/
|
|
7116
|
-
import { MappedinDirections, MappedinDestinationSet, Mappedin } from '@mappedin/react-native-sdk/
|
|
7117
|
-
import { TSimplifyDirectionsOptions } from '@mappedin/react-native-sdk/
|
|
7528
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNavigatable' {
|
|
7529
|
+
import type { MappedinNode, MappedinPolygon, MappedinLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7530
|
+
import { MappedinDirections, MappedinDestinationSet, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7531
|
+
import { TSimplifyDirectionsOptions } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
7118
7532
|
export type TDirectionToOptions = {
|
|
7119
7533
|
/**
|
|
7120
7534
|
* If true directions will only take accessible routes
|
|
@@ -7146,16 +7560,16 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinNavig
|
|
|
7146
7560
|
directionsTo(destination: MappedinDestinationSet, options?: TDirectionToOptions): MappedinDirections[];
|
|
7147
7561
|
/**
|
|
7148
7562
|
*
|
|
7149
|
-
* Calculate distance between 2 nodes, polygons or locations
|
|
7563
|
+
* Calculate walking distance in meters between 2 nodes, polygons or locations
|
|
7150
7564
|
*/
|
|
7151
7565
|
distanceTo(destination: MappedinNode | MappedinLocation | MappedinPolygon, options?: TDirectionToOptions): number;
|
|
7152
7566
|
}
|
|
7153
7567
|
}
|
|
7154
7568
|
|
|
7155
|
-
declare module '@mappedin/react-native-sdk/
|
|
7156
|
-
import type { MappedinPolygon, MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/
|
|
7157
|
-
import type { TOpeningHours } from '@mappedin/react-native-sdk/
|
|
7158
|
-
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, MappedinMap, TDirectionToOptions } from '@mappedin/react-native-sdk/
|
|
7569
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNode' {
|
|
7570
|
+
import type { MappedinPolygon, MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7571
|
+
import type { TOpeningHours } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7572
|
+
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, MappedinMap, TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7159
7573
|
/**
|
|
7160
7574
|
* A {@link MappedinNode} represents a position, anchored to a specific {@link MappedinMap}.
|
|
7161
7575
|
*
|
|
@@ -7229,16 +7643,16 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinNode'
|
|
|
7229
7643
|
directionsTo(destination: MappedinDestinationSet, options?: TDirectionToOptions): MappedinDirections[];
|
|
7230
7644
|
/**
|
|
7231
7645
|
*
|
|
7232
|
-
* Calculate distance between 2 nodes, polygons or locations
|
|
7646
|
+
* Calculate walking distance in meters between 2 nodes, polygons or locations
|
|
7233
7647
|
*/
|
|
7234
7648
|
distanceTo(destination: MappedinNode | MappedinLocation | MappedinPolygon, options?: TDirectionToOptions): number;
|
|
7235
7649
|
toJSON(): any;
|
|
7236
7650
|
}
|
|
7237
7651
|
}
|
|
7238
7652
|
|
|
7239
|
-
declare module '@mappedin/react-native-sdk/
|
|
7240
|
-
import type { MappedinNode, MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/
|
|
7241
|
-
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, MappedinMap, TDirectionToOptions } from '@mappedin/react-native-sdk/
|
|
7653
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinPolygon' {
|
|
7654
|
+
import type { MappedinNode, MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7655
|
+
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, MappedinMap, TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7242
7656
|
/**
|
|
7243
7657
|
* The {@link MappedinPolygon} class represents the 3D shape of a {@link MappedinLocation} on a {{@link MappedinMap}. Polygons have access to Locations they belong to, and any entrances to the Polygon.
|
|
7244
7658
|
*
|
|
@@ -7374,22 +7788,22 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinPolyg
|
|
|
7374
7788
|
directionsTo(destination: MappedinDestinationSet, options?: TDirectionToOptions): MappedinDirections[];
|
|
7375
7789
|
/**
|
|
7376
7790
|
*
|
|
7377
|
-
* Calculate distance between 2 nodes, polygons or locations
|
|
7791
|
+
* Calculate walking distance in meters between 2 nodes, polygons or locations
|
|
7378
7792
|
*/
|
|
7379
7793
|
distanceTo(destination: MappedinNode | MappedinLocation | MappedinPolygon, options?: TDirectionToOptions): number;
|
|
7380
7794
|
toJSON(): any;
|
|
7381
7795
|
}
|
|
7382
7796
|
}
|
|
7383
7797
|
|
|
7384
|
-
declare module '@mappedin/react-native-sdk/
|
|
7798
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCategory' {
|
|
7385
7799
|
/**
|
|
7386
7800
|
* Collection of all Categories within the Venue.
|
|
7387
7801
|
*
|
|
7388
7802
|
* @property categories
|
|
7389
7803
|
* @type [MappedinCategory]
|
|
7390
7804
|
*/
|
|
7391
|
-
import type { MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/
|
|
7392
|
-
import type { TPicture } from '@mappedin/react-native-sdk/
|
|
7805
|
+
import type { MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7806
|
+
import type { TPicture } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7393
7807
|
/**
|
|
7394
7808
|
* A {@link MappedinCategory} is a collection of similar Locations.
|
|
7395
7809
|
*
|
|
@@ -7440,16 +7854,16 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinCateg
|
|
|
7440
7854
|
}
|
|
7441
7855
|
}
|
|
7442
7856
|
|
|
7443
|
-
declare module '@mappedin/react-native-sdk/
|
|
7444
|
-
import type { MappedinNode, MappedinPolygon, MappedinLocation } from '@mappedin/react-native-sdk/
|
|
7857
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDestinationSet' {
|
|
7858
|
+
import type { MappedinNode, MappedinPolygon, MappedinLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7445
7859
|
export class MappedinDestinationSet {
|
|
7446
7860
|
destinations: (MappedinLocation | MappedinNode | MappedinPolygon)[];
|
|
7447
7861
|
constructor(destinations: (MappedinLocation | MappedinNode | MappedinPolygon)[]);
|
|
7448
7862
|
}
|
|
7449
7863
|
}
|
|
7450
7864
|
|
|
7451
|
-
declare module '@mappedin/react-native-sdk/
|
|
7452
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
7865
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVortex' {
|
|
7866
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7453
7867
|
/**
|
|
7454
7868
|
* A {@link MappedinVortex} is a special entity that represents a link between two or more {@link MappedinMap}s at a given {@link MappedinVenue}. It is typically something like an elevator or stairs. These are also known as Connections in some parts of the system.
|
|
7455
7869
|
*
|
|
@@ -7478,9 +7892,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinVorte
|
|
|
7478
7892
|
}
|
|
7479
7893
|
}
|
|
7480
7894
|
|
|
7481
|
-
declare module '@mappedin/react-native-sdk/
|
|
7482
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
7483
|
-
import type { TLogo, TOpeningHours } from '@mappedin/react-native-sdk/
|
|
7895
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVenue' {
|
|
7896
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7897
|
+
import type { TLogo, TOpeningHours } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7484
7898
|
/**
|
|
7485
7899
|
* A {@link MappedinVenue} is a specific place (like a mall) with one or more Maps (typically representing different floors) and Locations (stores, washrooms, elevators, etc).
|
|
7486
7900
|
*
|
|
@@ -7539,8 +7953,8 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinVenue
|
|
|
7539
7953
|
}
|
|
7540
7954
|
}
|
|
7541
7955
|
|
|
7542
|
-
declare module '@mappedin/react-native-sdk/
|
|
7543
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
7956
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinTheme' {
|
|
7957
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7544
7958
|
export class MappedinTheme {
|
|
7545
7959
|
#private;
|
|
7546
7960
|
/**
|
|
@@ -7556,9 +7970,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinTheme
|
|
|
7556
7970
|
}
|
|
7557
7971
|
}
|
|
7558
7972
|
|
|
7559
|
-
declare module '@mappedin/react-native-sdk/
|
|
7560
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
7561
|
-
import type { TPolygonRanking } from '@mappedin/react-native-sdk/
|
|
7973
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinRankings' {
|
|
7974
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7975
|
+
import type { TPolygonRanking } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7562
7976
|
/**
|
|
7563
7977
|
* A {@link MappedinRankings} object is something that contains all the rankings for all the {@link MappedinPolygon}s in the venue. It has a `polygons` array in which each item is linked to zero or more {@link MappedinPolygon}s.
|
|
7564
7978
|
*
|
|
@@ -7590,9 +8004,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinRanki
|
|
|
7590
8004
|
}
|
|
7591
8005
|
}
|
|
7592
8006
|
|
|
7593
|
-
declare module '@mappedin/react-native-sdk/
|
|
7594
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
7595
|
-
import type { TLocation } from '@mappedin/react-native-sdk/
|
|
8007
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationRankings' {
|
|
8008
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
8009
|
+
import type { TLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7596
8010
|
/** One of these contains all the venue's rankings. * */
|
|
7597
8011
|
export class MappedinLocationRankings {
|
|
7598
8012
|
#private;
|
|
@@ -7604,9 +8018,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinLocat
|
|
|
7604
8018
|
}
|
|
7605
8019
|
}
|
|
7606
8020
|
|
|
7607
|
-
declare module '@mappedin/react-native-sdk/
|
|
7608
|
-
import type { TImage } from '@mappedin/react-native-sdk/
|
|
7609
|
-
import type { MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/
|
|
8021
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinEvent' {
|
|
8022
|
+
import type { TImage } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
8023
|
+
import type { MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7610
8024
|
/**
|
|
7611
8025
|
* An event such as a promotion attached to a location in a venue for a period of time. Events can be created in the Mappedin CMS.
|
|
7612
8026
|
*
|
|
@@ -7663,8 +8077,8 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinEvent
|
|
|
7663
8077
|
}
|
|
7664
8078
|
}
|
|
7665
8079
|
|
|
7666
|
-
declare module '@mappedin/react-native-sdk/
|
|
7667
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
8080
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationState' {
|
|
8081
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7668
8082
|
/**
|
|
7669
8083
|
* A location state, that can belong to any number of {@link MappedinLocation}s.
|
|
7670
8084
|
* @class MappedinLocationState
|
|
@@ -7690,10 +8104,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinLocat
|
|
|
7690
8104
|
}
|
|
7691
8105
|
}
|
|
7692
8106
|
|
|
7693
|
-
declare module '@mappedin/react-native-sdk/
|
|
7694
|
-
import type { MappedinMapGroup, Mappedin } from '@mappedin/react-native-sdk/
|
|
7695
|
-
import type { TGeoReference } from '@mappedin/react-native-sdk/
|
|
7696
|
-
import { MappedinPolygon, MappedinLocation, MappedinCoordinate } from '@mappedin/react-native-sdk/
|
|
8107
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMap' {
|
|
8108
|
+
import type { MappedinMapGroup, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
8109
|
+
import type { TGeoReference } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
8110
|
+
import { MappedinPolygon, MappedinLocation, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7697
8111
|
/**
|
|
7698
8112
|
* A {@link MappedinMap} belonging to a specific {@link MappedinVenue}. Typically represents a certain floor. Give this to a {@link MapView} to display to the user.
|
|
7699
8113
|
*
|
|
@@ -7773,12 +8187,13 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinMap'
|
|
|
7773
8187
|
getNorth(): any;
|
|
7774
8188
|
static hydrate(maps: any, mappedin: Mappedin): MappedinMap[];
|
|
7775
8189
|
static fetch(mappedin: Mappedin): Promise<MappedinMap[]>;
|
|
8190
|
+
get center(): any;
|
|
7776
8191
|
toJSON(): any;
|
|
7777
8192
|
}
|
|
7778
8193
|
}
|
|
7779
8194
|
|
|
7780
|
-
declare module '@mappedin/react-native-sdk/
|
|
7781
|
-
import type { MappedinMap, Mappedin } from '@mappedin/react-native-sdk/
|
|
8195
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMapGroup' {
|
|
8196
|
+
import type { MappedinMap, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7782
8197
|
/**
|
|
7783
8198
|
* A {@link MappedinMapGroup} is a collection of maps, usually representing the different floors of a single building. All Maps will be in a MapGroup, but if your Venue is only a single building (like a mall) you can likely ignore MapGroups entirely.
|
|
7784
8199
|
*
|
|
@@ -7801,10 +8216,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinMapGr
|
|
|
7801
8216
|
}
|
|
7802
8217
|
}
|
|
7803
8218
|
|
|
7804
|
-
declare module '@mappedin/react-native-sdk/
|
|
7805
|
-
import type { TGetVenueOptions, TGetVenueOptionsInternal } from '@mappedin/react-native-sdk/
|
|
7806
|
-
import type { MappedinMap } from '@mappedin/react-native-sdk/
|
|
7807
|
-
import { Mappedin, MappedinNavigatable, MappedinNode, MappedinPolygon, MappedinLocation, MappedinCoordinate } from '@mappedin/react-native-sdk/
|
|
8219
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/utils' {
|
|
8220
|
+
import type { TGetVenueOptions, TGetVenueOptionsInternal } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types';
|
|
8221
|
+
import type { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
8222
|
+
import { Mappedin, MappedinNavigatable, MappedinNode, MappedinPolygon, MappedinLocation, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7808
8223
|
export function isGatewayKey(key: string): boolean;
|
|
7809
8224
|
export function stringifyQuery(query: any, gateway?: boolean): string;
|
|
7810
8225
|
export function buildUrl(options: TGetVenueOptionsInternal & TGetVenueOptions, pathname: string, query: any, supplementary?: boolean): string;
|
|
@@ -7876,8 +8291,8 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/utils' {
|
|
|
7876
8291
|
export const getPrimaryLocationForPolygon: (polygon: MappedinPolygon | string | undefined, venue: Mappedin) => MappedinLocation | null;
|
|
7877
8292
|
}
|
|
7878
8293
|
|
|
7879
|
-
declare module '@mappedin/react-native-sdk/
|
|
7880
|
-
import { MappedinNode, MappedinPolygon, MappedinLocation, MappedinCategory, MappedinVortex, MappedinRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinCoordinate, MappedinMapGroup, Mappedin } from '@mappedin/react-native-sdk/
|
|
8294
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.cache' {
|
|
8295
|
+
import { MappedinNode, MappedinPolygon, MappedinLocation, MappedinCategory, MappedinVortex, MappedinRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinCoordinate, MappedinMapGroup, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7881
8296
|
class MappedinCache {
|
|
7882
8297
|
#private;
|
|
7883
8298
|
constructor(mappedin: Mappedin);
|
|
@@ -7931,9 +8346,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.cach
|
|
|
7931
8346
|
export default MappedinCache;
|
|
7932
8347
|
}
|
|
7933
8348
|
|
|
7934
|
-
declare module '@mappedin/react-native-sdk/
|
|
7935
|
-
import INode from '@mappedin/react-native-sdk/
|
|
7936
|
-
import IVortex from '@mappedin/react-native-sdk/
|
|
8349
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Edge' {
|
|
8350
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
8351
|
+
import IVortex from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex';
|
|
7937
8352
|
class Edge {
|
|
7938
8353
|
origin: INode;
|
|
7939
8354
|
destination: INode;
|
|
@@ -7954,7 +8369,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Edge' {
|
|
|
7954
8369
|
export default Edge;
|
|
7955
8370
|
}
|
|
7956
8371
|
|
|
7957
|
-
declare module '@mappedin/react-native-sdk/
|
|
8372
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap' {
|
|
7958
8373
|
interface IGeoReference {
|
|
7959
8374
|
target: {
|
|
7960
8375
|
x: number;
|
|
@@ -7978,7 +8393,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IM
|
|
|
7978
8393
|
export default IMap;
|
|
7979
8394
|
}
|
|
7980
8395
|
|
|
7981
|
-
declare module '@mappedin/react-native-sdk/
|
|
8396
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode' {
|
|
7982
8397
|
interface INode {
|
|
7983
8398
|
id: string;
|
|
7984
8399
|
x: number;
|
|
@@ -7990,7 +8405,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IN
|
|
|
7990
8405
|
export default INode;
|
|
7991
8406
|
}
|
|
7992
8407
|
|
|
7993
|
-
declare module '@mappedin/react-native-sdk/
|
|
8408
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex' {
|
|
7994
8409
|
interface IVortex {
|
|
7995
8410
|
id: string;
|
|
7996
8411
|
name: string;
|
|
@@ -8002,7 +8417,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IV
|
|
|
8002
8417
|
export default IVortex;
|
|
8003
8418
|
}
|
|
8004
8419
|
|
|
8005
|
-
declare module '@mappedin/react-native-sdk/
|
|
8420
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator.utils' {
|
|
8006
8421
|
export type TCoordinate = {
|
|
8007
8422
|
x: number;
|
|
8008
8423
|
y: number;
|
|
@@ -8029,7 +8444,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Navigator.uti
|
|
|
8029
8444
|
export function hasLineOfSight(origin: TCoordinate, destination: TCoordinate, edges?: TCoordinate[][], bufferRadius?: number): boolean;
|
|
8030
8445
|
}
|
|
8031
8446
|
|
|
8032
|
-
declare module '@mappedin/react-native-sdk/
|
|
8447
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/ILocation' {
|
|
8033
8448
|
interface ILocation {
|
|
8034
8449
|
id: string;
|
|
8035
8450
|
name: string;
|
|
@@ -8038,7 +8453,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IL
|
|
|
8038
8453
|
export default ILocation;
|
|
8039
8454
|
}
|
|
8040
8455
|
|
|
8041
|
-
declare module '@mappedin/react-native-sdk/
|
|
8456
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IPolygon' {
|
|
8042
8457
|
interface IPolygon {
|
|
8043
8458
|
id: string;
|
|
8044
8459
|
map: string;
|
|
@@ -8054,11 +8469,11 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IP
|
|
|
8054
8469
|
export default IPolygon;
|
|
8055
8470
|
}
|
|
8056
8471
|
|
|
8057
|
-
declare module '@mappedin/react-native-sdk/
|
|
8058
|
-
import { Element } from '@mappedin/react-native-sdk/
|
|
8059
|
-
import DefaultAssetManager from '@mappedin/react-native-sdk/
|
|
8060
|
-
import { MappedinMap, MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
8061
|
-
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/
|
|
8472
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/json-scene-loader' {
|
|
8473
|
+
import { Element } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8474
|
+
import DefaultAssetManager from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager';
|
|
8475
|
+
import { MappedinMap, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8476
|
+
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
8062
8477
|
class JSONSceneLoader {
|
|
8063
8478
|
defaultExtrudeSettings: {
|
|
8064
8479
|
amount: number;
|
|
@@ -8088,7 +8503,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/json-
|
|
|
8088
8503
|
export default _default;
|
|
8089
8504
|
}
|
|
8090
8505
|
|
|
8091
|
-
declare module '@mappedin/react-native-sdk/
|
|
8506
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.RenderTasks' {
|
|
8092
8507
|
/**
|
|
8093
8508
|
* Tasks that can be submitted to the renderer. The `STATIC_AND_ANIMATED` task
|
|
8094
8509
|
* is equivalent to a full re-render.
|
|
@@ -8103,7 +8518,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
8103
8518
|
export default RENDER;
|
|
8104
8519
|
}
|
|
8105
8520
|
|
|
8106
|
-
declare module '@mappedin/react-native-sdk/
|
|
8521
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.TaskScheduler' {
|
|
8107
8522
|
/**
|
|
8108
8523
|
* A function that can be submitted to the Task Scheduler to run each frame for
|
|
8109
8524
|
* some provided number of frames. A single update can be repeatedly submitted;
|
|
@@ -8371,6 +8786,11 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Task
|
|
|
8371
8786
|
*/
|
|
8372
8787
|
hasTimeRemaining(): boolean;
|
|
8373
8788
|
}
|
|
8789
|
+
export type TaskSchedulerOptions = {
|
|
8790
|
+
timer?: RealTimeTimer;
|
|
8791
|
+
performance?: boolean;
|
|
8792
|
+
onUpdateEnd?: () => void;
|
|
8793
|
+
};
|
|
8374
8794
|
/**
|
|
8375
8795
|
* A class that handles scheduling tasks to be performed within the time
|
|
8376
8796
|
* constraints of frame updates, triggered using `requestAnimationFrame`.
|
|
@@ -8399,11 +8819,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Task
|
|
|
8399
8819
|
* If true, this task scheduler will annotate tasks and frame updates with
|
|
8400
8820
|
* performance information.
|
|
8401
8821
|
*/
|
|
8402
|
-
constructor(options?:
|
|
8403
|
-
timer?: RealTimeTimer;
|
|
8404
|
-
performance?: boolean;
|
|
8405
|
-
});
|
|
8822
|
+
constructor(options?: TaskSchedulerOptions);
|
|
8406
8823
|
_raf?: (callback: FrameRequestCallback) => number;
|
|
8824
|
+
options?: TaskSchedulerOptions;
|
|
8407
8825
|
_timer: RealTimeTimer;
|
|
8408
8826
|
_performance: boolean;
|
|
8409
8827
|
_scheduledUpdatesByOrdering: Multimap;
|
|
@@ -8630,10 +9048,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Task
|
|
|
8630
9048
|
export {};
|
|
8631
9049
|
}
|
|
8632
9050
|
|
|
8633
|
-
declare module '@mappedin/react-native-sdk/
|
|
8634
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
8635
|
-
import type { ICore, TCameraAnimationOptions, TFocusOnCameraOptions, TCameraTargets } from '@mappedin/react-native-sdk/
|
|
8636
|
-
import { MapObject, MapViewScene } from '@mappedin/react-native-sdk/
|
|
9051
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.SceneManager' {
|
|
9052
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9053
|
+
import type { ICore, TCameraAnimationOptions, TFocusOnCameraOptions, TCameraTargets } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9054
|
+
import { MapObject, MapViewScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8637
9055
|
export type TSceneTransitionOptions = {
|
|
8638
9056
|
/**
|
|
8639
9057
|
* Map to set as active during the transition. This will decide where the camera will be positioned, as well as which
|
|
@@ -8673,10 +9091,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
8673
9091
|
export default SceneManager;
|
|
8674
9092
|
}
|
|
8675
9093
|
|
|
8676
|
-
declare module '@mappedin/react-native-sdk/
|
|
8677
|
-
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/
|
|
8678
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
8679
|
-
import { MapViewScene, DynamicFocusScene } from '@mappedin/react-native-sdk/
|
|
9094
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.DynamicFocusSceneManager' {
|
|
9095
|
+
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9096
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9097
|
+
import { MapViewScene, DynamicFocusScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8680
9098
|
class DynamicFocusSceneManager {
|
|
8681
9099
|
dynamicFocusScene: DynamicFocusScene;
|
|
8682
9100
|
core: ICore;
|
|
@@ -8698,11 +9116,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
8698
9116
|
export default DynamicFocusSceneManager;
|
|
8699
9117
|
}
|
|
8700
9118
|
|
|
8701
|
-
declare module '@mappedin/react-native-sdk/
|
|
9119
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject' {
|
|
8702
9120
|
import { Group, Box3, Mesh, MeshLambertMaterial, Object3D, Vector3 } from 'three';
|
|
8703
|
-
import { FrameTaskGroup } from '@mappedin/react-native-sdk/
|
|
8704
|
-
import { Element, FlippableImage, MappedinMap, TaskScheduler, FlatLabel, SmartTooltip, ICore, InternalFloatingLabel, TCreateThreeDMarkerOptions } from '@mappedin/react-native-sdk/
|
|
8705
|
-
import { PubSub } from '@mappedin/react-native-sdk/
|
|
9121
|
+
import { FrameTaskGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.TaskScheduler';
|
|
9122
|
+
import { Element, FlippableImage, MappedinMap, TaskScheduler, FlatLabel, SmartTooltip, ICore, InternalFloatingLabel, TCreateThreeDMarkerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9123
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
8706
9124
|
/**
|
|
8707
9125
|
* Some preset priorities for tasks.
|
|
8708
9126
|
*/
|
|
@@ -8985,9 +9403,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
8985
9403
|
export default MapObject;
|
|
8986
9404
|
}
|
|
8987
9405
|
|
|
8988
|
-
declare module '@mappedin/react-native-sdk/
|
|
9406
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager' {
|
|
8989
9407
|
import { Texture } from 'three';
|
|
8990
|
-
import type { MappedinMap } from '@mappedin/react-native-sdk/
|
|
9408
|
+
import type { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
8991
9409
|
/**
|
|
8992
9410
|
* @internal
|
|
8993
9411
|
*/
|
|
@@ -8998,10 +9416,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
8998
9416
|
}
|
|
8999
9417
|
}
|
|
9000
9418
|
|
|
9001
|
-
declare module '@mappedin/react-native-sdk/
|
|
9419
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/bundle-asset-manager' {
|
|
9002
9420
|
import type { Texture } from 'three';
|
|
9003
|
-
import { Mappedin, MappedinMap } from '@mappedin/react-native-sdk/
|
|
9004
|
-
import { AssetManager } from '@mappedin/react-native-sdk/
|
|
9421
|
+
import { Mappedin, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9422
|
+
import { AssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9005
9423
|
/**
|
|
9006
9424
|
* @internal
|
|
9007
9425
|
*/
|
|
@@ -9013,10 +9431,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/bundle-asset-m
|
|
|
9013
9431
|
}
|
|
9014
9432
|
}
|
|
9015
9433
|
|
|
9016
|
-
declare module '@mappedin/react-native-sdk/
|
|
9017
|
-
import SmartCollisionEngine from '@mappedin/react-native-sdk/
|
|
9018
|
-
import { Rectangle } from '@mappedin/react-native-sdk/
|
|
9019
|
-
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/
|
|
9434
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider' {
|
|
9435
|
+
import SmartCollisionEngine from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
9436
|
+
import { Rectangle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/quad-tree';
|
|
9437
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9020
9438
|
export type TRange = [number, number, number, number];
|
|
9021
9439
|
type TCustomCollider<T> = ICollider & T;
|
|
9022
9440
|
export type TColliderStrategyProps = {
|
|
@@ -9119,8 +9537,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9119
9537
|
export default BaseCollider;
|
|
9120
9538
|
}
|
|
9121
9539
|
|
|
9122
|
-
declare module '@mappedin/react-native-sdk/
|
|
9123
|
-
import BaseCollider, { ICollider } from '@mappedin/react-native-sdk/
|
|
9540
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HTMLCollider' {
|
|
9541
|
+
import BaseCollider, { ICollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
9124
9542
|
export type TRange = [number, number, number, number];
|
|
9125
9543
|
export type TDimensions = {
|
|
9126
9544
|
width: number;
|
|
@@ -9152,10 +9570,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9152
9570
|
export default HTMLCollider;
|
|
9153
9571
|
}
|
|
9154
9572
|
|
|
9155
|
-
declare module '@mappedin/react-native-sdk/
|
|
9156
|
-
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/
|
|
9157
|
-
import type { ICore, TCreateMarkerOptions, TAnimationOptions } from '@mappedin/react-native-sdk/
|
|
9158
|
-
import { InternalMarker } from '@mappedin/react-native-sdk/
|
|
9573
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController' {
|
|
9574
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9575
|
+
import type { ICore, TCreateMarkerOptions, TAnimationOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9576
|
+
import { InternalMarker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9159
9577
|
import TWEEN from '@tweenjs/tween.js';
|
|
9160
9578
|
/**
|
|
9161
9579
|
* A marker containing some HTML content.
|
|
@@ -9242,10 +9660,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9242
9660
|
export default MarkersController;
|
|
9243
9661
|
}
|
|
9244
9662
|
|
|
9245
|
-
declare module '@mappedin/react-native-sdk/
|
|
9663
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Marker' {
|
|
9246
9664
|
import './Mappedin.Marker.scss';
|
|
9247
|
-
import { COLLISION_RANKING_TIERS, HTMLCollider, MARKER_ANCHOR } from '@mappedin/react-native-sdk/
|
|
9248
|
-
import type { TColliderStrategy, IHTMLCollider, TColliderPosition } from '@mappedin/react-native-sdk/
|
|
9665
|
+
import { COLLISION_RANKING_TIERS, HTMLCollider, MARKER_ANCHOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9666
|
+
import type { TColliderStrategy, IHTMLCollider, TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9249
9667
|
/**
|
|
9250
9668
|
* @hidden
|
|
9251
9669
|
* @internal
|
|
@@ -9284,10 +9702,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9284
9702
|
export default InternalMarker;
|
|
9285
9703
|
}
|
|
9286
9704
|
|
|
9287
|
-
declare module '@mappedin/react-native-sdk/
|
|
9288
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
9289
|
-
import type { ICore, SceneManager, TSceneTransitionOptions } from '@mappedin/react-native-sdk/
|
|
9290
|
-
import { MapObject } from '@mappedin/react-native-sdk/
|
|
9705
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.Scene' {
|
|
9706
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9707
|
+
import type { ICore, SceneManager, TSceneTransitionOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9708
|
+
import { MapObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9291
9709
|
class MapViewScene {
|
|
9292
9710
|
#private;
|
|
9293
9711
|
maps: MappedinMap[];
|
|
@@ -9327,11 +9745,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9327
9745
|
export default MapViewScene;
|
|
9328
9746
|
}
|
|
9329
9747
|
|
|
9330
|
-
declare module '@mappedin/react-native-sdk/
|
|
9748
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.StackScene' {
|
|
9331
9749
|
import { Box3, BoxHelper, Mesh } from 'three';
|
|
9332
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
9333
|
-
import type { ICore, SceneManager, TSceneTransitionOptions } from '@mappedin/react-native-sdk/
|
|
9334
|
-
import { MapObject, MapViewScene } from '@mappedin/react-native-sdk/
|
|
9750
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9751
|
+
import type { ICore, SceneManager, TSceneTransitionOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9752
|
+
import { MapObject, MapViewScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9335
9753
|
export const DEFAULT_VERTICAL_DISTANCE_BETWEEN_MAPS = 50;
|
|
9336
9754
|
class MapViewStackScene extends MapViewScene {
|
|
9337
9755
|
#private;
|
|
@@ -9368,11 +9786,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9368
9786
|
export default MapViewStackScene;
|
|
9369
9787
|
}
|
|
9370
9788
|
|
|
9371
|
-
declare module '@mappedin/react-native-sdk/
|
|
9789
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Element' {
|
|
9372
9790
|
import { MeshLambertMaterial, Mesh, ExtrudeGeometry, Group } from 'three';
|
|
9373
|
-
import { PubSub } from '@mappedin/react-native-sdk/
|
|
9374
|
-
import { AssetManager, MappedinMap, MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
9375
|
-
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/
|
|
9791
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
9792
|
+
import { AssetManager, MappedinMap, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9793
|
+
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
9376
9794
|
class Element extends PubSub {
|
|
9377
9795
|
polygon: MappedinPolygon;
|
|
9378
9796
|
mapClass: MappedinMap;
|
|
@@ -9444,11 +9862,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9444
9862
|
export default Element;
|
|
9445
9863
|
}
|
|
9446
9864
|
|
|
9447
|
-
declare module '@mappedin/react-native-sdk/
|
|
9865
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/building' {
|
|
9448
9866
|
import { Object3D } from 'three';
|
|
9449
|
-
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/
|
|
9450
|
-
import type { ICore, MapObject } from '@mappedin/react-native-sdk/
|
|
9451
|
-
import {
|
|
9867
|
+
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9868
|
+
import type { ICore, MapObject, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9869
|
+
import { determineMapPositionAndRotation } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-utils';
|
|
9870
|
+
import { LayerGroup } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
9452
9871
|
class Building {
|
|
9453
9872
|
layerGroup: LayerGroup;
|
|
9454
9873
|
mapGroup: MappedinMapGroup;
|
|
@@ -9457,9 +9876,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9457
9876
|
visibleMap?: MappedinMap;
|
|
9458
9877
|
readonly startingMap: MappedinMap;
|
|
9459
9878
|
baseMap: MappedinMap;
|
|
9879
|
+
venue: Mappedin;
|
|
9460
9880
|
object: Object3D;
|
|
9461
9881
|
mapObjects: MapObject[];
|
|
9462
|
-
constructor(core: ICore, mapGroup: MappedinMapGroup, layerGroup: LayerGroup, startingMap: MappedinMap, baseMap: MappedinMap);
|
|
9882
|
+
constructor(core: ICore, mapGroup: MappedinMapGroup, layerGroup: LayerGroup, startingMap: MappedinMap, baseMap: MappedinMap, venue: Mappedin);
|
|
9463
9883
|
loading: boolean;
|
|
9464
9884
|
activeMapOpacity: number;
|
|
9465
9885
|
buildingOpacity: number;
|
|
@@ -9478,6 +9898,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9478
9898
|
get defaultMapObject(): MapObject;
|
|
9479
9899
|
get baseMapObject(): MapObject;
|
|
9480
9900
|
state: string;
|
|
9901
|
+
determineMapPositionAndRotation: typeof determineMapPositionAndRotation;
|
|
9481
9902
|
/**
|
|
9482
9903
|
* The building is in view, so we should have the correct map loaded and ready to be displayed
|
|
9483
9904
|
*/
|
|
@@ -9491,12 +9912,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9491
9912
|
export default Building;
|
|
9492
9913
|
}
|
|
9493
9914
|
|
|
9494
|
-
declare module '@mappedin/react-native-sdk/
|
|
9915
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-scene' {
|
|
9495
9916
|
import { Object3D, Box3, Raycaster } from 'three';
|
|
9496
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
9497
|
-
import type { ICore, MapObject } from '@mappedin/react-native-sdk/
|
|
9498
|
-
import { Building } from '@mappedin/react-native-sdk/
|
|
9499
|
-
import { LayerGroup } from '@mappedin/react-native-sdk/
|
|
9917
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9918
|
+
import type { ICore, MapObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9919
|
+
import { Building } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9920
|
+
import { LayerGroup } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
9500
9921
|
class DynamicFocusScene {
|
|
9501
9922
|
buildings: Building[];
|
|
9502
9923
|
object: Object3D;
|
|
@@ -9537,9 +9958,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9537
9958
|
export default DynamicFocusScene;
|
|
9538
9959
|
}
|
|
9539
9960
|
|
|
9540
|
-
declare module '@mappedin/react-native-sdk/
|
|
9541
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
9542
|
-
import { ICore } from '@mappedin/react-native-sdk/
|
|
9961
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonColorsController' {
|
|
9962
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9963
|
+
import { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
9543
9964
|
type SetPolygonColorParam = [MappedinPolygon | string, string, {
|
|
9544
9965
|
highlighted?: boolean;
|
|
9545
9966
|
visible?: boolean;
|
|
@@ -9562,8 +9983,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9562
9983
|
export default PolygonColorsController;
|
|
9563
9984
|
}
|
|
9564
9985
|
|
|
9565
|
-
declare module '@mappedin/react-native-sdk/
|
|
9566
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
9986
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonInteractionController' {
|
|
9987
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9567
9988
|
class PolygonInteractionController {
|
|
9568
9989
|
#private;
|
|
9569
9990
|
constructor(core: ICore);
|
|
@@ -9575,9 +9996,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9575
9996
|
export default PolygonInteractionController;
|
|
9576
9997
|
}
|
|
9577
9998
|
|
|
9578
|
-
declare module '@mappedin/react-native-sdk/
|
|
9579
|
-
import { ICore, TCreateTooltipCommonOptions, TCreateTooltipOptions, SmartTooltip } from '@mappedin/react-native-sdk/
|
|
9580
|
-
import { MappedinNode, MappedinCoordinate } from '@mappedin/react-native-sdk/
|
|
9999
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/TooltipsController' {
|
|
10000
|
+
import { ICore, TCreateTooltipCommonOptions, TCreateTooltipOptions, SmartTooltip } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10001
|
+
import { MappedinNode, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9581
10002
|
class TooltipsController {
|
|
9582
10003
|
#private;
|
|
9583
10004
|
constructor(core: ICore);
|
|
@@ -9602,8 +10023,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9602
10023
|
export default TooltipsController;
|
|
9603
10024
|
}
|
|
9604
10025
|
|
|
9605
|
-
declare module '@mappedin/react-native-sdk/
|
|
9606
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
10026
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonStatesController' {
|
|
10027
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9607
10028
|
class PolygonStatesController {
|
|
9608
10029
|
#private;
|
|
9609
10030
|
constructor(core: ICore);
|
|
@@ -9614,9 +10035,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9614
10035
|
export default PolygonStatesController;
|
|
9615
10036
|
}
|
|
9616
10037
|
|
|
9617
|
-
declare module '@mappedin/react-native-sdk/
|
|
9618
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
9619
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
10038
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonImagesController' {
|
|
10039
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10040
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9620
10041
|
class PolygonImagesController {
|
|
9621
10042
|
#private;
|
|
9622
10043
|
constructor(core: ICore);
|
|
@@ -9627,9 +10048,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9627
10048
|
export default PolygonImagesController;
|
|
9628
10049
|
}
|
|
9629
10050
|
|
|
9630
|
-
declare module '@mappedin/react-native-sdk/
|
|
9631
|
-
import { ThreeJSMarkerHandle } from '@mappedin/react-native-sdk/
|
|
9632
|
-
import type { ICore, TCreateThreeDMarkerOptions } from '@mappedin/react-native-sdk/
|
|
10051
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ThreeDMarkersController' {
|
|
10052
|
+
import { ThreeJSMarkerHandle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10053
|
+
import type { ICore, TCreateThreeDMarkerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9633
10054
|
class ThreeDMarkersController {
|
|
9634
10055
|
#private;
|
|
9635
10056
|
constructor(core: ICore);
|
|
@@ -9640,10 +10061,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9640
10061
|
export default ThreeDMarkersController;
|
|
9641
10062
|
}
|
|
9642
10063
|
|
|
9643
|
-
declare module '@mappedin/react-native-sdk/
|
|
10064
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/EventSystem' {
|
|
9644
10065
|
import { Object3D, Color } from 'three';
|
|
9645
|
-
import type { ICore, MappedinPolygon, Collider } from '@mappedin/react-native-sdk/
|
|
9646
|
-
import { BlueDotManager, Path } from '@mappedin/react-native-sdk/
|
|
10066
|
+
import type { ICore, MappedinPolygon, Collider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10067
|
+
import { BlueDotManager, Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9647
10068
|
class EventSystem {
|
|
9648
10069
|
core: ICore;
|
|
9649
10070
|
blueDotManager?: BlueDotManager;
|
|
@@ -9716,7 +10137,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9716
10137
|
export default EventSystem;
|
|
9717
10138
|
}
|
|
9718
10139
|
|
|
9719
|
-
declare module '@mappedin/react-native-sdk/
|
|
10140
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BinaryAssetManager' {
|
|
9720
10141
|
import { Texture } from 'three';
|
|
9721
10142
|
/**
|
|
9722
10143
|
* This asset manager is used when loading a venue from MVF.
|
|
@@ -9735,13 +10156,13 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9735
10156
|
}
|
|
9736
10157
|
}
|
|
9737
10158
|
|
|
9738
|
-
declare module '@mappedin/react-native-sdk/
|
|
10159
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine' {
|
|
9739
10160
|
import './Mappedin.SmartCollisionEngine.scss';
|
|
9740
|
-
import { TRange, TColliderPosition } from '@mappedin/react-native-sdk/
|
|
9741
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
9742
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
9743
|
-
import { Rectangle, QuadTree } from '@mappedin/react-native-sdk/
|
|
9744
|
-
import { InternalFloatingLabel, InternalMarker, SmartTooltip } from '@mappedin/react-native-sdk/
|
|
10161
|
+
import { TRange, TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
10162
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10163
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10164
|
+
import { Rectangle, QuadTree } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/quad-tree';
|
|
10165
|
+
import { InternalFloatingLabel, InternalMarker, SmartTooltip } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9745
10166
|
export type Collider = InternalMarker | SmartTooltip | InternalFloatingLabel;
|
|
9746
10167
|
export type ColliderQuadTree = QuadTree<{
|
|
9747
10168
|
collider: Collider;
|
|
@@ -9808,7 +10229,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9808
10229
|
export default SmartCollisionEngine;
|
|
9809
10230
|
}
|
|
9810
10231
|
|
|
9811
|
-
declare module '@mappedin/react-native-sdk/
|
|
10232
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BillboardManager' {
|
|
9812
10233
|
import { Object3D } from 'three';
|
|
9813
10234
|
class BillboardManager {
|
|
9814
10235
|
orbit: Object3D;
|
|
@@ -9822,10 +10243,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9822
10243
|
export default BillboardManager;
|
|
9823
10244
|
}
|
|
9824
10245
|
|
|
9825
|
-
declare module '@mappedin/react-native-sdk/
|
|
9826
|
-
import { MappedinDirections, MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/
|
|
9827
|
-
import { STACKED_MAPS_STATE, MapViewScene, MapViewStackScene, CAMERA_EASING_MODE } from '@mappedin/react-native-sdk/
|
|
9828
|
-
import type { ICore, TCameraTransform } from '@mappedin/react-native-sdk/
|
|
10246
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/StackedMapsController' {
|
|
10247
|
+
import { MappedinDirections, MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10248
|
+
import { STACKED_MAPS_STATE, MapViewScene, MapViewStackScene, CAMERA_EASING_MODE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10249
|
+
import type { ICore, TCameraTransform } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9829
10250
|
enum ACTION {
|
|
9830
10251
|
enable = "enable",
|
|
9831
10252
|
disable = "disable",
|
|
@@ -9940,8 +10361,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9940
10361
|
export default StackedMapsController;
|
|
9941
10362
|
}
|
|
9942
10363
|
|
|
9943
|
-
declare module '@mappedin/react-native-sdk/
|
|
9944
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
10364
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ExportController' {
|
|
10365
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9945
10366
|
/**
|
|
9946
10367
|
* @hidden
|
|
9947
10368
|
*/
|
|
@@ -9958,6 +10379,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9958
10379
|
export default class ExportController {
|
|
9959
10380
|
#private;
|
|
9960
10381
|
core: ICore;
|
|
10382
|
+
glTFExporter?: any;
|
|
9961
10383
|
constructor(core: ICore);
|
|
9962
10384
|
/**
|
|
9963
10385
|
* Exports the current scene as a GLTF file.
|
|
@@ -9966,9 +10388,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9966
10388
|
}
|
|
9967
10389
|
}
|
|
9968
10390
|
|
|
9969
|
-
declare module '@mappedin/react-native-sdk/
|
|
9970
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
9971
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
10391
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/LayerController' {
|
|
10392
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
10393
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9972
10394
|
import { Feature, FeatureCollection, GeoJsonProperties, Polygon } from 'geojson';
|
|
9973
10395
|
class LayerController {
|
|
9974
10396
|
#private;
|
|
@@ -9990,10 +10412,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9990
10412
|
export default LayerController;
|
|
9991
10413
|
}
|
|
9992
10414
|
|
|
9993
|
-
declare module '@mappedin/react-native-sdk/
|
|
9994
|
-
import { IBlueDotCore, BlueDotManager } from '@mappedin/react-native-sdk/
|
|
9995
|
-
import { IPubSub } from '@mappedin/react-native-sdk/
|
|
9996
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
10415
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.ui' {
|
|
10416
|
+
import { IBlueDotCore, BlueDotManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10417
|
+
import { IPubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
10418
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9997
10419
|
enum ZOOM_CONDITION {
|
|
9998
10420
|
EXPIRED = 0,
|
|
9999
10421
|
IN_PROGRESS = 1,
|
|
@@ -10024,10 +10446,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
10024
10446
|
export default BlueDotUI;
|
|
10025
10447
|
}
|
|
10026
10448
|
|
|
10027
|
-
declare module '@mappedin/react-native-sdk/
|
|
10449
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/utils' {
|
|
10028
10450
|
import { Box3, Vector3, Object3D, Material } from 'three';
|
|
10029
|
-
import { Mappedin, MapObject, MappedinMap, TMapViewOptions } from '@mappedin/react-native-sdk/
|
|
10030
|
-
import { Camera } from '@mappedin/react-native-sdk/
|
|
10451
|
+
import { Mappedin, MapObject, MappedinMap, TMapViewOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10452
|
+
import { Camera } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera';
|
|
10031
10453
|
/**
|
|
10032
10454
|
* Utils function listing
|
|
10033
10455
|
*
|
|
@@ -10181,27 +10603,27 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/utils
|
|
|
10181
10603
|
export {};
|
|
10182
10604
|
}
|
|
10183
10605
|
|
|
10184
|
-
declare module '@mappedin/react-native-sdk/
|
|
10606
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView' {
|
|
10185
10607
|
import '../internal/Mappedin.css';
|
|
10186
|
-
import { Mappedin, MappedinCoordinate, MappedinLocation, MappedinMap, MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
10187
|
-
import { E_SDK_EVENT_PAYLOAD, TCreateMarkerOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TMapViewOptions, TPathOptions, TCreateTooltipCommonOptions, TCreateTooltipOptions, TAOConfiguration, TAntialiasConfiguration } from '@mappedin/react-native-sdk/
|
|
10188
|
-
import { E_SDK_EVENT, STATE } from '@mappedin/react-native-sdk/
|
|
10189
|
-
import SmartTooltip from '@mappedin/react-native-sdk/
|
|
10190
|
-
import { Marker } from '@mappedin/react-native-sdk/
|
|
10191
|
-
import { PubSub } from '@mappedin/react-native-sdk/
|
|
10192
|
-
import Journey from '@mappedin/react-native-sdk/
|
|
10193
|
-
import { TGetPolygonsAtCoordinateOptions } from '@mappedin/react-native-sdk/
|
|
10194
|
-
import { IFlatLabels } from '@mappedin/react-native-sdk/
|
|
10195
|
-
import { IFloatingLabels } from '@mappedin/react-native-sdk/
|
|
10196
|
-
import { Markers } from '@mappedin/react-native-sdk/
|
|
10197
|
-
import { Paths } from '@mappedin/react-native-sdk/
|
|
10198
|
-
import { BlueDot } from '@mappedin/react-native-sdk/
|
|
10199
|
-
import { Camera } from '@mappedin/react-native-sdk/
|
|
10200
|
-
import { Exporter } from '@mappedin/react-native-sdk/
|
|
10201
|
-
import { StackedMaps } from '@mappedin/react-native-sdk/
|
|
10202
|
-
import OutdoorView from '@mappedin/react-native-sdk/
|
|
10203
|
-
import { Layers } from '@mappedin/react-native-sdk/
|
|
10204
|
-
import { DynamicFocus } from '@mappedin/react-native-sdk/
|
|
10608
|
+
import { Mappedin, MappedinCoordinate, MappedinLocation, MappedinMap, MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10609
|
+
import { E_SDK_EVENT_PAYLOAD, TCreateMarkerOptions, TLabelAllLocationFlatLabelOptions, TLabelAllLocationFloatingLabelOptions, TMapViewOptions, TPathOptions, TCreateTooltipCommonOptions, TCreateTooltipOptions, TAOConfiguration, TAntialiasConfiguration } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
10610
|
+
import { E_SDK_EVENT, STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
10611
|
+
import SmartTooltip from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip';
|
|
10612
|
+
import { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
10613
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10614
|
+
import Journey from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Journey';
|
|
10615
|
+
import { TGetPolygonsAtCoordinateOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10616
|
+
import { IFlatLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FlatLabels';
|
|
10617
|
+
import { IFloatingLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FloatingLabels';
|
|
10618
|
+
import { Markers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Markers';
|
|
10619
|
+
import { Paths } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Paths';
|
|
10620
|
+
import { BlueDot } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/BlueDot';
|
|
10621
|
+
import { Camera } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera';
|
|
10622
|
+
import { Exporter } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Exporter';
|
|
10623
|
+
import { StackedMaps } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/StackedMaps';
|
|
10624
|
+
import OutdoorView from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/OutdoorView';
|
|
10625
|
+
import { Layers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Layers';
|
|
10626
|
+
import { DynamicFocus } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/DynamicFocus';
|
|
10205
10627
|
/**
|
|
10206
10628
|
* Primary API class for controlling and interacting with a 3D map.
|
|
10207
10629
|
*/
|
|
@@ -10838,13 +11260,13 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/MapView
|
|
|
10838
11260
|
}
|
|
10839
11261
|
}
|
|
10840
11262
|
|
|
10841
|
-
declare module '@mappedin/react-native-sdk/
|
|
11263
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager' {
|
|
10842
11264
|
import { Box3 } from 'three';
|
|
10843
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
10844
|
-
import { MappedinCoordinate, MappedinMap } from '@mappedin/react-native-sdk/
|
|
10845
|
-
import Object3D from '@mappedin/react-native-sdk/
|
|
10846
|
-
import { Tile } from '@mappedin/react-native-sdk/
|
|
10847
|
-
import { IOutdoorContextProvider } from '@mappedin/react-native-sdk/
|
|
11265
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11266
|
+
import { MappedinCoordinate, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11267
|
+
import Object3D from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/object3D.destroy';
|
|
11268
|
+
import { Tile } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.Tile';
|
|
11269
|
+
import { IOutdoorContextProvider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider';
|
|
10848
11270
|
/**
|
|
10849
11271
|
* @deprecated Use {@link OutdoorView} instead.
|
|
10850
11272
|
*/
|
|
@@ -10905,204 +11327,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/outdo
|
|
|
10905
11327
|
}
|
|
10906
11328
|
}
|
|
10907
11329
|
|
|
10908
|
-
declare module '@mappedin/react-native-sdk/
|
|
10909
|
-
import '
|
|
10910
|
-
import {
|
|
10911
|
-
import '../internal/object3D.destroy';
|
|
10912
|
-
import type { TGetPolygonsAtCoordinateOptions, TMapViewOptions, TPadding, MappedinPolygon } from '@mappedin/react-native-sdk/core/packages/renderer/internal';
|
|
10913
|
-
import { Renderer, TaskScheduler, MapManager, FlatLabel, SmartCollisionEngine, PubSub, INTERNAL_EVENT, INTERNAL_EVENT_PAYLOAD, MapView, STATE, MapObject, SceneManager, TileManager, PathsController, FloatingLabelsController, FlatLabelsController, PolygonColorsController, MarkersController, PolygonInteractionController, TooltipsController, PolygonStatesController, PolygonImagesController, ThreeDMarkersController, EventSystem, BlueDotController, CameraController, BillboardManager, StackedMapsController, OutdoorViewController, WatermarkController, PolygonHoverColorsController, ExportController, LayerController } from '@mappedin/react-native-sdk/core/packages/renderer/internal';
|
|
10914
|
-
import { Mappedin as IMappedin, MappedinCoordinate, MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/core/packages/get-venue';
|
|
10915
|
-
import { E_MAP_CHANGED_REASON } from '@mappedin/react-native-sdk/core/packages/renderer/MapView.enums';
|
|
10916
|
-
export const raycaster: any;
|
|
10917
|
-
let Mappedin: any;
|
|
10918
|
-
/**
|
|
10919
|
-
* Some preset orderings for updates.
|
|
10920
|
-
*/
|
|
10921
|
-
export const UPDATE_ORDERING: {
|
|
10922
|
-
BEFORE_CAMERA: number;
|
|
10923
|
-
CAMERA: number;
|
|
10924
|
-
AFTER_CAMERA: number;
|
|
10925
|
-
RENDER: number;
|
|
10926
|
-
AFTER_RENDER: number;
|
|
10927
|
-
AFTER_ALL_UPDATES: number;
|
|
10928
|
-
};
|
|
10929
|
-
type TCoreColors = {
|
|
10930
|
-
defaultHover2D: string;
|
|
10931
|
-
select: string;
|
|
10932
|
-
text: string;
|
|
10933
|
-
path: string;
|
|
10934
|
-
pathPulse: string;
|
|
10935
|
-
textSelect: string;
|
|
10936
|
-
};
|
|
10937
|
-
class Core extends PubSub<INTERNAL_EVENT_PAYLOAD, INTERNAL_EVENT> {
|
|
10938
|
-
#private;
|
|
10939
|
-
/**
|
|
10940
|
-
* Controllers
|
|
10941
|
-
*/
|
|
10942
|
-
eventSystem: EventSystem;
|
|
10943
|
-
floatingLabels: FloatingLabelsController;
|
|
10944
|
-
flatLabels: FlatLabelsController;
|
|
10945
|
-
paths: PathsController;
|
|
10946
|
-
polygonColors: PolygonColorsController;
|
|
10947
|
-
polygonHoverColors: PolygonHoverColorsController;
|
|
10948
|
-
polygonInteraction: PolygonInteractionController;
|
|
10949
|
-
polygonStates: PolygonStatesController;
|
|
10950
|
-
polygonImages: PolygonImagesController;
|
|
10951
|
-
markers: MarkersController;
|
|
10952
|
-
tooltips: TooltipsController;
|
|
10953
|
-
threeDMarkers: ThreeDMarkersController;
|
|
10954
|
-
blueDot: BlueDotController;
|
|
10955
|
-
camera: CameraController;
|
|
10956
|
-
outdoorViewController?: OutdoorViewController;
|
|
10957
|
-
exportController: ExportController;
|
|
10958
|
-
watermark: WatermarkController;
|
|
10959
|
-
layerController: LayerController;
|
|
10960
|
-
options: TMapViewOptions & {
|
|
10961
|
-
onDataLoaded?: (data: IMappedin) => void;
|
|
10962
|
-
onFirstMapLoaded?: (data: IMappedin) => void;
|
|
10963
|
-
};
|
|
10964
|
-
currentPath?: MappedinNode[];
|
|
10965
|
-
state: STATE;
|
|
10966
|
-
imageFlippingCache: {};
|
|
10967
|
-
imageFlippingEnabled: boolean;
|
|
10968
|
-
MapView: MapView;
|
|
10969
|
-
type: string;
|
|
10970
|
-
container: HTMLDivElement;
|
|
10971
|
-
venue: IMappedin;
|
|
10972
|
-
colors: TCoreColors;
|
|
10973
|
-
loadOptions: TMapViewOptions['loadOptions'];
|
|
10974
|
-
smartCollisionEngine: SmartCollisionEngine;
|
|
10975
|
-
taskScheduler: TaskScheduler;
|
|
10976
|
-
renderer: Renderer;
|
|
10977
|
-
highlightedPolygons: Record<string, string>;
|
|
10978
|
-
outlinedPolygons: Map<string, MappedinPolygon>;
|
|
10979
|
-
scene: Scene;
|
|
10980
|
-
focusZoomFactor: number;
|
|
10981
|
-
cameraObject: PerspectiveCamera;
|
|
10982
|
-
polygonMeshesById: Record<string, Mesh>;
|
|
10983
|
-
textLabelsByPolygonId: Record<string, FlatLabel>;
|
|
10984
|
-
labelOrientationDelay: number;
|
|
10985
|
-
isWebGL2: boolean;
|
|
10986
|
-
interactivePolygons: Record<string, boolean>;
|
|
10987
|
-
polygonHoverColorsById: Record<string, Color>;
|
|
10988
|
-
mapManager: MapManager | undefined;
|
|
10989
|
-
sceneManager: SceneManager | undefined;
|
|
10990
|
-
mapObjects: Map<MappedinMap['id'], MapObject>;
|
|
10991
|
-
referenceMap: MappedinMap;
|
|
10992
|
-
currentInteractionEvent: INTERNAL_EVENT | undefined;
|
|
10993
|
-
resolution: Vector2;
|
|
10994
|
-
cameraParameters: Vector2;
|
|
10995
|
-
controls: typeof Mappedin.CameraControls;
|
|
10996
|
-
cameraPlane: Mesh;
|
|
10997
|
-
canvasWidth: number;
|
|
10998
|
-
canvasHeight: number;
|
|
10999
|
-
cachedPadding: TPadding;
|
|
11000
|
-
currentScale: number;
|
|
11001
|
-
rendererDomElement: HTMLCanvasElement;
|
|
11002
|
-
resolutionScale: number;
|
|
11003
|
-
outdoorGeometryLayers: string[];
|
|
11004
|
-
billboardManager: BillboardManager;
|
|
11005
|
-
stackedMaps: StackedMapsController;
|
|
11006
|
-
tileManager: TileManager;
|
|
11007
|
-
setMapReason?: E_MAP_CHANGED_REASON;
|
|
11008
|
-
get aspect(): number;
|
|
11009
|
-
/**
|
|
11010
|
-
* Get all maps that are "visible" in the scene.
|
|
11011
|
-
*/
|
|
11012
|
-
get visibleMapsInCurrentScene(): MappedinMap[];
|
|
11013
|
-
get visibleMapObjectsInCurrentScene(): MapObject[];
|
|
11014
|
-
/**
|
|
11015
|
-
* Returns all currently visible layers
|
|
11016
|
-
*/
|
|
11017
|
-
get visibleLayersInCurrentScene(): {};
|
|
11018
|
-
constructor(container: HTMLDivElement, venue: IMappedin, options: TMapViewOptions & {
|
|
11019
|
-
onDataLoaded?: (data: IMappedin) => void;
|
|
11020
|
-
onFirstMapLoaded?: (data: IMappedin) => void;
|
|
11021
|
-
}, MapView: MapView);
|
|
11022
|
-
get currentMap(): string | null;
|
|
11023
|
-
setState(state: STATE): Promise<void>;
|
|
11024
|
-
getPolygon: (polygon: any) => any;
|
|
11025
|
-
showEntireMap: (options: any) => any;
|
|
11026
|
-
resetPanBounds: () => void;
|
|
11027
|
-
focusOn: (options: any) => any;
|
|
11028
|
-
focusOnPolygon: (polygon: any, changeZoom: any, duration: any, curve: any) => any;
|
|
11029
|
-
focusOnPath: (path: any, polygons: any, changeZoom: any, duration: any, curve: any) => any;
|
|
11030
|
-
getCameraFrameForPoints: (pointCloud: any, horizontalFovFactor: any, verticalFovFactor: any, padding: any, ignoreZoom?: boolean, minZoom?: any, maxZoom?: any) => {
|
|
11031
|
-
position: any;
|
|
11032
|
-
zoom: any;
|
|
11033
|
-
};
|
|
11034
|
-
setPadding: (padding?: TPadding) => void;
|
|
11035
|
-
getZoomLevelForPolygon: (polygon: any) => any;
|
|
11036
|
-
getZoomLevelForCurrentMap: () => any;
|
|
11037
|
-
getZoomLevelForObject: (object: any) => any;
|
|
11038
|
-
resetCamera: (forceOrigin?: boolean) => void;
|
|
11039
|
-
/**
|
|
11040
|
-
* Gets a position (to anchor a {{#crossLink "Marker"}}{{/crossLink}} usually) from a latitude and longitude.
|
|
11041
|
-
*
|
|
11042
|
-
* @method getPositionLatLon
|
|
11043
|
-
* @param latitude {Number} Latitude of position
|
|
11044
|
-
* @param longitude {Number} Longitude of position
|
|
11045
|
-
* @returns A position you can use with a Marker either initially or to update later when the user (for example) moves
|
|
11046
|
-
*/
|
|
11047
|
-
getPositionLatLon: (lat: number, lon: number, map?: string | MappedinMap | null) => Vector3;
|
|
11048
|
-
lockNorth: (element: any, offset?: number) => void;
|
|
11049
|
-
unlockNorth: (element: any) => void;
|
|
11050
|
-
convertTo3DMapPosition: (nodeOrCoordinate: MappedinNode | MappedinCoordinate) => any;
|
|
11051
|
-
/**
|
|
11052
|
-
* Converts a 2D x,y screen position into a 3D MappedinCoordinate using projection
|
|
11053
|
-
*/
|
|
11054
|
-
convertScreenCoordinateToMapCoordinate: (x: number, y: number, map: MappedinMap) => MappedinCoordinate;
|
|
11055
|
-
convert3DMapPositionToCoordinate: (coord: any, mapClass?: MappedinMap | null | undefined) => MappedinCoordinate;
|
|
11056
|
-
getPositionPolygon: (polygon: any) => any;
|
|
11057
|
-
getPositionNode: (node: any) => any;
|
|
11058
|
-
hideAllLabels: () => void;
|
|
11059
|
-
setBackgroundColor: (color: any, alpha: any) => void;
|
|
11060
|
-
setSize: (width: any, height: any) => void;
|
|
11061
|
-
getMapScale: () => number;
|
|
11062
|
-
getNorth: () => number;
|
|
11063
|
-
/**
|
|
11064
|
-
* The scene only renders when something has changed. This should be something a 3rd party developer doesn't need to worry about,
|
|
11065
|
-
* but if you are doing something weird, or have your own special tween for something, you will want to call this function.
|
|
11066
|
-
* You can call it as often as you want, it just sets a flag that we need to render again, and renders a few frames if we weren't already doing that.
|
|
11067
|
-
* @method tryRendering
|
|
11068
|
-
* @param [renderMode=RENDER.ALL] {RENDER} Which parts of the scene to re-render
|
|
11069
|
-
*/
|
|
11070
|
-
tryRendering: (renderMode?: any) => void;
|
|
11071
|
-
/**
|
|
11072
|
-
* Display the performance characteristics and debug controls for this
|
|
11073
|
-
* MapView.
|
|
11074
|
-
*
|
|
11075
|
-
* @method showDebugUI
|
|
11076
|
-
*/
|
|
11077
|
-
showDebugUI: () => void;
|
|
11078
|
-
/**
|
|
11079
|
-
* Hide the performance characteristics and debug controls for this
|
|
11080
|
-
* MapView.
|
|
11081
|
-
*
|
|
11082
|
-
* @method hideDebugUI
|
|
11083
|
-
*/
|
|
11084
|
-
hideDebugUI: () => void;
|
|
11085
|
-
determineNewLabelSize: () => void;
|
|
11086
|
-
mapSetInProgress: Promise<any>;
|
|
11087
|
-
mapSetResolved: any;
|
|
11088
|
-
setMap: (map: string | MappedinMap) => Promise<any>;
|
|
11089
|
-
setMapWithReason: (map: string | MappedinMap, reason: E_MAP_CHANGED_REASON) => Promise<any>;
|
|
11090
|
-
getPolygonsAtScreenCoordinate: (x: number, y: number, options?: TGetPolygonsAtCoordinateOptions) => any;
|
|
11091
|
-
getPolygonsAtCoordinate: (coordinate: MappedinCoordinate, options?: TGetPolygonsAtCoordinateOptions) => any;
|
|
11092
|
-
getNearestNodeByScreenCoordinate(x: number, y: number, mapOrMapId?: MappedinMap | MappedinMap['id']): MappedinNode;
|
|
11093
|
-
/**
|
|
11094
|
-
* Destroys instance and frees resources
|
|
11095
|
-
*
|
|
11096
|
-
* @method destroy
|
|
11097
|
-
*/
|
|
11098
|
-
destroy: () => void;
|
|
11099
|
-
}
|
|
11100
|
-
export default Core;
|
|
11101
|
-
}
|
|
11102
|
-
|
|
11103
|
-
declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Camera' {
|
|
11104
|
-
import { E_CAMERA_DIRECTION } from '@mappedin/react-native-sdk/core/packages/renderer/MapView.enums';
|
|
11105
|
-
import CameraController, { TCameraAnimationOptions, TCameraInteractionsSetOptions, TCameraTargets, TCameraTransform, TFocusOnCameraOptions } from '@mappedin/react-native-sdk/core/packages/renderer/private/controllers/CameraController';
|
|
11330
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera' {
|
|
11331
|
+
import { E_CAMERA_DIRECTION } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
11332
|
+
import CameraController, { TCameraAnimationOptions, TCameraInteractionsSetOptions, TCameraTargets, TCameraTransform, TFocusOnCameraOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
11106
11333
|
/**
|
|
11107
11334
|
* API to control and respond to the state of the camera within the scene.
|
|
11108
11335
|
*/
|
|
@@ -11197,7 +11424,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Cam
|
|
|
11197
11424
|
* Get the current camera position, which is at the center of the map.
|
|
11198
11425
|
* @returns the position as a coordinate
|
|
11199
11426
|
*/
|
|
11200
|
-
get position(): import("
|
|
11427
|
+
get position(): import("../../internal").MappedinCoordinate;
|
|
11201
11428
|
/**
|
|
11202
11429
|
* Enable or disable the ability for the user to interact with the camera (e.g. pan, zoom, tilt, etc).
|
|
11203
11430
|
* This does not affect programmatic camera controls, such as {@link set} and {@link focusOn}.
|
|
@@ -11257,7 +11484,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Cam
|
|
|
11257
11484
|
* @returns An object defining a number of pixels from the top, left, bottom, and right of
|
|
11258
11485
|
* the screen.
|
|
11259
11486
|
*/
|
|
11260
|
-
getSafeAreaInsets(): import("
|
|
11487
|
+
getSafeAreaInsets(): import("../../MapView.types").TPadding;
|
|
11261
11488
|
/**
|
|
11262
11489
|
* Animate the camera to focus on a collection of targets. To control where the targets should
|
|
11263
11490
|
* be placed on screen, either specify `safeAreaInsets` on the {@link TFocusOnCameraOptions}
|
|
@@ -11338,8 +11565,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Cam
|
|
|
11338
11565
|
}
|
|
11339
11566
|
}
|
|
11340
11567
|
|
|
11341
|
-
declare module '@mappedin/react-native-sdk/
|
|
11342
|
-
import { BlueDotController, TEnableBlueDotOptions } from '@mappedin/react-native-sdk/
|
|
11568
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/BlueDot' {
|
|
11569
|
+
import { BlueDotController, TEnableBlueDotOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
11343
11570
|
/**
|
|
11344
11571
|
* API to enable and respond to user position updates.
|
|
11345
11572
|
*/
|
|
@@ -11412,11 +11639,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Blu
|
|
|
11412
11639
|
}
|
|
11413
11640
|
}
|
|
11414
11641
|
|
|
11415
|
-
declare module '@mappedin/react-native-sdk/
|
|
11416
|
-
import { TAnimationOptions } from '@mappedin/react-native-sdk/
|
|
11417
|
-
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/
|
|
11418
|
-
import { TCreateMarkerOptions } from '@mappedin/react-native-sdk/
|
|
11419
|
-
import MarkersController, { Marker } from '@mappedin/react-native-sdk/
|
|
11642
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Markers' {
|
|
11643
|
+
import { TAnimationOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11644
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11645
|
+
import { TCreateMarkerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11646
|
+
import MarkersController, { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
11420
11647
|
/**
|
|
11421
11648
|
* API to control adding 2D markers to the scene.
|
|
11422
11649
|
*/
|
|
@@ -11511,10 +11738,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Mar
|
|
|
11511
11738
|
}
|
|
11512
11739
|
}
|
|
11513
11740
|
|
|
11514
|
-
declare module '@mappedin/react-native-sdk/
|
|
11515
|
-
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/
|
|
11516
|
-
import { TPathOptions } from '@mappedin/react-native-sdk/
|
|
11517
|
-
import PathsController, { Path } from '@mappedin/react-native-sdk/
|
|
11741
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Paths' {
|
|
11742
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11743
|
+
import { TPathOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11744
|
+
import PathsController, { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
11518
11745
|
/**
|
|
11519
11746
|
* API to add and remove paths from maps. See also {@link Journey}.
|
|
11520
11747
|
*/
|
|
@@ -11567,9 +11794,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Pat
|
|
|
11567
11794
|
}
|
|
11568
11795
|
}
|
|
11569
11796
|
|
|
11570
|
-
declare module '@mappedin/react-native-sdk/
|
|
11571
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
11572
|
-
import { STACKED_MAPS_STATE, StackedMapsController, TCameraTransform } from '@mappedin/react-native-sdk/
|
|
11797
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/StackedMaps' {
|
|
11798
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11799
|
+
import { STACKED_MAPS_STATE, StackedMapsController, TCameraTransform } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11573
11800
|
/**
|
|
11574
11801
|
* @experimental
|
|
11575
11802
|
* API for showing multiple maps involved in a {@link Journey} as a vertical stack.
|
|
@@ -11684,8 +11911,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Sta
|
|
|
11684
11911
|
}
|
|
11685
11912
|
}
|
|
11686
11913
|
|
|
11687
|
-
declare module '@mappedin/react-native-sdk/
|
|
11688
|
-
import { OutdoorViewController } from '@mappedin/react-native-sdk/
|
|
11914
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/OutdoorView' {
|
|
11915
|
+
import { OutdoorViewController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11689
11916
|
/**
|
|
11690
11917
|
* @experimental
|
|
11691
11918
|
* API to control outdoor view rendering. Outdoor view can be enabled when
|
|
@@ -11734,9 +11961,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Out
|
|
|
11734
11961
|
export default OutdoorView;
|
|
11735
11962
|
}
|
|
11736
11963
|
|
|
11737
|
-
declare module '@mappedin/react-native-sdk/
|
|
11738
|
-
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/
|
|
11739
|
-
import { DynamicFocusSceneManager } from '@mappedin/react-native-sdk/
|
|
11964
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/DynamicFocus' {
|
|
11965
|
+
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11966
|
+
import { DynamicFocusSceneManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11740
11967
|
/**
|
|
11741
11968
|
* @experimental
|
|
11742
11969
|
* API to dynamically set the map focus as you pan over map groups. Dynamic Focus can be enabled when
|
|
@@ -11807,9 +12034,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Dyn
|
|
|
11807
12034
|
export { DynamicFocus };
|
|
11808
12035
|
}
|
|
11809
12036
|
|
|
11810
|
-
declare module '@mappedin/react-native-sdk/
|
|
12037
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Layers' {
|
|
11811
12038
|
import { Feature, FeatureCollection, GeoJsonProperties, Polygon } from 'geojson';
|
|
11812
|
-
import { LayerController, MappedinMap } from '@mappedin/react-native-sdk/
|
|
12039
|
+
import { LayerController, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11813
12040
|
/**
|
|
11814
12041
|
* @experimental
|
|
11815
12042
|
* API to control per-map layer management, visibility and interpolations.
|
|
@@ -11841,7 +12068,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Lay
|
|
|
11841
12068
|
export default LayerController;
|
|
11842
12069
|
}
|
|
11843
12070
|
|
|
11844
|
-
declare module '@mappedin/react-native-sdk/
|
|
12071
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider' {
|
|
11845
12072
|
/**
|
|
11846
12073
|
* @deprecated Use {@link OutdoorView} instead.
|
|
11847
12074
|
* The universal outdoor context interface
|
|
@@ -11911,7 +12138,102 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/outdo
|
|
|
11911
12138
|
}
|
|
11912
12139
|
}
|
|
11913
12140
|
|
|
11914
|
-
declare module '@mappedin/react-native-sdk/
|
|
12141
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PerformanceController' {
|
|
12142
|
+
import type Core from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
12143
|
+
/**
|
|
12144
|
+
* Represents performance statistics.
|
|
12145
|
+
*/
|
|
12146
|
+
export interface PerformanceStats {
|
|
12147
|
+
fps: number;
|
|
12148
|
+
ms: number;
|
|
12149
|
+
mb: number;
|
|
12150
|
+
}
|
|
12151
|
+
export type FPSChangeHandler = (stats: PerformanceStats) => void;
|
|
12152
|
+
interface PerformanceControllerOptions {
|
|
12153
|
+
container: HTMLDivElement;
|
|
12154
|
+
dynamicPerformance: boolean;
|
|
12155
|
+
debug: boolean;
|
|
12156
|
+
onFPSChangeArray: FPSChangeHandler[];
|
|
12157
|
+
}
|
|
12158
|
+
/**
|
|
12159
|
+
* Manages performance monitoring, updating stats, and handling FPS changes.
|
|
12160
|
+
* It executes callbacks from the onFPSChangeArray starting from the penultimate one in descending order
|
|
12161
|
+
* when the FPS drops below the minimum threshold
|
|
12162
|
+
*
|
|
12163
|
+
* @hidden
|
|
12164
|
+
* @internal
|
|
12165
|
+
*
|
|
12166
|
+
*/
|
|
12167
|
+
export class PerformanceController {
|
|
12168
|
+
/**
|
|
12169
|
+
* @hidden
|
|
12170
|
+
* @internal
|
|
12171
|
+
*/
|
|
12172
|
+
constructor(options: PerformanceControllerOptions);
|
|
12173
|
+
/**
|
|
12174
|
+
* @hidden
|
|
12175
|
+
* @internal
|
|
12176
|
+
*/
|
|
12177
|
+
static getDefaultOnFPSChangeArray(core: Core): (() => void)[];
|
|
12178
|
+
/**
|
|
12179
|
+
* @hidden
|
|
12180
|
+
* @internal
|
|
12181
|
+
*/
|
|
12182
|
+
update(): void;
|
|
12183
|
+
/**
|
|
12184
|
+
* Gets the current performance statistics.
|
|
12185
|
+
*
|
|
12186
|
+
* @hidden
|
|
12187
|
+
* @internal
|
|
12188
|
+
* @returns {PerformanceStats} The current performance statistics.
|
|
12189
|
+
*/
|
|
12190
|
+
get currentStats(): PerformanceStats;
|
|
12191
|
+
/**
|
|
12192
|
+
* Gets the DOM element for the performance view.
|
|
12193
|
+
*
|
|
12194
|
+
* @hidden
|
|
12195
|
+
* @internal
|
|
12196
|
+
* @returns {HTMLDivElement} The DOM element.
|
|
12197
|
+
*/
|
|
12198
|
+
get dom(): HTMLDivElement;
|
|
12199
|
+
/**
|
|
12200
|
+
* Hides the debugger view.
|
|
12201
|
+
*
|
|
12202
|
+
* @hidden
|
|
12203
|
+
* @internal
|
|
12204
|
+
*/
|
|
12205
|
+
hidePerformancePanel(): void;
|
|
12206
|
+
/**
|
|
12207
|
+
* Shows the debugger view.
|
|
12208
|
+
*
|
|
12209
|
+
* @hidden
|
|
12210
|
+
* @internal
|
|
12211
|
+
*/
|
|
12212
|
+
showPerformancePanel(): void;
|
|
12213
|
+
}
|
|
12214
|
+
/**
|
|
12215
|
+
* Visual representation of performance stats.
|
|
12216
|
+
*
|
|
12217
|
+
* @hidden
|
|
12218
|
+
* @internal
|
|
12219
|
+
*/
|
|
12220
|
+
export class PerformanceView {
|
|
12221
|
+
constructor(debug: boolean, appContainer: HTMLDivElement, maxValues: PerformanceStats);
|
|
12222
|
+
createContainer(): HTMLDivElement;
|
|
12223
|
+
showPanel(id: number): void;
|
|
12224
|
+
hidePerformancePanel(): void;
|
|
12225
|
+
showPerformancePanel(): void;
|
|
12226
|
+
updatePanels(stats: PerformanceStats): void;
|
|
12227
|
+
/**
|
|
12228
|
+
* Gets the DOM element for the performance view.
|
|
12229
|
+
* @returns {HTMLDivElement} The DOM element.
|
|
12230
|
+
*/
|
|
12231
|
+
get dom(): HTMLDivElement;
|
|
12232
|
+
}
|
|
12233
|
+
export {};
|
|
12234
|
+
}
|
|
12235
|
+
|
|
12236
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/quad-tree' {
|
|
11915
12237
|
export function contains(rect1: Rectangle, rect2: Rectangle): boolean;
|
|
11916
12238
|
export function intersects(rect1: Rectangle, rect2: Rectangle): boolean;
|
|
11917
12239
|
export function intersectPoint(rect1: Rectangle, point: Point2D): boolean;
|
|
@@ -11950,8 +12272,18 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/quad-
|
|
|
11950
12272
|
export { QuadTree, Rectangle };
|
|
11951
12273
|
}
|
|
11952
12274
|
|
|
11953
|
-
declare module '@mappedin/react-native-sdk/
|
|
11954
|
-
import {
|
|
12275
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-utils' {
|
|
12276
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
12277
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
12278
|
+
export function determineMapPositionAndRotation(map: MappedinMap, core: ICore): {
|
|
12279
|
+
position: any[];
|
|
12280
|
+
scale: number[];
|
|
12281
|
+
rotation: number[];
|
|
12282
|
+
};
|
|
12283
|
+
}
|
|
12284
|
+
|
|
12285
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Exporter' {
|
|
12286
|
+
import { ExportController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11955
12287
|
/**
|
|
11956
12288
|
* @hidden
|
|
11957
12289
|
*/
|
|
@@ -11981,11 +12313,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Exp
|
|
|
11981
12313
|
}
|
|
11982
12314
|
}
|
|
11983
12315
|
|
|
11984
|
-
declare module '@mappedin/react-native-sdk/
|
|
12316
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.Tile' {
|
|
11985
12317
|
import { Texture, Mesh, MeshBasicMaterial } from 'three';
|
|
11986
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
11987
|
-
import { MappedinCoordinate, MappedinMap } from '@mappedin/react-native-sdk/
|
|
11988
|
-
import { TileManager } from '@mappedin/react-native-sdk/
|
|
12318
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
12319
|
+
import { MappedinCoordinate, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
12320
|
+
import { TileManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
11989
12321
|
export class Tile {
|
|
11990
12322
|
#private;
|
|
11991
12323
|
center: MappedinCoordinate;
|