@mappedin/react-native-sdk 5.26.0 → 5.27.0
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, Element } 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
|
|
@@ -3315,6 +3460,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/Core.i
|
|
|
3315
3460
|
cachedPadding: TPadding;
|
|
3316
3461
|
getCameraFrameForPoints: any;
|
|
3317
3462
|
polygonMeshesById: Record<string, Mesh>;
|
|
3463
|
+
renderedElementsById: Record<string, Element>;
|
|
3318
3464
|
textLabelsByPolygonId: Record<string, FlatLabel>;
|
|
3319
3465
|
renderer: any;
|
|
3320
3466
|
scene: any;
|
|
@@ -3549,7 +3695,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3549
3695
|
options: import("../react-native-sdk/src").TGetVenueOptions | import("../react-native-sdk/src").TGetVenueMakerOptions;
|
|
3550
3696
|
locationId: string;
|
|
3551
3697
|
polygonHighlightColor?: string;
|
|
3552
|
-
focusOptions?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../
|
|
3698
|
+
focusOptions?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../sdks/cms/src").TAnimationOptions;
|
|
3553
3699
|
};
|
|
3554
3700
|
};
|
|
3555
3701
|
SET_DEBUG_FLAGS: {
|
|
@@ -3710,7 +3856,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3710
3856
|
config: Omit<import("../react-native-sdk/src").TCameraTransform, "position"> & {
|
|
3711
3857
|
position?: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
3712
3858
|
};
|
|
3713
|
-
options?: import("../../
|
|
3859
|
+
options?: import("../../sdks/cms/src").TAnimationOptions;
|
|
3714
3860
|
};
|
|
3715
3861
|
};
|
|
3716
3862
|
CAMERA_TRANSLATE: {
|
|
@@ -3718,7 +3864,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3718
3864
|
data: {
|
|
3719
3865
|
direction: import("../react-native-sdk/src").E_CAMERA_DIRECTION;
|
|
3720
3866
|
distance: number;
|
|
3721
|
-
options?: import("../../
|
|
3867
|
+
options?: import("../../sdks/cms/src").TAnimationOptions;
|
|
3722
3868
|
};
|
|
3723
3869
|
};
|
|
3724
3870
|
CAMERA_SET_SAFE_AREA_INSETS: {
|
|
@@ -3742,7 +3888,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3742
3888
|
msgID?: string;
|
|
3743
3889
|
data: {
|
|
3744
3890
|
targets: import("./types").TFocusOnTargetsSerializable;
|
|
3745
|
-
options?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../
|
|
3891
|
+
options?: import("../react-native-sdk/src").TFocusOnCameraOptions & import("../../sdks/cms/src").TAnimationOptions;
|
|
3746
3892
|
};
|
|
3747
3893
|
};
|
|
3748
3894
|
SET_POLYGON_COLOR: {
|
|
@@ -3947,7 +4093,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
3947
4093
|
data: {
|
|
3948
4094
|
markerId: string;
|
|
3949
4095
|
nodeOrCoordinate: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
3950
|
-
animationOptions: import("../../
|
|
4096
|
+
animationOptions: import("../../sdks/cms/src").TAnimationOptions;
|
|
3951
4097
|
};
|
|
3952
4098
|
};
|
|
3953
4099
|
OVERRIDE_LOCATION: {
|
|
@@ -4064,7 +4210,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4064
4210
|
msgID?: string;
|
|
4065
4211
|
data: {
|
|
4066
4212
|
coordinate: import("./types").TSerializedCoordinate;
|
|
4067
|
-
options?: import("../../
|
|
4213
|
+
options?: import("../../sdks/cms/src").TGetPolygonsAtCoordinateOptions;
|
|
4068
4214
|
};
|
|
4069
4215
|
};
|
|
4070
4216
|
GET_POLYGONS_AT_SCREEN_COORDINATE: {
|
|
@@ -4072,7 +4218,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4072
4218
|
data: {
|
|
4073
4219
|
x: number;
|
|
4074
4220
|
y: number;
|
|
4075
|
-
options?: import("../../
|
|
4221
|
+
options?: import("../../sdks/cms/src").TGetPolygonsAtCoordinateOptions;
|
|
4076
4222
|
};
|
|
4077
4223
|
};
|
|
4078
4224
|
CREATE_TOOLTIP: {
|
|
@@ -4080,7 +4226,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4080
4226
|
data: {
|
|
4081
4227
|
nodeOrCoordinate: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
4082
4228
|
contentHtml: string;
|
|
4083
|
-
options?: import("../../
|
|
4229
|
+
options?: import("../../sdks/cms/src").TCreateTooltipOptions;
|
|
4084
4230
|
};
|
|
4085
4231
|
};
|
|
4086
4232
|
CREATE_CUSTOM_TOOLTIP: {
|
|
@@ -4089,7 +4235,7 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4089
4235
|
nodeOrCoordinate: import("./types").TSerializedCoordinate | import("./types").TSerializedNode;
|
|
4090
4236
|
contentHtml: string;
|
|
4091
4237
|
selector: string;
|
|
4092
|
-
options?: import("../../
|
|
4238
|
+
options?: import("../../sdks/cms/src").TCreateTooltipCommonOptions;
|
|
4093
4239
|
};
|
|
4094
4240
|
};
|
|
4095
4241
|
REMOVE_TOOLTIP: {
|
|
@@ -4109,6 +4255,18 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4109
4255
|
msgID?: string;
|
|
4110
4256
|
data: null;
|
|
4111
4257
|
};
|
|
4258
|
+
SET_ANTI_ALIAS_CONFIGURATION: {
|
|
4259
|
+
msgID?: string;
|
|
4260
|
+
data: {
|
|
4261
|
+
aaConfig: import("../../sdks/cms/src").TAntialiasConfiguration;
|
|
4262
|
+
};
|
|
4263
|
+
};
|
|
4264
|
+
SET_AMBIENT_OCCLUSION_CONFIGURATION: {
|
|
4265
|
+
msgID?: string;
|
|
4266
|
+
data: {
|
|
4267
|
+
aoConfig: import("../../sdks/cms/src").TAOConfiguration;
|
|
4268
|
+
};
|
|
4269
|
+
};
|
|
4112
4270
|
}>;
|
|
4113
4271
|
/**
|
|
4114
4272
|
* Message received from the other side of the bridge
|
|
@@ -4160,12 +4318,12 @@ declare module '@mappedin/react-native-sdk/wrappers/common/controller' {
|
|
|
4160
4318
|
}
|
|
4161
4319
|
}
|
|
4162
4320
|
|
|
4163
|
-
declare module '@mappedin/react-native-sdk/
|
|
4321
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.FloatingLabel' {
|
|
4164
4322
|
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/
|
|
4323
|
+
import { BaseCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4324
|
+
import { TDrawFn } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/shave-text';
|
|
4325
|
+
import type { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4326
|
+
import type { ICore, ICollider, TColliderStrategy, TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4169
4327
|
type TStyle = {
|
|
4170
4328
|
top?: number;
|
|
4171
4329
|
left?: number;
|
|
@@ -4361,15 +4519,15 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
4361
4519
|
export default InternalFloatingLabel;
|
|
4362
4520
|
}
|
|
4363
4521
|
|
|
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/
|
|
4522
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core' {
|
|
4523
|
+
import { IStateMachine } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.StateMachine';
|
|
4524
|
+
import { E_BLUEDOT_MARKER_STATE, E_BLUEDOT_STATE, E_BLUEDOT_STATE_REASON } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
4525
|
+
import PositionSmoothing from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/position-smoothing';
|
|
4526
|
+
import { PubSub, IPubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
4527
|
+
import { MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4528
|
+
import { TGeolocationObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
4529
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4530
|
+
import { BlueDotManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4373
4531
|
export const DEFAULT_BLUE_DOT_COLOR = "#2266ff";
|
|
4374
4532
|
export interface IPositionUpdater extends IPubSub {
|
|
4375
4533
|
/**
|
|
@@ -4526,10 +4684,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
4526
4684
|
export default BlueDot;
|
|
4527
4685
|
}
|
|
4528
4686
|
|
|
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/
|
|
4687
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController' {
|
|
4688
|
+
import { MappedinNode, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4689
|
+
import type { ICore, TPathOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4690
|
+
import { ANIMATION_TWEENS } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4533
4691
|
/**
|
|
4534
4692
|
* @hidden
|
|
4535
4693
|
* @internal
|
|
@@ -4658,10 +4816,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
4658
4816
|
export default PathsController;
|
|
4659
4817
|
}
|
|
4660
4818
|
|
|
4661
|
-
declare module '@mappedin/react-native-sdk/
|
|
4819
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip' {
|
|
4662
4820
|
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/
|
|
4821
|
+
import { HTMLCollider, COLLISION_RANKING_TIERS } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4822
|
+
import type { IHTMLCollider, TColliderPosition, TColliderStrategy } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4665
4823
|
/**
|
|
4666
4824
|
*
|
|
4667
4825
|
* 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 +4919,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
4761
4919
|
export default SmartTooltip;
|
|
4762
4920
|
}
|
|
4763
4921
|
|
|
4764
|
-
declare module '@mappedin/react-native-sdk/
|
|
4922
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/OutdoorViewController' {
|
|
4765
4923
|
import './OutdoorViewController.scss';
|
|
4766
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
4767
|
-
import { XOR } from '@mappedin/react-native-sdk/
|
|
4924
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4925
|
+
import { XOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
4768
4926
|
export type TAttributionPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
4769
4927
|
export type TOutdoorViewControllerOptionsWithHeaders = {
|
|
4770
4928
|
url?: string;
|
|
@@ -4808,9 +4966,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
4808
4966
|
export default OutdoorViewController;
|
|
4809
4967
|
}
|
|
4810
4968
|
|
|
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/
|
|
4969
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BlueDotController' {
|
|
4970
|
+
import type { IBlueDotCore, ICore, TEnableBlueDotOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4971
|
+
import { E_BLUEDOT_EVENT_PAYLOAD, E_BLUEDOT_EVENT, PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4814
4972
|
/**
|
|
4815
4973
|
* @hidden
|
|
4816
4974
|
* @internal
|
|
@@ -4831,12 +4989,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
4831
4989
|
export default BlueDotController;
|
|
4832
4990
|
}
|
|
4833
4991
|
|
|
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
|
|
4992
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Journey' {
|
|
4993
|
+
import { TJourneyOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
4994
|
+
import { MappedinDirections } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
4995
|
+
import { JourneyController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/JourneyController';
|
|
4996
|
+
import { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
4997
|
+
import type Core from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
4840
4998
|
/**
|
|
4841
4999
|
* API to control drawing a set of directions. See also {@link Paths}.
|
|
4842
5000
|
*/
|
|
@@ -4845,7 +5003,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Jou
|
|
|
4845
5003
|
/**
|
|
4846
5004
|
* @private
|
|
4847
5005
|
*/
|
|
4848
|
-
constructor(core:
|
|
5006
|
+
constructor(core: Core);
|
|
4849
5007
|
/**
|
|
4850
5008
|
* Draw a Journey based on directions. Example usage:
|
|
4851
5009
|
*
|
|
@@ -4929,7 +5087,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Jou
|
|
|
4929
5087
|
export default Journey;
|
|
4930
5088
|
}
|
|
4931
5089
|
|
|
4932
|
-
declare module '@mappedin/react-native-sdk/
|
|
5090
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types' {
|
|
4933
5091
|
export type TGetVenueOptions = {
|
|
4934
5092
|
accessToken?: string;
|
|
4935
5093
|
clientId?: string;
|
|
@@ -4979,15 +5137,15 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.type
|
|
|
4979
5137
|
}
|
|
4980
5138
|
}
|
|
4981
5139
|
|
|
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/
|
|
5140
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin' {
|
|
5141
|
+
import { Navigator } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
5142
|
+
import type { TGetVenueOptions, TGetVenueOptionsInternal } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types';
|
|
5143
|
+
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';
|
|
5144
|
+
import { TAccessors, GET_VENUE_EVENT } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5145
|
+
import { IAnalytics } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.CustomerAnalytics';
|
|
4988
5146
|
import { ParsedMVF } from '@mappedin/mvf';
|
|
4989
|
-
import { ParsedMVFv1 } from '@mappedin/react-native-sdk/
|
|
4990
|
-
import { PubSub } from '@mappedin/react-native-sdk/
|
|
5147
|
+
import { ParsedMVFv1 } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.MVF.types';
|
|
5148
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/get-venue/pub-sub.typed';
|
|
4991
5149
|
export const defaultOptions: TGetVenueOptionsInternal & TGetVenueOptions;
|
|
4992
5150
|
export class Mappedin extends PubSub<GET_VENUE_PAYLOAD, GET_VENUE_EVENT> {
|
|
4993
5151
|
#private;
|
|
@@ -5237,7 +5395,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin' {
|
|
|
5237
5395
|
}
|
|
5238
5396
|
}
|
|
5239
5397
|
|
|
5240
|
-
declare module '@mappedin/react-native-sdk/
|
|
5398
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/default-things' {
|
|
5241
5399
|
export const defaultThings: {
|
|
5242
5400
|
venue: string[];
|
|
5243
5401
|
nodes: string[];
|
|
@@ -5252,27 +5410,27 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/default-thing
|
|
|
5252
5410
|
};
|
|
5253
5411
|
}
|
|
5254
5412
|
|
|
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/
|
|
5413
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/internal' {
|
|
5414
|
+
import { MappedinNavigatable } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNavigatable';
|
|
5415
|
+
import { MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNode';
|
|
5416
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinPolygon';
|
|
5417
|
+
import { MappedinLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocation';
|
|
5418
|
+
import { MappedinCategory } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCategory';
|
|
5419
|
+
import { MappedinDirections } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDirections';
|
|
5420
|
+
import { MappedinDestinationSet } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDestinationSet';
|
|
5421
|
+
import { MappedinVortex } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVortex';
|
|
5422
|
+
import { MappedinVenue } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVenue';
|
|
5423
|
+
import { MappedinTheme } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinTheme';
|
|
5424
|
+
import { MappedinRankings } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinRankings';
|
|
5425
|
+
import { MappedinLocationRankings } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationRankings';
|
|
5426
|
+
import { MappedinEvent } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinEvent';
|
|
5427
|
+
import { MappedinLocationState } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationState';
|
|
5428
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMap';
|
|
5429
|
+
import { MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCoordinate';
|
|
5430
|
+
import { MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMapGroup';
|
|
5273
5431
|
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/
|
|
5432
|
+
export * from '@mappedin/react-native-sdk/sdks/packages/get-venue/utils';
|
|
5433
|
+
export { default as MappedinCache } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.cache';
|
|
5276
5434
|
export enum MappedinCollectionType {
|
|
5277
5435
|
CATEGORY = "categories",
|
|
5278
5436
|
EVENT = "events",
|
|
@@ -5308,7 +5466,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/internal' {
|
|
|
5308
5466
|
rankings: typeof MappedinRankings;
|
|
5309
5467
|
};
|
|
5310
5468
|
export type TTHINGS = keyof typeof THINGS;
|
|
5311
|
-
export type { TDirectionToOptions } from '@mappedin/react-native-sdk/
|
|
5469
|
+
export type { TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNavigatable';
|
|
5312
5470
|
export enum GET_VENUE_EVENT {
|
|
5313
5471
|
LANGUAGE_CHANGED = 0
|
|
5314
5472
|
}
|
|
@@ -5318,11 +5476,11 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/internal' {
|
|
|
5318
5476
|
code: string;
|
|
5319
5477
|
};
|
|
5320
5478
|
};
|
|
5321
|
-
export { Mappedin } from '@mappedin/react-native-sdk/
|
|
5479
|
+
export { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin';
|
|
5322
5480
|
}
|
|
5323
5481
|
|
|
5324
|
-
declare module '@mappedin/react-native-sdk/
|
|
5325
|
-
import { MappedinNavigatable, MappedinLocation, MappedinCategory } from '@mappedin/react-native-sdk/
|
|
5482
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.CustomerAnalytics' {
|
|
5483
|
+
import { MappedinNavigatable, MappedinLocation, MappedinCategory } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5326
5484
|
type AnalyticsUserPosition = {
|
|
5327
5485
|
bluedotTimestamp: number;
|
|
5328
5486
|
latitude: number;
|
|
@@ -5465,10 +5623,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Cust
|
|
|
5465
5623
|
export default Analytics;
|
|
5466
5624
|
}
|
|
5467
5625
|
|
|
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/
|
|
5626
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDirections' {
|
|
5627
|
+
import { IDirectionsResult } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
5628
|
+
import { ACTION_TYPE, BEARING_TYPE } from '@mappedin/react-native-sdk/sdks/packages/navigator/Directive';
|
|
5629
|
+
import type { MappedinNode, MappedinVortex, MappedinMap, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5472
5630
|
export interface IActionDeparture {
|
|
5473
5631
|
type: ACTION_TYPE.DEPARTURE;
|
|
5474
5632
|
}
|
|
@@ -5509,20 +5667,26 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinDirec
|
|
|
5509
5667
|
export class MappedinDirections {
|
|
5510
5668
|
#private;
|
|
5511
5669
|
/**
|
|
5512
|
-
* Total Distance
|
|
5670
|
+
* Total Distance in meters of the path.
|
|
5513
5671
|
*/
|
|
5514
5672
|
distance: number;
|
|
5673
|
+
/**
|
|
5674
|
+
* The path as an array of {@link MappedinNode}
|
|
5675
|
+
*/
|
|
5515
5676
|
path: MappedinNode[];
|
|
5677
|
+
/**
|
|
5678
|
+
* An array of {@link MappedinDirective} that contains the instructions to get to the destination, which can be used for text based directions.
|
|
5679
|
+
*/
|
|
5516
5680
|
instructions: TMappedinDirective[];
|
|
5517
5681
|
constructor(mappedin: Mappedin, directions: IDirectionsResult);
|
|
5518
5682
|
toJSON(): IDirectionsResult;
|
|
5519
5683
|
}
|
|
5520
5684
|
}
|
|
5521
5685
|
|
|
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/
|
|
5686
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocation' {
|
|
5687
|
+
import type { TLocation, TColor, TGalleryImage, TLogo, TOpeningHours, TPhone, TPicture, TSiblingGroup, TSocial } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
5688
|
+
import type { MappedinNode, MappedinPolygon, MappedinCategory, MappedinLocationState, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5689
|
+
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5526
5690
|
export function getCurrentLocationState(location: MappedinLocation, states: MappedinLocationState[], date?: Date): MappedinLocationState | undefined;
|
|
5527
5691
|
export type TOperationHoursMap = {
|
|
5528
5692
|
[key in string]: TOpeningHours[];
|
|
@@ -5627,9 +5791,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinLocat
|
|
|
5627
5791
|
}
|
|
5628
5792
|
}
|
|
5629
5793
|
|
|
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/
|
|
5794
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCoordinate' {
|
|
5795
|
+
import { MappedinNode, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5796
|
+
import type { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5633
5797
|
export type TMappedinCoordinateOptions = {
|
|
5634
5798
|
map: MappedinMap;
|
|
5635
5799
|
mappedin: Mappedin;
|
|
@@ -5702,9 +5866,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinCoord
|
|
|
5702
5866
|
}
|
|
5703
5867
|
}
|
|
5704
5868
|
|
|
5705
|
-
declare module '@mappedin/react-native-sdk/
|
|
5869
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.OfflineSearch' {
|
|
5706
5870
|
import type { SearchOptions } from 'minisearch';
|
|
5707
|
-
import { MappedinLocation, MappedinCategory, Mappedin } from '@mappedin/react-native-sdk/
|
|
5871
|
+
import { MappedinLocation, MappedinCategory, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
5708
5872
|
export const removeAccents: (it: string) => string;
|
|
5709
5873
|
export function tokenizeAndCaptureDelimiters(text: string): string[];
|
|
5710
5874
|
export type { SearchOptions };
|
|
@@ -5924,7 +6088,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Offl
|
|
|
5924
6088
|
}
|
|
5925
6089
|
}
|
|
5926
6090
|
|
|
5927
|
-
declare module '@mappedin/react-native-sdk/
|
|
6091
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types' {
|
|
5928
6092
|
/**
|
|
5929
6093
|
* This file contains the API types for MappedinSDK - before they get turned into Classes
|
|
5930
6094
|
*/
|
|
@@ -6136,10 +6300,11 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.API.
|
|
|
6136
6300
|
};
|
|
6137
6301
|
}
|
|
6138
6302
|
|
|
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/
|
|
6303
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FlatLabelsController' {
|
|
6304
|
+
import { TAddFlatLabelOptions, TFlatLabelAllLocationsOptions, TFlatLabelAppearance, ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6305
|
+
import { FlatLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6306
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6307
|
+
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
6308
|
export type FlatLabelRenderObject = TAddFlatLabelOptions & {
|
|
6144
6309
|
polygon: MappedinPolygon;
|
|
6145
6310
|
text: string;
|
|
@@ -6158,7 +6323,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6158
6323
|
labeledPolygons: {};
|
|
6159
6324
|
labelAllLocations(options?: TFlatLabelAllLocationsOptions): FlatLabel[];
|
|
6160
6325
|
labelPolygon(polygonOrPolygonId: MappedinPolygon | MappedinPolygon['id'], text: string, options?: TAddFlatLabelOptions): any;
|
|
6161
|
-
removeLabel(polygonOrPolygonId: MappedinPolygon | MappedinPolygon['id']
|
|
6326
|
+
removeLabel(polygonOrPolygonId: MappedinPolygon | MappedinPolygon['id'], { warnOnLabelAllLocations }?: {
|
|
6327
|
+
warnOnLabelAllLocations?: boolean;
|
|
6328
|
+
}): void;
|
|
6162
6329
|
setAppearance(polygon: MappedinPolygon, appearance: TFlatLabelAppearance): void;
|
|
6163
6330
|
setHoverColorForAll(color: string): void;
|
|
6164
6331
|
removeAllLabels(): void;
|
|
@@ -6166,10 +6333,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6166
6333
|
export default FlatLabelsController;
|
|
6167
6334
|
}
|
|
6168
6335
|
|
|
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/
|
|
6336
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FloatingLabelsController' {
|
|
6337
|
+
import { InternalFloatingLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6338
|
+
import type { ICore, TFloatingLabelAllLocationsOptions, TAddFloatingLabelOptions, TFloatingLabelAppearance } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6339
|
+
import { MappedinPolygon, MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6173
6340
|
/**
|
|
6174
6341
|
* A floating label that is attached to a node or coordinate on the map.
|
|
6175
6342
|
*/
|
|
@@ -6235,11 +6402,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6235
6402
|
export default FloatingLabelsController;
|
|
6236
6403
|
}
|
|
6237
6404
|
|
|
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/
|
|
6405
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/NavigationGraph' {
|
|
6406
|
+
import Edge from '@mappedin/react-native-sdk/sdks/packages/navigator/Edge';
|
|
6407
|
+
import IMap from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap';
|
|
6408
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
6409
|
+
import IVortex from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex';
|
|
6243
6410
|
export function getMapScale(map: IMap): number;
|
|
6244
6411
|
export function getAngle(origin: INode, destination: INode): number;
|
|
6245
6412
|
class NavigationGraph {
|
|
@@ -6282,15 +6449,15 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/NavigationGra
|
|
|
6282
6449
|
export default NavigationGraph;
|
|
6283
6450
|
}
|
|
6284
6451
|
|
|
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/
|
|
6452
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator' {
|
|
6453
|
+
import Directive from '@mappedin/react-native-sdk/sdks/packages/navigator/Directive';
|
|
6454
|
+
import Edge from '@mappedin/react-native-sdk/sdks/packages/navigator/Edge';
|
|
6455
|
+
import { TCoordinate } from '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator.utils';
|
|
6456
|
+
import ILocation from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/ILocation';
|
|
6457
|
+
import IMap from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap';
|
|
6458
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
6459
|
+
import IPolygon from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IPolygon';
|
|
6460
|
+
import IVortex from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex';
|
|
6294
6461
|
export enum E_MESSAGES {
|
|
6295
6462
|
NO_VALID_PATH = "No Valid Path Available"
|
|
6296
6463
|
}
|
|
@@ -6360,10 +6527,10 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Navigator' {
|
|
|
6360
6527
|
export default Navigator;
|
|
6361
6528
|
}
|
|
6362
6529
|
|
|
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/
|
|
6530
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Directive' {
|
|
6531
|
+
import ILocation from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/ILocation';
|
|
6532
|
+
import IMap from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap';
|
|
6533
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
6367
6534
|
export enum ACTION_TYPE {
|
|
6368
6535
|
DEPARTURE = "Departure",
|
|
6369
6536
|
TAKEVORTEX = "TakeVortex",
|
|
@@ -6424,7 +6591,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Directive' {
|
|
|
6424
6591
|
export default Directive;
|
|
6425
6592
|
}
|
|
6426
6593
|
|
|
6427
|
-
declare module '@mappedin/react-native-sdk/
|
|
6594
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/common/Mappedin.Logger' {
|
|
6428
6595
|
export const MI_DEBUG_KEY = "mi-debug";
|
|
6429
6596
|
export enum E_SDK_LOG_LEVEL {
|
|
6430
6597
|
LOG = 0,
|
|
@@ -6445,25 +6612,26 @@ declare module '@mappedin/react-native-sdk/core/common/Mappedin.Logger' {
|
|
|
6445
6612
|
export default Logger;
|
|
6446
6613
|
}
|
|
6447
6614
|
|
|
6448
|
-
declare module '@mappedin/react-native-sdk/
|
|
6615
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal' {
|
|
6449
6616
|
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 {
|
|
6617
|
+
import { STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
6618
|
+
import { TMapClickEvent } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6619
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6620
|
+
import { Vector3 } from '@mappedin/mvf';
|
|
6621
|
+
export { MappedinMap, Mappedin, MappedinCoordinate, MappedinPolygon, MappedinNode, MappedinLocation, MappedinVenue, } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6622
|
+
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';
|
|
6623
|
+
export { labelThemes } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6624
|
+
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';
|
|
6625
|
+
export { default as JSONSceneLoader } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/json-scene-loader';
|
|
6626
|
+
export { default as RENDER } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.RenderTasks';
|
|
6627
|
+
export { FrameUpdate, FrameTask, TaskScheduler } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.TaskScheduler';
|
|
6628
|
+
export { default as SceneManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.SceneManager';
|
|
6629
|
+
export { default as DynamicFocusSceneManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.DynamicFocusSceneManager';
|
|
6630
|
+
export { PubSub } from '@mappedin/react-native-sdk/sdks/packages/get-venue/pub-sub.typed';
|
|
6631
|
+
export { default as MapObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
6632
|
+
export { default as CAMERA_LAYER } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.CameraLayers';
|
|
6633
|
+
export { default as AssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager';
|
|
6634
|
+
export { BundleAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/bundle-asset-manager';
|
|
6467
6635
|
/**
|
|
6468
6636
|
* Internal Events and Payloads
|
|
6469
6637
|
*/
|
|
@@ -6500,7 +6668,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal' {
|
|
|
6500
6668
|
JOURNEY_CREATED = 29,
|
|
6501
6669
|
JOURNEY_DESTROYED = 30,
|
|
6502
6670
|
OUTDOOR_VIEW_LOADED = 31,
|
|
6503
|
-
LAYER_VISIBILITY_CHANGED = 32
|
|
6671
|
+
LAYER_VISIBILITY_CHANGED = 32,
|
|
6672
|
+
USER_INTERACTION_START = 33,
|
|
6673
|
+
USER_INTERACTION_END = 34
|
|
6504
6674
|
}
|
|
6505
6675
|
export type INTERNAL_EVENT_PAYLOAD = {
|
|
6506
6676
|
[INTERNAL_EVENT.SET_SCENE_START]: undefined;
|
|
@@ -6514,7 +6684,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal' {
|
|
|
6514
6684
|
[INTERNAL_EVENT.SET_SCENE]: {
|
|
6515
6685
|
context?: string;
|
|
6516
6686
|
};
|
|
6517
|
-
[INTERNAL_EVENT.CAMERA_MOVING]:
|
|
6687
|
+
[INTERNAL_EVENT.CAMERA_MOVING]: {
|
|
6688
|
+
position: Vector3;
|
|
6689
|
+
tilt: number;
|
|
6690
|
+
rotation: number;
|
|
6691
|
+
zoom: number;
|
|
6692
|
+
};
|
|
6518
6693
|
[INTERNAL_EVENT.SET_BLUE_DOT_SIZE_FROM_ZOOM]: number;
|
|
6519
6694
|
[INTERNAL_EVENT.PUBLISH_BLUE_DOT]: undefined;
|
|
6520
6695
|
[INTERNAL_EVENT.CLEAR_MOUSE]: undefined;
|
|
@@ -6537,113 +6712,118 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal' {
|
|
|
6537
6712
|
[INTERNAL_EVENT.FOCUSON_BEGIN]: undefined;
|
|
6538
6713
|
[INTERNAL_EVENT.USER_HANDS_ON]: undefined;
|
|
6539
6714
|
[INTERNAL_EVENT.USER_HANDS_OFF]: undefined;
|
|
6715
|
+
[INTERNAL_EVENT.USER_INTERACTION_START]: undefined;
|
|
6716
|
+
[INTERNAL_EVENT.USER_INTERACTION_END]: undefined;
|
|
6540
6717
|
[INTERNAL_EVENT.USER_PAN]: undefined;
|
|
6541
6718
|
[INTERNAL_EVENT.USER_TILT]: undefined;
|
|
6542
6719
|
[INTERNAL_EVENT.LAYER_VISIBILITY_CHANGED]: MappedinMap;
|
|
6543
6720
|
[INTERNAL_EVENT.JOURNEY_CREATED]: undefined;
|
|
6544
6721
|
[INTERNAL_EVENT.JOURNEY_DESTROYED]: undefined;
|
|
6545
6722
|
[INTERNAL_EVENT.SCENE_VISIBLITY_CHANGED]: undefined;
|
|
6723
|
+
[INTERNAL_EVENT.USER_INTERACTION_START]: undefined;
|
|
6724
|
+
[INTERNAL_EVENT.USER_INTERACTION_END]: undefined;
|
|
6546
6725
|
};
|
|
6547
6726
|
/**
|
|
6548
6727
|
* Factories
|
|
6549
6728
|
*/
|
|
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/
|
|
6729
|
+
export { Atlas, FlatLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.LabelAtlas.js';
|
|
6730
|
+
export { default as HoverLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HoverLabel';
|
|
6731
|
+
export { default as BaseCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6732
|
+
export { default as InternalFloatingLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.FloatingLabel';
|
|
6733
|
+
export { default as HTMLCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HTMLCollider';
|
|
6734
|
+
export { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
6735
|
+
export { default as SmartTooltip } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip';
|
|
6736
|
+
export { default as InternalMarker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Marker';
|
|
6737
|
+
export { ThreeJSMarkerHandle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
6738
|
+
export { default as MapViewScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.Scene';
|
|
6739
|
+
export { default as MapViewStackScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.StackScene';
|
|
6740
|
+
export { default as Element } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Element';
|
|
6741
|
+
export { default as FlippableImage } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.FlippableImage';
|
|
6742
|
+
export { default as Building } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/building';
|
|
6743
|
+
export { default as DynamicFocusScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-scene';
|
|
6565
6744
|
/**
|
|
6566
6745
|
* Controllers/Managers
|
|
6567
6746
|
*/
|
|
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/
|
|
6747
|
+
export { default as PathsController, Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
6748
|
+
export { default as FloatingLabelsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FloatingLabelsController';
|
|
6749
|
+
export { default as FlatLabelsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FlatLabelsController';
|
|
6750
|
+
export { default as PolygonColorsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonColorsController';
|
|
6751
|
+
export { default as PolygonHoverColorsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonHoverColorsController';
|
|
6752
|
+
export { default as MarkersController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
6753
|
+
export { default as PolygonInteractionController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonInteractionController';
|
|
6754
|
+
export { default as TooltipsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/TooltipsController';
|
|
6755
|
+
export { default as PolygonStatesController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonStatesController';
|
|
6756
|
+
export { default as PolygonImagesController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonImagesController';
|
|
6757
|
+
export { default as ThreeDMarkersController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ThreeDMarkersController';
|
|
6758
|
+
export { default as BlueDotController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BlueDotController';
|
|
6759
|
+
export { default as BlueDotManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/blue-dot-manager';
|
|
6760
|
+
export { default as CameraController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
6761
|
+
export { default as EventSystem } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/EventSystem';
|
|
6762
|
+
export { default as ClosedPolygonManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.ClosedPolygonManager';
|
|
6763
|
+
export { default as BinaryAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BinaryAssetManager';
|
|
6764
|
+
export { default as SmartCollisionEngine } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
6765
|
+
export { default as BillboardManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BillboardManager';
|
|
6766
|
+
export { default as StackedMapsController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/StackedMapsController';
|
|
6767
|
+
export { MultiBufferRenderer } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Renderer';
|
|
6768
|
+
export { JourneyController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/JourneyController';
|
|
6769
|
+
export { default as OutdoorViewController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/OutdoorViewController';
|
|
6770
|
+
export { default as ExportController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ExportController';
|
|
6771
|
+
export { default as WatermarkController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/WatermarkController';
|
|
6772
|
+
export { default as LayerController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/LayerController';
|
|
6594
6773
|
/**
|
|
6595
6774
|
* Types
|
|
6596
6775
|
*/
|
|
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
|
|
6776
|
+
export type { TSceneTransitionOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.SceneManager';
|
|
6777
|
+
export type { IPositionUpdater, IBlueDotCore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core';
|
|
6778
|
+
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraAnimationOptions, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
6779
|
+
export type { TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6780
|
+
export type { ICollider, TColliderStrategy } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6781
|
+
export { EColliderAction } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
6782
|
+
export type { IHTMLCollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HTMLCollider';
|
|
6783
|
+
export { COLLIDER_STRATEGY_LOW_PRIORITY } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
6784
|
+
export { default as BlueDotCore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core';
|
|
6785
|
+
export { default as BlueDotUI } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.ui';
|
|
6786
|
+
export { default as CameraControls } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.CameraControls.js';
|
|
6787
|
+
export { default as Renderer } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Renderer.js';
|
|
6788
|
+
export { determineStartingMap, getObject, getObjectId } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/utils';
|
|
6789
|
+
export { default as MapManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapManager';
|
|
6790
|
+
export { default as DebugUI } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.DebugUI';
|
|
6791
|
+
export { DebugUIScalarSlider, DebugUIColorPicker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.DebugUIControl';
|
|
6792
|
+
export type { Collider, ColliderQuadTree } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
6793
|
+
export { MapView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView';
|
|
6794
|
+
export { default as Logger } from '@mappedin/react-native-sdk/sdks/packages/common/Mappedin.Logger';
|
|
6795
|
+
export { TileManager, TILE_COLOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6796
|
+
export type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
6797
|
+
export * from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
6798
|
+
const setAssetManager: any;
|
|
6799
|
+
export { setAssetManager };
|
|
6800
|
+
}
|
|
6801
|
+
|
|
6802
|
+
declare module '@mappedin/react-native-sdk/sdks/cms/src' {
|
|
6803
|
+
import { MapView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView';
|
|
6804
|
+
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';
|
|
6805
|
+
import { PositionUpdater } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.core';
|
|
6806
|
+
import type { TMapViewOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6807
|
+
export { E_SDK_LOG_LEVEL, setLoggerLevel } from '@mappedin/react-native-sdk/sdks/packages/common/Mappedin.Logger';
|
|
6808
|
+
export type { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
6809
|
+
export type { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
6810
|
+
export type { FloatingLabel } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/FloatingLabelsController';
|
|
6811
|
+
export { BEARING_TYPE, ACTION_TYPE } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
6812
|
+
export type { IDirectionsResult, TSimplifyDirectionsOptions, E_MESSAGES as E_GET_DIRECTIONS_MESSAGES, } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
6633
6813
|
/**
|
|
6634
6814
|
* APIs for TypeDoc
|
|
6635
6815
|
*/
|
|
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/
|
|
6816
|
+
export type { IFlatLabels, FlatLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FlatLabels';
|
|
6817
|
+
export type { IFloatingLabels, FloatingLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FloatingLabels';
|
|
6818
|
+
export type { Camera } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera';
|
|
6819
|
+
export type { BlueDot } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/BlueDot';
|
|
6820
|
+
export type { Markers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Markers';
|
|
6821
|
+
export type { Paths } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Paths';
|
|
6822
|
+
export type { StackedMaps } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/StackedMaps';
|
|
6823
|
+
export type { OutdoorView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/OutdoorView';
|
|
6824
|
+
export type { DynamicFocus } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/DynamicFocus';
|
|
6825
|
+
export type { Layers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Layers';
|
|
6826
|
+
export type { TOOLTIP_ANCHOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip';
|
|
6647
6827
|
export type TMappedinInitializeOutput = {
|
|
6648
6828
|
mapView: MapView;
|
|
6649
6829
|
venue: Mappedin;
|
|
@@ -6667,31 +6847,28 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer' {
|
|
|
6667
6847
|
* @returns
|
|
6668
6848
|
*/
|
|
6669
6849
|
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';
|
|
6850
|
+
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';
|
|
6851
|
+
export { getVenue, getVenueMVF, getVenueBundle, getVenueMaker, showVenue, downloadBundle, getVenueBundleURL, downloadVenueBundleMVF, hydrateVenue, PositionUpdater, MappedinDestinationSet, GET_VENUE_EVENT, };
|
|
6852
|
+
import DefaultAssetManager from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager';
|
|
6853
|
+
import { TTileManagerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6854
|
+
import { TShowWatermarkOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/WatermarkController';
|
|
6855
|
+
export { setAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6856
|
+
export { DefaultAssetManager as AssetManager };
|
|
6857
|
+
export type { TMappedinDirective, IAction, IActionArrival, IActionDeparture, IActionExitVortex, IActionTakeVortex, IActionTurn, } from '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDirections';
|
|
6681
6858
|
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/
|
|
6859
|
+
export * from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
6860
|
+
export type { MapView } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView';
|
|
6861
|
+
export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraInteractionsSetOptions, TCameraAnimationOptions, default as CameraController, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
6862
|
+
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';
|
|
6863
|
+
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
6864
|
/**
|
|
6688
6865
|
* Export this only so our internal pre-built products can use it. We don't want to document it for external developers.
|
|
6689
6866
|
*/
|
|
6690
|
-
export { CustomerAnalytics } from '@mappedin/react-native-sdk/
|
|
6867
|
+
export { CustomerAnalytics } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
6691
6868
|
/**
|
|
6692
6869
|
* Exported but marked as @internal.
|
|
6693
6870
|
*/
|
|
6694
|
-
export { BundleAssetManager } from '@mappedin/react-native-sdk/
|
|
6871
|
+
export { BundleAssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/bundle-asset-manager';
|
|
6695
6872
|
/**
|
|
6696
6873
|
* @deprecated Use {@link OutdoorView} instead.
|
|
6697
6874
|
* Enable Tile Manager to render outdoor tiles around the venue. Must be called before {@link showVenue}.
|
|
@@ -6716,13 +6893,14 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer' {
|
|
|
6716
6893
|
* Show a Mappedin logo in the 3D scene. Must be called before {@link showVenue}.
|
|
6717
6894
|
*/
|
|
6718
6895
|
export function __showWatermark(options?: TShowWatermarkOptions): void;
|
|
6719
|
-
export type { TTileManagerOptions
|
|
6720
|
-
export {
|
|
6721
|
-
export
|
|
6896
|
+
export type { TTileManagerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6897
|
+
export { TILE_RENDER_MODES } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
6898
|
+
export { AzureOutdoorContextProvider, OpenStreetMapOutdoorContext, } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider';
|
|
6899
|
+
export type { IOutdoorContextProvider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider';
|
|
6722
6900
|
}
|
|
6723
6901
|
|
|
6724
|
-
declare module '@mappedin/react-native-sdk/
|
|
6725
|
-
import { ICore } from '@mappedin/react-native-sdk/
|
|
6902
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/WatermarkController' {
|
|
6903
|
+
import { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
6726
6904
|
import { Sprite } from 'three';
|
|
6727
6905
|
type TPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center' | 'top' | 'bottom' | 'left' | 'right';
|
|
6728
6906
|
export type TShowWatermarkOptions = {
|
|
@@ -6744,9 +6922,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6744
6922
|
export default WatermarkController;
|
|
6745
6923
|
}
|
|
6746
6924
|
|
|
6747
|
-
declare module '@mappedin/react-native-sdk/
|
|
6748
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
6749
|
-
import { ICore } from '@mappedin/react-native-sdk/
|
|
6925
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonHoverColorsController' {
|
|
6926
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6927
|
+
import { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
6750
6928
|
class PolygonHoverColorsController {
|
|
6751
6929
|
#private;
|
|
6752
6930
|
constructor(core: ICore);
|
|
@@ -6757,7 +6935,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6757
6935
|
export default PolygonHoverColorsController;
|
|
6758
6936
|
}
|
|
6759
6937
|
|
|
6760
|
-
declare module '@mappedin/react-native-sdk/
|
|
6938
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/shave-text' {
|
|
6761
6939
|
export type TDrawFn = (ctx: CanvasRenderingContext2D, x: number, y: number) => void;
|
|
6762
6940
|
type TShave = (str: string, size: number, maxWidth: number, maxLines?: number, lineHeight?: number, options?: {
|
|
6763
6941
|
strokeText: boolean;
|
|
@@ -6775,9 +6953,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/shave
|
|
|
6775
6953
|
export {};
|
|
6776
6954
|
}
|
|
6777
6955
|
|
|
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/
|
|
6956
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.StateMachine' {
|
|
6957
|
+
import { IPubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
6958
|
+
import { E_BLUEDOT_STATE, E_BLUEDOT_MARKER_STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
6781
6959
|
/**
|
|
6782
6960
|
What we just learned about the user's position.
|
|
6783
6961
|
*/
|
|
@@ -6803,7 +6981,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
6803
6981
|
export default StateMachine;
|
|
6804
6982
|
}
|
|
6805
6983
|
|
|
6806
|
-
declare module '@mappedin/react-native-sdk/
|
|
6984
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub' {
|
|
6807
6985
|
type TChangeEventData = {
|
|
6808
6986
|
oldValue: any;
|
|
6809
6987
|
newValue: any;
|
|
@@ -6829,12 +7007,13 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/pub-s
|
|
|
6829
7007
|
export {};
|
|
6830
7008
|
}
|
|
6831
7009
|
|
|
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/
|
|
7010
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/JourneyController' {
|
|
7011
|
+
import type Directive from '@mappedin/react-native-sdk/sdks/packages/navigator/Directive';
|
|
7012
|
+
import type INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
7013
|
+
import { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7014
|
+
import type { TJourneyOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7015
|
+
import { MappedinDirections } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
7016
|
+
import Core from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
6838
7017
|
export type TMappedinDirections = {
|
|
6839
7018
|
distance: number;
|
|
6840
7019
|
path: INode[];
|
|
@@ -6857,41 +7036,239 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
6857
7036
|
get mapsInJourney(): import("../../internal").MappedinMap[];
|
|
6858
7037
|
get buildingsInJourney(): {};
|
|
6859
7038
|
get mapIdsInvolvedInJourney(): string[];
|
|
6860
|
-
constructor(directions: MappedinDirections | MappedinDirections[], options: TJourneyOptions, core:
|
|
7039
|
+
constructor(directions: MappedinDirections | MappedinDirections[], options: TJourneyOptions, core: Core);
|
|
6861
7040
|
setStep: (step: any) => void;
|
|
6862
7041
|
setStepByPath: (path: Path) => void;
|
|
6863
7042
|
static instance: JourneyController | null;
|
|
6864
|
-
static create(directions: MappedinDirections | MappedinDirections[], options: any, core:
|
|
7043
|
+
static create(directions: MappedinDirections | MappedinDirections[], options: any, core: Core): JourneyController;
|
|
6865
7044
|
destroy(): void;
|
|
6866
7045
|
}
|
|
6867
7046
|
}
|
|
6868
7047
|
|
|
6869
|
-
declare module '@mappedin/react-native-sdk/
|
|
6870
|
-
import
|
|
6871
|
-
import {
|
|
6872
|
-
import
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
};
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
7048
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core' {
|
|
7049
|
+
import '../internal/externals/globalThisPolyfill';
|
|
7050
|
+
import { Color, Mesh, PerspectiveCamera, Scene, Vector2 } from 'three';
|
|
7051
|
+
import '../internal/object3D.destroy';
|
|
7052
|
+
import type { TGetPolygonsAtCoordinateOptions, TMapViewOptions, TPadding, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7053
|
+
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, Element, BillboardManager, StackedMapsController, OutdoorViewController, WatermarkController, PolygonHoverColorsController, ExportController, LayerController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
7054
|
+
import { Mappedin as IMappedin, MappedinCoordinate, MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
7055
|
+
import { E_MAP_CHANGED_REASON } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
7056
|
+
import type { PerformanceController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PerformanceController';
|
|
7057
|
+
export const raycaster: any;
|
|
7058
|
+
let Mappedin: any;
|
|
7059
|
+
/**
|
|
7060
|
+
* Some preset orderings for updates.
|
|
7061
|
+
*/
|
|
7062
|
+
export const UPDATE_ORDERING: {
|
|
7063
|
+
BEFORE_CAMERA: number;
|
|
7064
|
+
CAMERA: number;
|
|
7065
|
+
AFTER_CAMERA: number;
|
|
7066
|
+
RENDER: number;
|
|
7067
|
+
AFTER_RENDER: number;
|
|
7068
|
+
AFTER_ALL_UPDATES: number;
|
|
6882
7069
|
};
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
|
|
7070
|
+
type TCoreColors = {
|
|
7071
|
+
defaultHover2D: string;
|
|
7072
|
+
select: string;
|
|
7073
|
+
text: string;
|
|
7074
|
+
path: string;
|
|
7075
|
+
pathPulse: string;
|
|
7076
|
+
textSelect: string;
|
|
6886
7077
|
};
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6893
|
-
|
|
6894
|
-
|
|
7078
|
+
class Core extends PubSub<INTERNAL_EVENT_PAYLOAD, INTERNAL_EVENT> {
|
|
7079
|
+
#private;
|
|
7080
|
+
/**
|
|
7081
|
+
* Controllers
|
|
7082
|
+
*/
|
|
7083
|
+
eventSystem: EventSystem;
|
|
7084
|
+
floatingLabels: FloatingLabelsController;
|
|
7085
|
+
flatLabels: FlatLabelsController;
|
|
7086
|
+
paths: PathsController;
|
|
7087
|
+
polygonColors: PolygonColorsController;
|
|
7088
|
+
polygonHoverColors: PolygonHoverColorsController;
|
|
7089
|
+
polygonInteraction: PolygonInteractionController;
|
|
7090
|
+
polygonStates: PolygonStatesController;
|
|
7091
|
+
polygonImages: PolygonImagesController;
|
|
7092
|
+
markers: MarkersController;
|
|
7093
|
+
tooltips: TooltipsController;
|
|
7094
|
+
threeDMarkers: ThreeDMarkersController;
|
|
7095
|
+
blueDot: BlueDotController;
|
|
7096
|
+
camera: CameraController;
|
|
7097
|
+
outdoorViewController?: OutdoorViewController;
|
|
7098
|
+
exportController: ExportController;
|
|
7099
|
+
watermark: WatermarkController;
|
|
7100
|
+
layerController: LayerController;
|
|
7101
|
+
options: TMapViewOptions & {
|
|
7102
|
+
onDataLoaded?: (data: IMappedin) => void;
|
|
7103
|
+
onFirstMapLoaded?: (data: IMappedin) => void;
|
|
7104
|
+
};
|
|
7105
|
+
currentPath?: MappedinNode[];
|
|
7106
|
+
state: STATE;
|
|
7107
|
+
imageFlippingCache: {};
|
|
7108
|
+
imageFlippingEnabled: boolean;
|
|
7109
|
+
MapView: MapView;
|
|
7110
|
+
type: string;
|
|
7111
|
+
container: HTMLDivElement;
|
|
7112
|
+
venue: IMappedin;
|
|
7113
|
+
colors: TCoreColors;
|
|
7114
|
+
loadOptions: TMapViewOptions['loadOptions'];
|
|
7115
|
+
smartCollisionEngine: SmartCollisionEngine;
|
|
7116
|
+
taskScheduler: TaskScheduler;
|
|
7117
|
+
renderer: Renderer;
|
|
7118
|
+
highlightedPolygons: Record<string, string>;
|
|
7119
|
+
outlinedPolygons: Map<string, MappedinPolygon>;
|
|
7120
|
+
scene: Scene;
|
|
7121
|
+
focusZoomFactor: number;
|
|
7122
|
+
cameraObject: PerspectiveCamera;
|
|
7123
|
+
polygonMeshesById: Record<string, Mesh>;
|
|
7124
|
+
renderedElementsById: Record<string, Element>;
|
|
7125
|
+
textLabelsByPolygonId: Record<string, FlatLabel>;
|
|
7126
|
+
labelOrientationDelay: number;
|
|
7127
|
+
isWebGL2: boolean;
|
|
7128
|
+
interactivePolygons: Record<string, boolean>;
|
|
7129
|
+
polygonHoverColorsById: Record<string, Color>;
|
|
7130
|
+
mapManager: MapManager | undefined;
|
|
7131
|
+
sceneManager: SceneManager | undefined;
|
|
7132
|
+
mapObjects: Map<MappedinMap['id'], MapObject>;
|
|
7133
|
+
referenceMap: MappedinMap;
|
|
7134
|
+
currentInteractionEvent: INTERNAL_EVENT | undefined;
|
|
7135
|
+
resolution: Vector2;
|
|
7136
|
+
cameraParameters: Vector2;
|
|
7137
|
+
controls: typeof Mappedin.CameraControls;
|
|
7138
|
+
cameraPlane: Mesh;
|
|
7139
|
+
canvasWidth: number;
|
|
7140
|
+
canvasHeight: number;
|
|
7141
|
+
cachedPadding: TPadding;
|
|
7142
|
+
currentScale: number;
|
|
7143
|
+
rendererDomElement: HTMLCanvasElement;
|
|
7144
|
+
resolutionScale: number;
|
|
7145
|
+
performanceController?: PerformanceController;
|
|
7146
|
+
outdoorGeometryLayers: string[];
|
|
7147
|
+
billboardManager: BillboardManager;
|
|
7148
|
+
stackedMaps: StackedMapsController;
|
|
7149
|
+
tileManager: TileManager;
|
|
7150
|
+
setMapReason?: E_MAP_CHANGED_REASON;
|
|
7151
|
+
get aspect(): number;
|
|
7152
|
+
/**
|
|
7153
|
+
* Get all maps that are "visible" in the scene.
|
|
7154
|
+
*/
|
|
7155
|
+
get visibleMapsInCurrentScene(): MappedinMap[];
|
|
7156
|
+
get visibleMapObjectsInCurrentScene(): MapObject[];
|
|
7157
|
+
/**
|
|
7158
|
+
* Returns all currently visible layers
|
|
7159
|
+
*/
|
|
7160
|
+
get visibleLayersInCurrentScene(): {};
|
|
7161
|
+
constructor(container: HTMLDivElement, venue: IMappedin, options: TMapViewOptions & {
|
|
7162
|
+
onDataLoaded?: (data: IMappedin) => void;
|
|
7163
|
+
onFirstMapLoaded?: (data: IMappedin) => void;
|
|
7164
|
+
}, MapView: MapView);
|
|
7165
|
+
get currentMap(): string | null;
|
|
7166
|
+
setState(state: STATE): Promise<void>;
|
|
7167
|
+
getPolygon: (polygon: any) => any;
|
|
7168
|
+
showEntireMap: (options: any) => any;
|
|
7169
|
+
resetPanBounds: () => void;
|
|
7170
|
+
focusOn: (options: any) => any;
|
|
7171
|
+
focusOnPolygon: (polygon: any, changeZoom: any, duration: any, curve: any) => any;
|
|
7172
|
+
focusOnPath: (path: any, polygons: any, changeZoom: any, duration: any, curve: any) => any;
|
|
7173
|
+
getCameraFrameForPoints: (pointCloud: any, horizontalFovFactor: any, verticalFovFactor: any, padding: any, ignoreZoom?: boolean, minZoom?: any, maxZoom?: any) => {
|
|
7174
|
+
position: any;
|
|
7175
|
+
zoom: any;
|
|
7176
|
+
};
|
|
7177
|
+
setPadding: (padding?: TPadding) => void;
|
|
7178
|
+
getZoomLevelForPolygon: (polygon: any) => any;
|
|
7179
|
+
getZoomLevelForCurrentMap: () => any;
|
|
7180
|
+
getZoomLevelForObject: (object: any) => any;
|
|
7181
|
+
resetCamera: (forceOrigin?: boolean) => void;
|
|
7182
|
+
/**
|
|
7183
|
+
* Gets a position (to anchor a {{#crossLink "Marker"}}{{/crossLink}} usually) from a latitude and longitude.
|
|
7184
|
+
*
|
|
7185
|
+
* @method getPositionLatLon
|
|
7186
|
+
* @param latitude {Number} Latitude of position
|
|
7187
|
+
* @param longitude {Number} Longitude of position
|
|
7188
|
+
* @returns A position you can use with a Marker either initially or to update later when the user (for example) moves
|
|
7189
|
+
*/
|
|
7190
|
+
getPositionLatLon: (lat: number, lon: number, map?: string | MappedinMap | null) => Vector3;
|
|
7191
|
+
lockNorth: (element: any, offset?: number) => void;
|
|
7192
|
+
unlockNorth: (element: any) => void;
|
|
7193
|
+
convertTo3DMapPosition: (nodeOrCoordinate: MappedinNode | MappedinCoordinate) => any;
|
|
7194
|
+
/**
|
|
7195
|
+
* Converts a 2D x,y screen position into a 3D MappedinCoordinate using projection
|
|
7196
|
+
*/
|
|
7197
|
+
convertScreenCoordinateToMapCoordinate: (x: number, y: number, map: MappedinMap) => MappedinCoordinate;
|
|
7198
|
+
convert3DMapPositionToCoordinate: (coord: any, mapClass?: MappedinMap | null | undefined) => MappedinCoordinate;
|
|
7199
|
+
getPositionPolygon: (polygon: any) => any;
|
|
7200
|
+
getPositionNode: (node: any) => any;
|
|
7201
|
+
hideAllLabels: () => void;
|
|
7202
|
+
setBackgroundColor: (color: any, alpha: any) => void;
|
|
7203
|
+
setSize: (width: any, height: any) => void;
|
|
7204
|
+
getMapScale: () => number;
|
|
7205
|
+
getNorth: () => number;
|
|
7206
|
+
/**
|
|
7207
|
+
* The scene only renders when something has changed. This should be something a 3rd party developer doesn't need to worry about,
|
|
7208
|
+
* but if you are doing something weird, or have your own special tween for something, you will want to call this function.
|
|
7209
|
+
* 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.
|
|
7210
|
+
* @method tryRendering
|
|
7211
|
+
* @param [renderMode=RENDER.ALL] {RENDER} Which parts of the scene to re-render
|
|
7212
|
+
*/
|
|
7213
|
+
tryRendering: (renderMode?: any) => void;
|
|
7214
|
+
/**
|
|
7215
|
+
* Display the performance characteristics and debug controls for this
|
|
7216
|
+
* MapView.
|
|
7217
|
+
*
|
|
7218
|
+
* @method showDebugUI
|
|
7219
|
+
*/
|
|
7220
|
+
showDebugUI: () => void;
|
|
7221
|
+
/**
|
|
7222
|
+
* Hide the performance characteristics and debug controls for this
|
|
7223
|
+
* MapView.
|
|
7224
|
+
*
|
|
7225
|
+
* @method hideDebugUI
|
|
7226
|
+
*/
|
|
7227
|
+
hideDebugUI: () => void;
|
|
7228
|
+
determineNewLabelSize: () => void;
|
|
7229
|
+
mapSetInProgress: Promise<any>;
|
|
7230
|
+
mapSetResolved: any;
|
|
7231
|
+
setMap: (map: string | MappedinMap) => Promise<any>;
|
|
7232
|
+
setMapWithReason: (map: string | MappedinMap, reason: E_MAP_CHANGED_REASON) => Promise<any>;
|
|
7233
|
+
getPolygonsAtScreenCoordinate: (x: number, y: number, options?: TGetPolygonsAtCoordinateOptions) => any;
|
|
7234
|
+
getPolygonsAtCoordinate: (coordinate: MappedinCoordinate, options?: TGetPolygonsAtCoordinateOptions) => any;
|
|
7235
|
+
getNearestNodeByScreenCoordinate(x: number, y: number, mapOrMapId?: MappedinMap | MappedinMap['id']): MappedinNode;
|
|
7236
|
+
/**
|
|
7237
|
+
* Destroys instance and frees resources
|
|
7238
|
+
*
|
|
7239
|
+
* @method destroy
|
|
7240
|
+
*/
|
|
7241
|
+
destroy: () => void;
|
|
7242
|
+
}
|
|
7243
|
+
export default Core;
|
|
7244
|
+
}
|
|
7245
|
+
|
|
7246
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.MVF.types' {
|
|
7247
|
+
import { MapId, ObstructionCollection, EntranceCollection, SpaceCollection, Style } from '@mappedin/mvf';
|
|
7248
|
+
import { FeatureCollection, MultiPolygon, Point, Polygon } from 'geojson';
|
|
7249
|
+
import { TImage, TMap, TNode, TOpeningHours, TPhone, TSiblingGroup, TSocial } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7250
|
+
export type WithIDs<T> = Map<string, T>;
|
|
7251
|
+
type ManifestFile = {
|
|
7252
|
+
type: 'file';
|
|
7253
|
+
name: string;
|
|
7254
|
+
};
|
|
7255
|
+
type ManifestFolder = {
|
|
7256
|
+
type: 'folder';
|
|
7257
|
+
name: string;
|
|
7258
|
+
children: ManifestFile[];
|
|
7259
|
+
};
|
|
7260
|
+
export type MVFStyle = Style & {
|
|
7261
|
+
type: string;
|
|
7262
|
+
width?: number;
|
|
7263
|
+
};
|
|
7264
|
+
export type MVFObstructionFeature = ObstructionCollection['features'][number];
|
|
7265
|
+
export type MVFEntranceFeature = EntranceCollection['features'][number];
|
|
7266
|
+
export type MVFSpaceFeature = SpaceCollection['features'][number];
|
|
7267
|
+
export type MVFv1PolygonLikeProperties = {
|
|
7268
|
+
id: string;
|
|
7269
|
+
altitude?: number;
|
|
7270
|
+
color?: string;
|
|
7271
|
+
externalId?: string | null;
|
|
6895
7272
|
height?: number;
|
|
6896
7273
|
opacity?: number;
|
|
6897
7274
|
layer?: string;
|
|
@@ -7090,7 +7467,7 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.MVF.
|
|
|
7090
7467
|
export {};
|
|
7091
7468
|
}
|
|
7092
7469
|
|
|
7093
|
-
declare module '@mappedin/react-native-sdk/
|
|
7470
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/pub-sub.typed' {
|
|
7094
7471
|
export class PubSub<EVENT_PAYLOAD, EVENT extends keyof EVENT_PAYLOAD> {
|
|
7095
7472
|
/**
|
|
7096
7473
|
* @private
|
|
@@ -7111,10 +7488,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/pub-sub.typed
|
|
|
7111
7488
|
}
|
|
7112
7489
|
}
|
|
7113
7490
|
|
|
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/
|
|
7491
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNavigatable' {
|
|
7492
|
+
import type { MappedinNode, MappedinPolygon, MappedinLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7493
|
+
import { MappedinDirections, MappedinDestinationSet, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7494
|
+
import { TSimplifyDirectionsOptions } from '@mappedin/react-native-sdk/sdks/packages/navigator';
|
|
7118
7495
|
export type TDirectionToOptions = {
|
|
7119
7496
|
/**
|
|
7120
7497
|
* If true directions will only take accessible routes
|
|
@@ -7146,16 +7523,16 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinNavig
|
|
|
7146
7523
|
directionsTo(destination: MappedinDestinationSet, options?: TDirectionToOptions): MappedinDirections[];
|
|
7147
7524
|
/**
|
|
7148
7525
|
*
|
|
7149
|
-
* Calculate distance between 2 nodes, polygons or locations
|
|
7526
|
+
* Calculate walking distance in meters between 2 nodes, polygons or locations
|
|
7150
7527
|
*/
|
|
7151
7528
|
distanceTo(destination: MappedinNode | MappedinLocation | MappedinPolygon, options?: TDirectionToOptions): number;
|
|
7152
7529
|
}
|
|
7153
7530
|
}
|
|
7154
7531
|
|
|
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/
|
|
7532
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinNode' {
|
|
7533
|
+
import type { MappedinPolygon, MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7534
|
+
import type { TOpeningHours } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7535
|
+
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, MappedinMap, TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7159
7536
|
/**
|
|
7160
7537
|
* A {@link MappedinNode} represents a position, anchored to a specific {@link MappedinMap}.
|
|
7161
7538
|
*
|
|
@@ -7229,16 +7606,16 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinNode'
|
|
|
7229
7606
|
directionsTo(destination: MappedinDestinationSet, options?: TDirectionToOptions): MappedinDirections[];
|
|
7230
7607
|
/**
|
|
7231
7608
|
*
|
|
7232
|
-
* Calculate distance between 2 nodes, polygons or locations
|
|
7609
|
+
* Calculate walking distance in meters between 2 nodes, polygons or locations
|
|
7233
7610
|
*/
|
|
7234
7611
|
distanceTo(destination: MappedinNode | MappedinLocation | MappedinPolygon, options?: TDirectionToOptions): number;
|
|
7235
7612
|
toJSON(): any;
|
|
7236
7613
|
}
|
|
7237
7614
|
}
|
|
7238
7615
|
|
|
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/
|
|
7616
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinPolygon' {
|
|
7617
|
+
import type { MappedinNode, MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7618
|
+
import { MappedinNavigatable, MappedinDirections, MappedinDestinationSet, MappedinMap, TDirectionToOptions } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7242
7619
|
/**
|
|
7243
7620
|
* 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
7621
|
*
|
|
@@ -7374,22 +7751,22 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinPolyg
|
|
|
7374
7751
|
directionsTo(destination: MappedinDestinationSet, options?: TDirectionToOptions): MappedinDirections[];
|
|
7375
7752
|
/**
|
|
7376
7753
|
*
|
|
7377
|
-
* Calculate distance between 2 nodes, polygons or locations
|
|
7754
|
+
* Calculate walking distance in meters between 2 nodes, polygons or locations
|
|
7378
7755
|
*/
|
|
7379
7756
|
distanceTo(destination: MappedinNode | MappedinLocation | MappedinPolygon, options?: TDirectionToOptions): number;
|
|
7380
7757
|
toJSON(): any;
|
|
7381
7758
|
}
|
|
7382
7759
|
}
|
|
7383
7760
|
|
|
7384
|
-
declare module '@mappedin/react-native-sdk/
|
|
7761
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinCategory' {
|
|
7385
7762
|
/**
|
|
7386
7763
|
* Collection of all Categories within the Venue.
|
|
7387
7764
|
*
|
|
7388
7765
|
* @property categories
|
|
7389
7766
|
* @type [MappedinCategory]
|
|
7390
7767
|
*/
|
|
7391
|
-
import type { MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/
|
|
7392
|
-
import type { TPicture } from '@mappedin/react-native-sdk/
|
|
7768
|
+
import type { MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7769
|
+
import type { TPicture } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7393
7770
|
/**
|
|
7394
7771
|
* A {@link MappedinCategory} is a collection of similar Locations.
|
|
7395
7772
|
*
|
|
@@ -7440,16 +7817,16 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinCateg
|
|
|
7440
7817
|
}
|
|
7441
7818
|
}
|
|
7442
7819
|
|
|
7443
|
-
declare module '@mappedin/react-native-sdk/
|
|
7444
|
-
import type { MappedinNode, MappedinPolygon, MappedinLocation } from '@mappedin/react-native-sdk/
|
|
7820
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinDestinationSet' {
|
|
7821
|
+
import type { MappedinNode, MappedinPolygon, MappedinLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7445
7822
|
export class MappedinDestinationSet {
|
|
7446
7823
|
destinations: (MappedinLocation | MappedinNode | MappedinPolygon)[];
|
|
7447
7824
|
constructor(destinations: (MappedinLocation | MappedinNode | MappedinPolygon)[]);
|
|
7448
7825
|
}
|
|
7449
7826
|
}
|
|
7450
7827
|
|
|
7451
|
-
declare module '@mappedin/react-native-sdk/
|
|
7452
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
7828
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVortex' {
|
|
7829
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7453
7830
|
/**
|
|
7454
7831
|
* 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
7832
|
*
|
|
@@ -7478,9 +7855,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinVorte
|
|
|
7478
7855
|
}
|
|
7479
7856
|
}
|
|
7480
7857
|
|
|
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/
|
|
7858
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinVenue' {
|
|
7859
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7860
|
+
import type { TLogo, TOpeningHours } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7484
7861
|
/**
|
|
7485
7862
|
* 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
7863
|
*
|
|
@@ -7539,8 +7916,8 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinVenue
|
|
|
7539
7916
|
}
|
|
7540
7917
|
}
|
|
7541
7918
|
|
|
7542
|
-
declare module '@mappedin/react-native-sdk/
|
|
7543
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
7919
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinTheme' {
|
|
7920
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7544
7921
|
export class MappedinTheme {
|
|
7545
7922
|
#private;
|
|
7546
7923
|
/**
|
|
@@ -7556,9 +7933,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinTheme
|
|
|
7556
7933
|
}
|
|
7557
7934
|
}
|
|
7558
7935
|
|
|
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/
|
|
7936
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinRankings' {
|
|
7937
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7938
|
+
import type { TPolygonRanking } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7562
7939
|
/**
|
|
7563
7940
|
* 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
7941
|
*
|
|
@@ -7590,9 +7967,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinRanki
|
|
|
7590
7967
|
}
|
|
7591
7968
|
}
|
|
7592
7969
|
|
|
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/
|
|
7970
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationRankings' {
|
|
7971
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7972
|
+
import type { TLocation } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7596
7973
|
/** One of these contains all the venue's rankings. * */
|
|
7597
7974
|
export class MappedinLocationRankings {
|
|
7598
7975
|
#private;
|
|
@@ -7604,9 +7981,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinLocat
|
|
|
7604
7981
|
}
|
|
7605
7982
|
}
|
|
7606
7983
|
|
|
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/
|
|
7984
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinEvent' {
|
|
7985
|
+
import type { TImage } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
7986
|
+
import type { MappedinLocation, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7610
7987
|
/**
|
|
7611
7988
|
* 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
7989
|
*
|
|
@@ -7663,8 +8040,8 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinEvent
|
|
|
7663
8040
|
}
|
|
7664
8041
|
}
|
|
7665
8042
|
|
|
7666
|
-
declare module '@mappedin/react-native-sdk/
|
|
7667
|
-
import type { Mappedin } from '@mappedin/react-native-sdk/
|
|
8043
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinLocationState' {
|
|
8044
|
+
import type { Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7668
8045
|
/**
|
|
7669
8046
|
* A location state, that can belong to any number of {@link MappedinLocation}s.
|
|
7670
8047
|
* @class MappedinLocationState
|
|
@@ -7690,10 +8067,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinLocat
|
|
|
7690
8067
|
}
|
|
7691
8068
|
}
|
|
7692
8069
|
|
|
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/
|
|
8070
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMap' {
|
|
8071
|
+
import type { MappedinMapGroup, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
8072
|
+
import type { TGeoReference } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.API.types';
|
|
8073
|
+
import { MappedinPolygon, MappedinLocation, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7697
8074
|
/**
|
|
7698
8075
|
* 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
8076
|
*
|
|
@@ -7773,12 +8150,13 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinMap'
|
|
|
7773
8150
|
getNorth(): any;
|
|
7774
8151
|
static hydrate(maps: any, mappedin: Mappedin): MappedinMap[];
|
|
7775
8152
|
static fetch(mappedin: Mappedin): Promise<MappedinMap[]>;
|
|
8153
|
+
get center(): any;
|
|
7776
8154
|
toJSON(): any;
|
|
7777
8155
|
}
|
|
7778
8156
|
}
|
|
7779
8157
|
|
|
7780
|
-
declare module '@mappedin/react-native-sdk/
|
|
7781
|
-
import type { MappedinMap, Mappedin } from '@mappedin/react-native-sdk/
|
|
8158
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/MappedinMapGroup' {
|
|
8159
|
+
import type { MappedinMap, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7782
8160
|
/**
|
|
7783
8161
|
* 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
8162
|
*
|
|
@@ -7801,10 +8179,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/MappedinMapGr
|
|
|
7801
8179
|
}
|
|
7802
8180
|
}
|
|
7803
8181
|
|
|
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/
|
|
8182
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/utils' {
|
|
8183
|
+
import type { TGetVenueOptions, TGetVenueOptionsInternal } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.types';
|
|
8184
|
+
import type { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
8185
|
+
import { Mappedin, MappedinNavigatable, MappedinNode, MappedinPolygon, MappedinLocation, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7808
8186
|
export function isGatewayKey(key: string): boolean;
|
|
7809
8187
|
export function stringifyQuery(query: any, gateway?: boolean): string;
|
|
7810
8188
|
export function buildUrl(options: TGetVenueOptionsInternal & TGetVenueOptions, pathname: string, query: any, supplementary?: boolean): string;
|
|
@@ -7876,8 +8254,8 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/utils' {
|
|
|
7876
8254
|
export const getPrimaryLocationForPolygon: (polygon: MappedinPolygon | string | undefined, venue: Mappedin) => MappedinLocation | null;
|
|
7877
8255
|
}
|
|
7878
8256
|
|
|
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/
|
|
8257
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.cache' {
|
|
8258
|
+
import { MappedinNode, MappedinPolygon, MappedinLocation, MappedinCategory, MappedinVortex, MappedinRankings, MappedinEvent, MappedinLocationState, MappedinMap, MappedinCoordinate, MappedinMapGroup, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/get-venue/internal';
|
|
7881
8259
|
class MappedinCache {
|
|
7882
8260
|
#private;
|
|
7883
8261
|
constructor(mappedin: Mappedin);
|
|
@@ -7931,9 +8309,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.cach
|
|
|
7931
8309
|
export default MappedinCache;
|
|
7932
8310
|
}
|
|
7933
8311
|
|
|
7934
|
-
declare module '@mappedin/react-native-sdk/
|
|
7935
|
-
import INode from '@mappedin/react-native-sdk/
|
|
7936
|
-
import IVortex from '@mappedin/react-native-sdk/
|
|
8312
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Edge' {
|
|
8313
|
+
import INode from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode';
|
|
8314
|
+
import IVortex from '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex';
|
|
7937
8315
|
class Edge {
|
|
7938
8316
|
origin: INode;
|
|
7939
8317
|
destination: INode;
|
|
@@ -7954,7 +8332,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Edge' {
|
|
|
7954
8332
|
export default Edge;
|
|
7955
8333
|
}
|
|
7956
8334
|
|
|
7957
|
-
declare module '@mappedin/react-native-sdk/
|
|
8335
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IMap' {
|
|
7958
8336
|
interface IGeoReference {
|
|
7959
8337
|
target: {
|
|
7960
8338
|
x: number;
|
|
@@ -7978,7 +8356,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IM
|
|
|
7978
8356
|
export default IMap;
|
|
7979
8357
|
}
|
|
7980
8358
|
|
|
7981
|
-
declare module '@mappedin/react-native-sdk/
|
|
8359
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/INode' {
|
|
7982
8360
|
interface INode {
|
|
7983
8361
|
id: string;
|
|
7984
8362
|
x: number;
|
|
@@ -7990,7 +8368,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IN
|
|
|
7990
8368
|
export default INode;
|
|
7991
8369
|
}
|
|
7992
8370
|
|
|
7993
|
-
declare module '@mappedin/react-native-sdk/
|
|
8371
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IVortex' {
|
|
7994
8372
|
interface IVortex {
|
|
7995
8373
|
id: string;
|
|
7996
8374
|
name: string;
|
|
@@ -8002,7 +8380,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IV
|
|
|
8002
8380
|
export default IVortex;
|
|
8003
8381
|
}
|
|
8004
8382
|
|
|
8005
|
-
declare module '@mappedin/react-native-sdk/
|
|
8383
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/Navigator.utils' {
|
|
8006
8384
|
export type TCoordinate = {
|
|
8007
8385
|
x: number;
|
|
8008
8386
|
y: number;
|
|
@@ -8029,7 +8407,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/Navigator.uti
|
|
|
8029
8407
|
export function hasLineOfSight(origin: TCoordinate, destination: TCoordinate, edges?: TCoordinate[][], bufferRadius?: number): boolean;
|
|
8030
8408
|
}
|
|
8031
8409
|
|
|
8032
|
-
declare module '@mappedin/react-native-sdk/
|
|
8410
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/ILocation' {
|
|
8033
8411
|
interface ILocation {
|
|
8034
8412
|
id: string;
|
|
8035
8413
|
name: string;
|
|
@@ -8038,7 +8416,7 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IL
|
|
|
8038
8416
|
export default ILocation;
|
|
8039
8417
|
}
|
|
8040
8418
|
|
|
8041
|
-
declare module '@mappedin/react-native-sdk/
|
|
8419
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/navigator/interfaces/IPolygon' {
|
|
8042
8420
|
interface IPolygon {
|
|
8043
8421
|
id: string;
|
|
8044
8422
|
map: string;
|
|
@@ -8054,11 +8432,11 @@ declare module '@mappedin/react-native-sdk/core/packages/navigator/interfaces/IP
|
|
|
8054
8432
|
export default IPolygon;
|
|
8055
8433
|
}
|
|
8056
8434
|
|
|
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/
|
|
8435
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/json-scene-loader' {
|
|
8436
|
+
import { Element } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8437
|
+
import DefaultAssetManager from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager';
|
|
8438
|
+
import { MappedinMap, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8439
|
+
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
8062
8440
|
class JSONSceneLoader {
|
|
8063
8441
|
defaultExtrudeSettings: {
|
|
8064
8442
|
amount: number;
|
|
@@ -8088,7 +8466,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/json-
|
|
|
8088
8466
|
export default _default;
|
|
8089
8467
|
}
|
|
8090
8468
|
|
|
8091
|
-
declare module '@mappedin/react-native-sdk/
|
|
8469
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.RenderTasks' {
|
|
8092
8470
|
/**
|
|
8093
8471
|
* Tasks that can be submitted to the renderer. The `STATIC_AND_ANIMATED` task
|
|
8094
8472
|
* is equivalent to a full re-render.
|
|
@@ -8103,7 +8481,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
8103
8481
|
export default RENDER;
|
|
8104
8482
|
}
|
|
8105
8483
|
|
|
8106
|
-
declare module '@mappedin/react-native-sdk/
|
|
8484
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.TaskScheduler' {
|
|
8107
8485
|
/**
|
|
8108
8486
|
* A function that can be submitted to the Task Scheduler to run each frame for
|
|
8109
8487
|
* some provided number of frames. A single update can be repeatedly submitted;
|
|
@@ -8371,6 +8749,11 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Task
|
|
|
8371
8749
|
*/
|
|
8372
8750
|
hasTimeRemaining(): boolean;
|
|
8373
8751
|
}
|
|
8752
|
+
export type TaskSchedulerOptions = {
|
|
8753
|
+
timer?: RealTimeTimer;
|
|
8754
|
+
performance?: boolean;
|
|
8755
|
+
onUpdateEnd?: () => void;
|
|
8756
|
+
};
|
|
8374
8757
|
/**
|
|
8375
8758
|
* A class that handles scheduling tasks to be performed within the time
|
|
8376
8759
|
* constraints of frame updates, triggered using `requestAnimationFrame`.
|
|
@@ -8399,11 +8782,9 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Task
|
|
|
8399
8782
|
* If true, this task scheduler will annotate tasks and frame updates with
|
|
8400
8783
|
* performance information.
|
|
8401
8784
|
*/
|
|
8402
|
-
constructor(options?:
|
|
8403
|
-
timer?: RealTimeTimer;
|
|
8404
|
-
performance?: boolean;
|
|
8405
|
-
});
|
|
8785
|
+
constructor(options?: TaskSchedulerOptions);
|
|
8406
8786
|
_raf?: (callback: FrameRequestCallback) => number;
|
|
8787
|
+
options?: TaskSchedulerOptions;
|
|
8407
8788
|
_timer: RealTimeTimer;
|
|
8408
8789
|
_performance: boolean;
|
|
8409
8790
|
_scheduledUpdatesByOrdering: Multimap;
|
|
@@ -8630,10 +9011,10 @@ declare module '@mappedin/react-native-sdk/core/packages/get-venue/Mappedin.Task
|
|
|
8630
9011
|
export {};
|
|
8631
9012
|
}
|
|
8632
9013
|
|
|
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/
|
|
9014
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.SceneManager' {
|
|
9015
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9016
|
+
import type { ICore, TCameraAnimationOptions, TFocusOnCameraOptions, TCameraTargets } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9017
|
+
import { MapObject, MapViewScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8637
9018
|
export type TSceneTransitionOptions = {
|
|
8638
9019
|
/**
|
|
8639
9020
|
* Map to set as active during the transition. This will decide where the camera will be positioned, as well as which
|
|
@@ -8673,10 +9054,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
8673
9054
|
export default SceneManager;
|
|
8674
9055
|
}
|
|
8675
9056
|
|
|
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/
|
|
9057
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.DynamicFocusSceneManager' {
|
|
9058
|
+
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9059
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9060
|
+
import { MapViewScene, DynamicFocusScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
8680
9061
|
class DynamicFocusSceneManager {
|
|
8681
9062
|
dynamicFocusScene: DynamicFocusScene;
|
|
8682
9063
|
core: ICore;
|
|
@@ -8698,11 +9079,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
8698
9079
|
export default DynamicFocusSceneManager;
|
|
8699
9080
|
}
|
|
8700
9081
|
|
|
8701
|
-
declare module '@mappedin/react-native-sdk/
|
|
9082
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject' {
|
|
8702
9083
|
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/
|
|
9084
|
+
import { FrameTaskGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue/Mappedin.TaskScheduler';
|
|
9085
|
+
import { Element, FlippableImage, MappedinMap, TaskScheduler, FlatLabel, SmartTooltip, ICore, InternalFloatingLabel, TCreateThreeDMarkerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9086
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
8706
9087
|
/**
|
|
8707
9088
|
* Some preset priorities for tasks.
|
|
8708
9089
|
*/
|
|
@@ -8985,9 +9366,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
8985
9366
|
export default MapObject;
|
|
8986
9367
|
}
|
|
8987
9368
|
|
|
8988
|
-
declare module '@mappedin/react-native-sdk/
|
|
9369
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.AssetManager' {
|
|
8989
9370
|
import { Texture } from 'three';
|
|
8990
|
-
import type { MappedinMap } from '@mappedin/react-native-sdk/
|
|
9371
|
+
import type { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
8991
9372
|
/**
|
|
8992
9373
|
* @internal
|
|
8993
9374
|
*/
|
|
@@ -8998,10 +9379,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
8998
9379
|
}
|
|
8999
9380
|
}
|
|
9000
9381
|
|
|
9001
|
-
declare module '@mappedin/react-native-sdk/
|
|
9382
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/bundle-asset-manager' {
|
|
9002
9383
|
import type { Texture } from 'three';
|
|
9003
|
-
import { Mappedin, MappedinMap } from '@mappedin/react-native-sdk/
|
|
9004
|
-
import { AssetManager } from '@mappedin/react-native-sdk/
|
|
9384
|
+
import { Mappedin, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9385
|
+
import { AssetManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9005
9386
|
/**
|
|
9006
9387
|
* @internal
|
|
9007
9388
|
*/
|
|
@@ -9013,10 +9394,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/bundle-asset-m
|
|
|
9013
9394
|
}
|
|
9014
9395
|
}
|
|
9015
9396
|
|
|
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/
|
|
9397
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider' {
|
|
9398
|
+
import SmartCollisionEngine from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine';
|
|
9399
|
+
import { Rectangle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/quad-tree';
|
|
9400
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9020
9401
|
export type TRange = [number, number, number, number];
|
|
9021
9402
|
type TCustomCollider<T> = ICollider & T;
|
|
9022
9403
|
export type TColliderStrategyProps = {
|
|
@@ -9119,8 +9500,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9119
9500
|
export default BaseCollider;
|
|
9120
9501
|
}
|
|
9121
9502
|
|
|
9122
|
-
declare module '@mappedin/react-native-sdk/
|
|
9123
|
-
import BaseCollider, { ICollider } from '@mappedin/react-native-sdk/
|
|
9503
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.HTMLCollider' {
|
|
9504
|
+
import BaseCollider, { ICollider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
9124
9505
|
export type TRange = [number, number, number, number];
|
|
9125
9506
|
export type TDimensions = {
|
|
9126
9507
|
width: number;
|
|
@@ -9152,10 +9533,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9152
9533
|
export default HTMLCollider;
|
|
9153
9534
|
}
|
|
9154
9535
|
|
|
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/
|
|
9536
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController' {
|
|
9537
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9538
|
+
import type { ICore, TCreateMarkerOptions, TAnimationOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9539
|
+
import { InternalMarker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9159
9540
|
import TWEEN from '@tweenjs/tween.js';
|
|
9160
9541
|
/**
|
|
9161
9542
|
* A marker containing some HTML content.
|
|
@@ -9242,10 +9623,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9242
9623
|
export default MarkersController;
|
|
9243
9624
|
}
|
|
9244
9625
|
|
|
9245
|
-
declare module '@mappedin/react-native-sdk/
|
|
9626
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Marker' {
|
|
9246
9627
|
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/
|
|
9628
|
+
import { COLLISION_RANKING_TIERS, HTMLCollider, MARKER_ANCHOR } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9629
|
+
import type { TColliderStrategy, IHTMLCollider, TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9249
9630
|
/**
|
|
9250
9631
|
* @hidden
|
|
9251
9632
|
* @internal
|
|
@@ -9284,10 +9665,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9284
9665
|
export default InternalMarker;
|
|
9285
9666
|
}
|
|
9286
9667
|
|
|
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/
|
|
9668
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.Scene' {
|
|
9669
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9670
|
+
import type { ICore, SceneManager, TSceneTransitionOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9671
|
+
import { MapObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9291
9672
|
class MapViewScene {
|
|
9292
9673
|
#private;
|
|
9293
9674
|
maps: MappedinMap[];
|
|
@@ -9327,11 +9708,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9327
9708
|
export default MapViewScene;
|
|
9328
9709
|
}
|
|
9329
9710
|
|
|
9330
|
-
declare module '@mappedin/react-native-sdk/
|
|
9711
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/MapView.StackScene' {
|
|
9331
9712
|
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/
|
|
9713
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9714
|
+
import type { ICore, SceneManager, TSceneTransitionOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9715
|
+
import { MapObject, MapViewScene } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9335
9716
|
export const DEFAULT_VERTICAL_DISTANCE_BETWEEN_MAPS = 50;
|
|
9336
9717
|
class MapViewStackScene extends MapViewScene {
|
|
9337
9718
|
#private;
|
|
@@ -9368,11 +9749,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9368
9749
|
export default MapViewStackScene;
|
|
9369
9750
|
}
|
|
9370
9751
|
|
|
9371
|
-
declare module '@mappedin/react-native-sdk/
|
|
9752
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.Element' {
|
|
9372
9753
|
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/
|
|
9754
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
9755
|
+
import { AssetManager, MappedinMap, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9756
|
+
import { MAP_RENDER_MODE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
9376
9757
|
class Element extends PubSub {
|
|
9377
9758
|
polygon: MappedinPolygon;
|
|
9378
9759
|
mapClass: MappedinMap;
|
|
@@ -9444,11 +9825,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9444
9825
|
export default Element;
|
|
9445
9826
|
}
|
|
9446
9827
|
|
|
9447
|
-
declare module '@mappedin/react-native-sdk/
|
|
9828
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/building' {
|
|
9448
9829
|
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 {
|
|
9830
|
+
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9831
|
+
import type { ICore, MapObject, Mappedin } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9832
|
+
import { determineMapPositionAndRotation } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-utils';
|
|
9833
|
+
import { LayerGroup } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
9452
9834
|
class Building {
|
|
9453
9835
|
layerGroup: LayerGroup;
|
|
9454
9836
|
mapGroup: MappedinMapGroup;
|
|
@@ -9457,9 +9839,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9457
9839
|
visibleMap?: MappedinMap;
|
|
9458
9840
|
readonly startingMap: MappedinMap;
|
|
9459
9841
|
baseMap: MappedinMap;
|
|
9842
|
+
venue: Mappedin;
|
|
9460
9843
|
object: Object3D;
|
|
9461
9844
|
mapObjects: MapObject[];
|
|
9462
|
-
constructor(core: ICore, mapGroup: MappedinMapGroup, layerGroup: LayerGroup, startingMap: MappedinMap, baseMap: MappedinMap);
|
|
9845
|
+
constructor(core: ICore, mapGroup: MappedinMapGroup, layerGroup: LayerGroup, startingMap: MappedinMap, baseMap: MappedinMap, venue: Mappedin);
|
|
9463
9846
|
loading: boolean;
|
|
9464
9847
|
activeMapOpacity: number;
|
|
9465
9848
|
buildingOpacity: number;
|
|
@@ -9478,6 +9861,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9478
9861
|
get defaultMapObject(): MapObject;
|
|
9479
9862
|
get baseMapObject(): MapObject;
|
|
9480
9863
|
state: string;
|
|
9864
|
+
determineMapPositionAndRotation: typeof determineMapPositionAndRotation;
|
|
9481
9865
|
/**
|
|
9482
9866
|
* The building is in view, so we should have the correct map loaded and ready to be displayed
|
|
9483
9867
|
*/
|
|
@@ -9491,12 +9875,12 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9491
9875
|
export default Building;
|
|
9492
9876
|
}
|
|
9493
9877
|
|
|
9494
|
-
declare module '@mappedin/react-native-sdk/
|
|
9878
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-scene' {
|
|
9495
9879
|
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/
|
|
9880
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9881
|
+
import type { ICore, MapObject } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9882
|
+
import { Building } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9883
|
+
import { LayerGroup } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.MapObject';
|
|
9500
9884
|
class DynamicFocusScene {
|
|
9501
9885
|
buildings: Building[];
|
|
9502
9886
|
object: Object3D;
|
|
@@ -9537,9 +9921,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/scene-
|
|
|
9537
9921
|
export default DynamicFocusScene;
|
|
9538
9922
|
}
|
|
9539
9923
|
|
|
9540
|
-
declare module '@mappedin/react-native-sdk/
|
|
9541
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
9542
|
-
import { ICore } from '@mappedin/react-native-sdk/
|
|
9924
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonColorsController' {
|
|
9925
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9926
|
+
import { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
9543
9927
|
type SetPolygonColorParam = [MappedinPolygon | string, string, {
|
|
9544
9928
|
highlighted?: boolean;
|
|
9545
9929
|
visible?: boolean;
|
|
@@ -9562,8 +9946,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9562
9946
|
export default PolygonColorsController;
|
|
9563
9947
|
}
|
|
9564
9948
|
|
|
9565
|
-
declare module '@mappedin/react-native-sdk/
|
|
9566
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
9949
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonInteractionController' {
|
|
9950
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9567
9951
|
class PolygonInteractionController {
|
|
9568
9952
|
#private;
|
|
9569
9953
|
constructor(core: ICore);
|
|
@@ -9575,9 +9959,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9575
9959
|
export default PolygonInteractionController;
|
|
9576
9960
|
}
|
|
9577
9961
|
|
|
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/
|
|
9962
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/TooltipsController' {
|
|
9963
|
+
import { ICore, TCreateTooltipCommonOptions, TCreateTooltipOptions, SmartTooltip } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9964
|
+
import { MappedinNode, MappedinCoordinate } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9581
9965
|
class TooltipsController {
|
|
9582
9966
|
#private;
|
|
9583
9967
|
constructor(core: ICore);
|
|
@@ -9602,8 +9986,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9602
9986
|
export default TooltipsController;
|
|
9603
9987
|
}
|
|
9604
9988
|
|
|
9605
|
-
declare module '@mappedin/react-native-sdk/
|
|
9606
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
9989
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonStatesController' {
|
|
9990
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9607
9991
|
class PolygonStatesController {
|
|
9608
9992
|
#private;
|
|
9609
9993
|
constructor(core: ICore);
|
|
@@ -9614,9 +9998,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9614
9998
|
export default PolygonStatesController;
|
|
9615
9999
|
}
|
|
9616
10000
|
|
|
9617
|
-
declare module '@mappedin/react-native-sdk/
|
|
9618
|
-
import { MappedinPolygon } from '@mappedin/react-native-sdk/
|
|
9619
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
10001
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PolygonImagesController' {
|
|
10002
|
+
import { MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10003
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9620
10004
|
class PolygonImagesController {
|
|
9621
10005
|
#private;
|
|
9622
10006
|
constructor(core: ICore);
|
|
@@ -9627,9 +10011,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9627
10011
|
export default PolygonImagesController;
|
|
9628
10012
|
}
|
|
9629
10013
|
|
|
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/
|
|
10014
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ThreeDMarkersController' {
|
|
10015
|
+
import { ThreeJSMarkerHandle } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10016
|
+
import type { ICore, TCreateThreeDMarkerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9633
10017
|
class ThreeDMarkersController {
|
|
9634
10018
|
#private;
|
|
9635
10019
|
constructor(core: ICore);
|
|
@@ -9640,10 +10024,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9640
10024
|
export default ThreeDMarkersController;
|
|
9641
10025
|
}
|
|
9642
10026
|
|
|
9643
|
-
declare module '@mappedin/react-native-sdk/
|
|
10027
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/EventSystem' {
|
|
9644
10028
|
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/
|
|
10029
|
+
import type { ICore, MappedinPolygon, Collider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10030
|
+
import { BlueDotManager, Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9647
10031
|
class EventSystem {
|
|
9648
10032
|
core: ICore;
|
|
9649
10033
|
blueDotManager?: BlueDotManager;
|
|
@@ -9716,7 +10100,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9716
10100
|
export default EventSystem;
|
|
9717
10101
|
}
|
|
9718
10102
|
|
|
9719
|
-
declare module '@mappedin/react-native-sdk/
|
|
10103
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BinaryAssetManager' {
|
|
9720
10104
|
import { Texture } from 'three';
|
|
9721
10105
|
/**
|
|
9722
10106
|
* This asset manager is used when loading a venue from MVF.
|
|
@@ -9735,13 +10119,13 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9735
10119
|
}
|
|
9736
10120
|
}
|
|
9737
10121
|
|
|
9738
|
-
declare module '@mappedin/react-native-sdk/
|
|
10122
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollisionEngine' {
|
|
9739
10123
|
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/
|
|
10124
|
+
import { TRange, TColliderPosition } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartCollider';
|
|
10125
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10126
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10127
|
+
import { Rectangle, QuadTree } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/quad-tree';
|
|
10128
|
+
import { InternalFloatingLabel, InternalMarker, SmartTooltip } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9745
10129
|
export type Collider = InternalMarker | SmartTooltip | InternalFloatingLabel;
|
|
9746
10130
|
export type ColliderQuadTree = QuadTree<{
|
|
9747
10131
|
collider: Collider;
|
|
@@ -9808,7 +10192,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
9808
10192
|
export default SmartCollisionEngine;
|
|
9809
10193
|
}
|
|
9810
10194
|
|
|
9811
|
-
declare module '@mappedin/react-native-sdk/
|
|
10195
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/BillboardManager' {
|
|
9812
10196
|
import { Object3D } from 'three';
|
|
9813
10197
|
class BillboardManager {
|
|
9814
10198
|
orbit: Object3D;
|
|
@@ -9822,10 +10206,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9822
10206
|
export default BillboardManager;
|
|
9823
10207
|
}
|
|
9824
10208
|
|
|
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/
|
|
10209
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/StackedMapsController' {
|
|
10210
|
+
import { MappedinDirections, MappedinMap, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10211
|
+
import { STACKED_MAPS_STATE, MapViewScene, MapViewStackScene, CAMERA_EASING_MODE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10212
|
+
import type { ICore, TCameraTransform } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9829
10213
|
enum ACTION {
|
|
9830
10214
|
enable = "enable",
|
|
9831
10215
|
disable = "disable",
|
|
@@ -9940,8 +10324,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9940
10324
|
export default StackedMapsController;
|
|
9941
10325
|
}
|
|
9942
10326
|
|
|
9943
|
-
declare module '@mappedin/react-native-sdk/
|
|
9944
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
10327
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/ExportController' {
|
|
10328
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9945
10329
|
/**
|
|
9946
10330
|
* @hidden
|
|
9947
10331
|
*/
|
|
@@ -9958,6 +10342,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9958
10342
|
export default class ExportController {
|
|
9959
10343
|
#private;
|
|
9960
10344
|
core: ICore;
|
|
10345
|
+
glTFExporter?: any;
|
|
9961
10346
|
constructor(core: ICore);
|
|
9962
10347
|
/**
|
|
9963
10348
|
* Exports the current scene as a GLTF file.
|
|
@@ -9966,9 +10351,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9966
10351
|
}
|
|
9967
10352
|
}
|
|
9968
10353
|
|
|
9969
|
-
declare module '@mappedin/react-native-sdk/
|
|
9970
|
-
import type { ICore } from '@mappedin/react-native-sdk/
|
|
9971
|
-
import { MappedinMap } from '@mappedin/react-native-sdk/
|
|
10354
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/LayerController' {
|
|
10355
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core.interface';
|
|
10356
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
9972
10357
|
import { Feature, FeatureCollection, GeoJsonProperties, Polygon } from 'geojson';
|
|
9973
10358
|
class LayerController {
|
|
9974
10359
|
#private;
|
|
@@ -9990,10 +10375,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/private/contro
|
|
|
9990
10375
|
export default LayerController;
|
|
9991
10376
|
}
|
|
9992
10377
|
|
|
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/
|
|
10378
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.BlueDot/Mappedin.BlueDot.ui' {
|
|
10379
|
+
import { IBlueDotCore, BlueDotManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10380
|
+
import { IPubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/pub-sub';
|
|
10381
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
9997
10382
|
enum ZOOM_CONDITION {
|
|
9998
10383
|
EXPIRED = 0,
|
|
9999
10384
|
IN_PROGRESS = 1,
|
|
@@ -10024,10 +10409,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/Mappe
|
|
|
10024
10409
|
export default BlueDotUI;
|
|
10025
10410
|
}
|
|
10026
10411
|
|
|
10027
|
-
declare module '@mappedin/react-native-sdk/
|
|
10412
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/utils' {
|
|
10028
10413
|
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/
|
|
10414
|
+
import { Mappedin, MapObject, MappedinMap, TMapViewOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10415
|
+
import { Camera } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera';
|
|
10031
10416
|
/**
|
|
10032
10417
|
* Utils function listing
|
|
10033
10418
|
*
|
|
@@ -10181,27 +10566,27 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/utils
|
|
|
10181
10566
|
export {};
|
|
10182
10567
|
}
|
|
10183
10568
|
|
|
10184
|
-
declare module '@mappedin/react-native-sdk/
|
|
10569
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/MapView' {
|
|
10185
10570
|
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/
|
|
10571
|
+
import { Mappedin, MappedinCoordinate, MappedinLocation, MappedinMap, MappedinNode, MappedinPolygon } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
10572
|
+
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';
|
|
10573
|
+
import { E_SDK_EVENT, STATE } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
10574
|
+
import SmartTooltip from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/Mappedin.SmartTooltip';
|
|
10575
|
+
import { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
10576
|
+
import { PubSub } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10577
|
+
import Journey from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Journey';
|
|
10578
|
+
import { TGetPolygonsAtCoordinateOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
10579
|
+
import { IFlatLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FlatLabels';
|
|
10580
|
+
import { IFloatingLabels } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/FloatingLabels';
|
|
10581
|
+
import { Markers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Markers';
|
|
10582
|
+
import { Paths } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Paths';
|
|
10583
|
+
import { BlueDot } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/BlueDot';
|
|
10584
|
+
import { Camera } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera';
|
|
10585
|
+
import { Exporter } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Exporter';
|
|
10586
|
+
import { StackedMaps } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/StackedMaps';
|
|
10587
|
+
import OutdoorView from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/OutdoorView';
|
|
10588
|
+
import { Layers } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Layers';
|
|
10589
|
+
import { DynamicFocus } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/DynamicFocus';
|
|
10205
10590
|
/**
|
|
10206
10591
|
* Primary API class for controlling and interacting with a 3D map.
|
|
10207
10592
|
*/
|
|
@@ -10838,13 +11223,13 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/MapView
|
|
|
10838
11223
|
}
|
|
10839
11224
|
}
|
|
10840
11225
|
|
|
10841
|
-
declare module '@mappedin/react-native-sdk/
|
|
11226
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager' {
|
|
10842
11227
|
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/
|
|
11228
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11229
|
+
import { MappedinCoordinate, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11230
|
+
import Object3D from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/object3D.destroy';
|
|
11231
|
+
import { Tile } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.Tile';
|
|
11232
|
+
import { IOutdoorContextProvider } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider';
|
|
10848
11233
|
/**
|
|
10849
11234
|
* @deprecated Use {@link OutdoorView} instead.
|
|
10850
11235
|
*/
|
|
@@ -10905,204 +11290,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/outdo
|
|
|
10905
11290
|
}
|
|
10906
11291
|
}
|
|
10907
11292
|
|
|
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';
|
|
11293
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Camera' {
|
|
11294
|
+
import { E_CAMERA_DIRECTION } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.enums';
|
|
11295
|
+
import CameraController, { TCameraAnimationOptions, TCameraInteractionsSetOptions, TCameraTargets, TCameraTransform, TFocusOnCameraOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/CameraController';
|
|
11106
11296
|
/**
|
|
11107
11297
|
* API to control and respond to the state of the camera within the scene.
|
|
11108
11298
|
*/
|
|
@@ -11197,7 +11387,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Cam
|
|
|
11197
11387
|
* Get the current camera position, which is at the center of the map.
|
|
11198
11388
|
* @returns the position as a coordinate
|
|
11199
11389
|
*/
|
|
11200
|
-
get position(): import("
|
|
11390
|
+
get position(): import("../../internal").MappedinCoordinate;
|
|
11201
11391
|
/**
|
|
11202
11392
|
* Enable or disable the ability for the user to interact with the camera (e.g. pan, zoom, tilt, etc).
|
|
11203
11393
|
* This does not affect programmatic camera controls, such as {@link set} and {@link focusOn}.
|
|
@@ -11257,7 +11447,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Cam
|
|
|
11257
11447
|
* @returns An object defining a number of pixels from the top, left, bottom, and right of
|
|
11258
11448
|
* the screen.
|
|
11259
11449
|
*/
|
|
11260
|
-
getSafeAreaInsets(): import("
|
|
11450
|
+
getSafeAreaInsets(): import("../../MapView.types").TPadding;
|
|
11261
11451
|
/**
|
|
11262
11452
|
* Animate the camera to focus on a collection of targets. To control where the targets should
|
|
11263
11453
|
* be placed on screen, either specify `safeAreaInsets` on the {@link TFocusOnCameraOptions}
|
|
@@ -11338,8 +11528,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Cam
|
|
|
11338
11528
|
}
|
|
11339
11529
|
}
|
|
11340
11530
|
|
|
11341
|
-
declare module '@mappedin/react-native-sdk/
|
|
11342
|
-
import { BlueDotController, TEnableBlueDotOptions } from '@mappedin/react-native-sdk/
|
|
11531
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/BlueDot' {
|
|
11532
|
+
import { BlueDotController, TEnableBlueDotOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/MapView.types';
|
|
11343
11533
|
/**
|
|
11344
11534
|
* API to enable and respond to user position updates.
|
|
11345
11535
|
*/
|
|
@@ -11412,11 +11602,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Blu
|
|
|
11412
11602
|
}
|
|
11413
11603
|
}
|
|
11414
11604
|
|
|
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/
|
|
11605
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Markers' {
|
|
11606
|
+
import { TAnimationOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11607
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11608
|
+
import { TCreateMarkerOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11609
|
+
import MarkersController, { Marker } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/MarkersController';
|
|
11420
11610
|
/**
|
|
11421
11611
|
* API to control adding 2D markers to the scene.
|
|
11422
11612
|
*/
|
|
@@ -11511,10 +11701,10 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Mar
|
|
|
11511
11701
|
}
|
|
11512
11702
|
}
|
|
11513
11703
|
|
|
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/
|
|
11704
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Paths' {
|
|
11705
|
+
import { MappedinCoordinate, MappedinNode } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11706
|
+
import { TPathOptions } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11707
|
+
import PathsController, { Path } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PathsController';
|
|
11518
11708
|
/**
|
|
11519
11709
|
* API to add and remove paths from maps. See also {@link Journey}.
|
|
11520
11710
|
*/
|
|
@@ -11567,9 +11757,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Pat
|
|
|
11567
11757
|
}
|
|
11568
11758
|
}
|
|
11569
11759
|
|
|
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/
|
|
11760
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/StackedMaps' {
|
|
11761
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11762
|
+
import { STACKED_MAPS_STATE, StackedMapsController, TCameraTransform } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11573
11763
|
/**
|
|
11574
11764
|
* @experimental
|
|
11575
11765
|
* API for showing multiple maps involved in a {@link Journey} as a vertical stack.
|
|
@@ -11684,8 +11874,8 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Sta
|
|
|
11684
11874
|
}
|
|
11685
11875
|
}
|
|
11686
11876
|
|
|
11687
|
-
declare module '@mappedin/react-native-sdk/
|
|
11688
|
-
import { OutdoorViewController } from '@mappedin/react-native-sdk/
|
|
11877
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/OutdoorView' {
|
|
11878
|
+
import { OutdoorViewController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11689
11879
|
/**
|
|
11690
11880
|
* @experimental
|
|
11691
11881
|
* API to control outdoor view rendering. Outdoor view can be enabled when
|
|
@@ -11734,9 +11924,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Out
|
|
|
11734
11924
|
export default OutdoorView;
|
|
11735
11925
|
}
|
|
11736
11926
|
|
|
11737
|
-
declare module '@mappedin/react-native-sdk/
|
|
11738
|
-
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/
|
|
11739
|
-
import { DynamicFocusSceneManager } from '@mappedin/react-native-sdk/
|
|
11927
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/DynamicFocus' {
|
|
11928
|
+
import { MappedinMap, MappedinMapGroup } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
11929
|
+
import { DynamicFocusSceneManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11740
11930
|
/**
|
|
11741
11931
|
* @experimental
|
|
11742
11932
|
* API to dynamically set the map focus as you pan over map groups. Dynamic Focus can be enabled when
|
|
@@ -11807,9 +11997,9 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Dyn
|
|
|
11807
11997
|
export { DynamicFocus };
|
|
11808
11998
|
}
|
|
11809
11999
|
|
|
11810
|
-
declare module '@mappedin/react-native-sdk/
|
|
12000
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Layers' {
|
|
11811
12001
|
import { Feature, FeatureCollection, GeoJsonProperties, Polygon } from 'geojson';
|
|
11812
|
-
import { LayerController, MappedinMap } from '@mappedin/react-native-sdk/
|
|
12002
|
+
import { LayerController, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11813
12003
|
/**
|
|
11814
12004
|
* @experimental
|
|
11815
12005
|
* API to control per-map layer management, visibility and interpolations.
|
|
@@ -11841,7 +12031,7 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Lay
|
|
|
11841
12031
|
export default LayerController;
|
|
11842
12032
|
}
|
|
11843
12033
|
|
|
11844
|
-
declare module '@mappedin/react-native-sdk/
|
|
12034
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Outdoor-Context.provider' {
|
|
11845
12035
|
/**
|
|
11846
12036
|
* @deprecated Use {@link OutdoorView} instead.
|
|
11847
12037
|
* The universal outdoor context interface
|
|
@@ -11911,7 +12101,102 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/outdo
|
|
|
11911
12101
|
}
|
|
11912
12102
|
}
|
|
11913
12103
|
|
|
11914
|
-
declare module '@mappedin/react-native-sdk/
|
|
12104
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/controllers/PerformanceController' {
|
|
12105
|
+
import type Core from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/Core';
|
|
12106
|
+
/**
|
|
12107
|
+
* Represents performance statistics.
|
|
12108
|
+
*/
|
|
12109
|
+
export interface PerformanceStats {
|
|
12110
|
+
fps: number;
|
|
12111
|
+
ms: number;
|
|
12112
|
+
mb: number;
|
|
12113
|
+
}
|
|
12114
|
+
export type FPSChangeHandler = (stats: PerformanceStats) => void;
|
|
12115
|
+
interface PerformanceControllerOptions {
|
|
12116
|
+
container: HTMLDivElement;
|
|
12117
|
+
dynamicPerformance: boolean;
|
|
12118
|
+
debug: boolean;
|
|
12119
|
+
onFPSChangeArray: FPSChangeHandler[];
|
|
12120
|
+
}
|
|
12121
|
+
/**
|
|
12122
|
+
* Manages performance monitoring, updating stats, and handling FPS changes.
|
|
12123
|
+
* It executes callbacks from the onFPSChangeArray starting from the penultimate one in descending order
|
|
12124
|
+
* when the FPS drops below the minimum threshold
|
|
12125
|
+
*
|
|
12126
|
+
* @hidden
|
|
12127
|
+
* @internal
|
|
12128
|
+
*
|
|
12129
|
+
*/
|
|
12130
|
+
export class PerformanceController {
|
|
12131
|
+
/**
|
|
12132
|
+
* @hidden
|
|
12133
|
+
* @internal
|
|
12134
|
+
*/
|
|
12135
|
+
constructor(options: PerformanceControllerOptions);
|
|
12136
|
+
/**
|
|
12137
|
+
* @hidden
|
|
12138
|
+
* @internal
|
|
12139
|
+
*/
|
|
12140
|
+
static getDefaultOnFPSChangeArray(core: Core): (() => void)[];
|
|
12141
|
+
/**
|
|
12142
|
+
* @hidden
|
|
12143
|
+
* @internal
|
|
12144
|
+
*/
|
|
12145
|
+
update(): void;
|
|
12146
|
+
/**
|
|
12147
|
+
* Gets the current performance statistics.
|
|
12148
|
+
*
|
|
12149
|
+
* @hidden
|
|
12150
|
+
* @internal
|
|
12151
|
+
* @returns {PerformanceStats} The current performance statistics.
|
|
12152
|
+
*/
|
|
12153
|
+
get currentStats(): PerformanceStats;
|
|
12154
|
+
/**
|
|
12155
|
+
* Gets the DOM element for the performance view.
|
|
12156
|
+
*
|
|
12157
|
+
* @hidden
|
|
12158
|
+
* @internal
|
|
12159
|
+
* @returns {HTMLDivElement} The DOM element.
|
|
12160
|
+
*/
|
|
12161
|
+
get dom(): HTMLDivElement;
|
|
12162
|
+
/**
|
|
12163
|
+
* Hides the debugger view.
|
|
12164
|
+
*
|
|
12165
|
+
* @hidden
|
|
12166
|
+
* @internal
|
|
12167
|
+
*/
|
|
12168
|
+
hidePerformancePanel(): void;
|
|
12169
|
+
/**
|
|
12170
|
+
* Shows the debugger view.
|
|
12171
|
+
*
|
|
12172
|
+
* @hidden
|
|
12173
|
+
* @internal
|
|
12174
|
+
*/
|
|
12175
|
+
showPerformancePanel(): void;
|
|
12176
|
+
}
|
|
12177
|
+
/**
|
|
12178
|
+
* Visual representation of performance stats.
|
|
12179
|
+
*
|
|
12180
|
+
* @hidden
|
|
12181
|
+
* @internal
|
|
12182
|
+
*/
|
|
12183
|
+
export class PerformanceView {
|
|
12184
|
+
constructor(debug: boolean, appContainer: HTMLDivElement, maxValues: PerformanceStats);
|
|
12185
|
+
createContainer(): HTMLDivElement;
|
|
12186
|
+
showPanel(id: number): void;
|
|
12187
|
+
hidePerformancePanel(): void;
|
|
12188
|
+
showPerformancePanel(): void;
|
|
12189
|
+
updatePanels(stats: PerformanceStats): void;
|
|
12190
|
+
/**
|
|
12191
|
+
* Gets the DOM element for the performance view.
|
|
12192
|
+
* @returns {HTMLDivElement} The DOM element.
|
|
12193
|
+
*/
|
|
12194
|
+
get dom(): HTMLDivElement;
|
|
12195
|
+
}
|
|
12196
|
+
export {};
|
|
12197
|
+
}
|
|
12198
|
+
|
|
12199
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/quad-tree' {
|
|
11915
12200
|
export function contains(rect1: Rectangle, rect2: Rectangle): boolean;
|
|
11916
12201
|
export function intersects(rect1: Rectangle, rect2: Rectangle): boolean;
|
|
11917
12202
|
export function intersectPoint(rect1: Rectangle, point: Point2D): boolean;
|
|
@@ -11950,8 +12235,18 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/internal/quad-
|
|
|
11950
12235
|
export { QuadTree, Rectangle };
|
|
11951
12236
|
}
|
|
11952
12237
|
|
|
11953
|
-
declare module '@mappedin/react-native-sdk/
|
|
11954
|
-
import {
|
|
12238
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/private/scene-manager/dynamic-focus-scene-manager/dynamic-focus-utils' {
|
|
12239
|
+
import { MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
12240
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
12241
|
+
export function determineMapPositionAndRotation(map: MappedinMap, core: ICore): {
|
|
12242
|
+
position: any[];
|
|
12243
|
+
scale: number[];
|
|
12244
|
+
rotation: number[];
|
|
12245
|
+
};
|
|
12246
|
+
}
|
|
12247
|
+
|
|
12248
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/public/api/Exporter' {
|
|
12249
|
+
import { ExportController } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
11955
12250
|
/**
|
|
11956
12251
|
* @hidden
|
|
11957
12252
|
*/
|
|
@@ -11981,11 +12276,11 @@ declare module '@mappedin/react-native-sdk/core/packages/renderer/public/api/Exp
|
|
|
11981
12276
|
}
|
|
11982
12277
|
}
|
|
11983
12278
|
|
|
11984
|
-
declare module '@mappedin/react-native-sdk/
|
|
12279
|
+
declare module '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.Tile' {
|
|
11985
12280
|
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/
|
|
12281
|
+
import type { ICore } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal';
|
|
12282
|
+
import { MappedinCoordinate, MappedinMap } from '@mappedin/react-native-sdk/sdks/packages/get-venue';
|
|
12283
|
+
import { TileManager } from '@mappedin/react-native-sdk/sdks/packages/legacy-renderer/internal/outdoor-context/Mappedin.TileManager';
|
|
11989
12284
|
export class Tile {
|
|
11990
12285
|
#private;
|
|
11991
12286
|
center: MappedinCoordinate;
|