@woosmap/ui 4.220.10 → 4.220.13

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.
Files changed (145) hide show
  1. package/.eslintrc +0 -10
  2. package/.storybook/main.js +0 -7
  3. package/package.json +3 -11
  4. package/src/components/Button/Button.js +2 -2
  5. package/src/components/Button/Button.stories.js +5 -5
  6. package/src/components/Button/Button.test.js +1 -1
  7. package/src/components/Button/ButtonSwitch.js +1 -1
  8. package/src/components/Button/ButtonWithDropdown.js +3 -3
  9. package/src/components/Button/ButtonWithDropdown.test.js +1 -1
  10. package/src/components/Card/Card.js +29 -29
  11. package/src/components/Card/Card.stories.js +6 -6
  12. package/src/components/Card/Card.test.js +1 -1
  13. package/src/components/Card/SimpleCard.js +2 -2
  14. package/src/components/Card/SimpleCard.styl +2 -2
  15. package/src/components/Card/SimpleCard.test.js +1 -1
  16. package/src/components/CodeSnippet/CodeSnippet.stories.js +1 -1
  17. package/src/components/CodeSnippet/CodeSnippet.test.js +1 -1
  18. package/src/components/CopyClipboardButton/CopyClipboardButton.js +3 -3
  19. package/src/components/CopyClipboardButton/CopyToClipboard.stories.js +1 -1
  20. package/src/components/CopyClipboardButton/CopyToClipboard.test.js +1 -1
  21. package/src/components/DateTime/DateTime.stories.js +1 -1
  22. package/src/components/DateTime/DateTime.test.js +1 -1
  23. package/src/components/Demo/AddressDemo.js +10 -10
  24. package/src/components/Demo/AddressDemo.stories.js +1 -1
  25. package/src/components/Demo/AutocompleteAddressDemo.js +10 -10
  26. package/src/components/Demo/AutocompleteAddressDemo.stories.js +2 -2
  27. package/src/components/Demo/DistanceDemo.js +12 -12
  28. package/src/components/Demo/DistanceDemo.stories.js +1 -1
  29. package/src/components/Demo/DistanceDemo.test.js +1 -1
  30. package/src/components/Demo/GeolocationDemo.js +7 -7
  31. package/src/components/Demo/GeolocationDemo.stories.js +1 -1
  32. package/src/components/Demo/GeolocationDemo.test.js +1 -1
  33. package/src/components/Demo/LocalitiesAddressDemo.js +8 -8
  34. package/src/components/Demo/LocalitiesAddressDemo.stories.js +1 -1
  35. package/src/components/Demo/LocalitiesAllDemo.js +5 -5
  36. package/src/components/Demo/LocalitiesAllDemo.stories.js +1 -1
  37. package/src/components/Demo/LocalitiesDemo.js +10 -10
  38. package/src/components/Demo/LocalitiesDemo.stories.js +1 -1
  39. package/src/components/Demo/LocalitiesFRAddressDemo.js +239 -261
  40. package/src/components/Demo/LocalitiesFRAddressDemo.stories.js +2 -2
  41. package/src/components/Demo/LocalitiesUKAddressDemo.js +271 -294
  42. package/src/components/Demo/LocalitiesUKAddressDemo.stories.js +1 -1
  43. package/src/components/Demo/MapDemo.js +231 -233
  44. package/src/components/Demo/MapDemo.stories.js +1 -1
  45. package/src/components/Demo/SearchDemo.js +9 -9
  46. package/src/components/Demo/SearchDemo.stories.js +1 -1
  47. package/src/components/Demo/SearchDemo.test.js +1 -1
  48. package/src/components/Demo/Showcase.stories.js +7 -7
  49. package/src/components/Demo/SkeletonDemo.js +8 -8
  50. package/src/components/Demo/SkeletonDemo.stories.js +2 -2
  51. package/src/components/Demo/SkeletonDemo.test.js +2 -2
  52. package/src/components/Demo/W3WDemo.js +9 -9
  53. package/src/components/Demo/W3WDemo.stories.js +2 -2
  54. package/src/components/Dropdown/Dropdown.js +4 -4
  55. package/src/components/Dropdown/Dropdown.stories.js +1 -1
  56. package/src/components/Dropdown/Dropdown.test.js +1 -1
  57. package/src/components/DynamicTag/DynamicTag.js +5 -5
  58. package/src/components/DynamicTag/DynamicTag.stories.js +1 -1
  59. package/src/components/DynamicTag/DynamicTag.test.js +1 -1
  60. package/src/components/Flash/Flash.js +1 -1
  61. package/src/components/Flash/Flash.stories.js +1 -1
  62. package/src/components/Flash/Flash.test.js +1 -1
  63. package/src/components/Icon/Icon.js +409 -409
  64. package/src/components/Icon/Icon.stories.js +1 -1
  65. package/src/components/Icon/Icon.test.js +1 -1
  66. package/src/components/Icon/WebSiteIcon.js +231 -231
  67. package/src/components/InfoMessage/Flash.js +1 -1
  68. package/src/components/InfoMessage/InfoMessage.js +2 -2
  69. package/src/components/InfoMessage/InfoMessage.stories.js +1 -1
  70. package/src/components/InfoMessage/InfoMessage.test.js +1 -1
  71. package/src/components/Input/Input.js +2 -2
  72. package/src/components/Input/Input.password.test.js +1 -1
  73. package/src/components/Input/Input.stories.js +1 -1
  74. package/src/components/Input/Input.test.js +1 -1
  75. package/src/components/Label/Label.js +1 -1
  76. package/src/components/Label/Label.stories.js +1 -1
  77. package/src/components/Label/Label.test.js +1 -1
  78. package/src/components/Map/InfoWindow.test.js +1 -1
  79. package/src/components/Map/Map.stories.js +3 -3
  80. package/src/components/Map/Marker.test.js +1 -1
  81. package/src/components/Map/drawOnMap.test.js +2 -10
  82. package/src/components/Map/marker.styl +2 -2
  83. package/src/components/Modal/ConfirmationModal.js +2 -2
  84. package/src/components/Modal/ConfirmationModal.test.js +1 -1
  85. package/src/components/Modal/Modal.js +6 -6
  86. package/src/components/Modal/Modal.stories.js +3 -3
  87. package/src/components/Modal/Modal.test.js +1 -1
  88. package/src/components/OfflineChatBot/OfflineChatBot.js +4 -4
  89. package/src/components/OfflineChatBot/OfflineChatBot.stories.js +2 -2
  90. package/src/components/Panel/Panel.js +2 -2
  91. package/src/components/Panel/Panel.stories.js +2 -2
  92. package/src/components/Panel/Panel.test.js +1 -1
  93. package/src/components/PasswordStrengthBar/PasswordStrengthBar.stories.js +1 -1
  94. package/src/components/PasswordStrengthBar/PasswordStrengthBar.test.js +1 -1
  95. package/src/components/Popover/ConfirmationPopover.js +3 -3
  96. package/src/components/Popover/ConfirmationPopover.test.js +1 -1
  97. package/src/components/Popover/Popover.js +1 -1
  98. package/src/components/Popover/Popover.stories.js +3 -3
  99. package/src/components/Popover/Popover.test.js +2 -2
  100. package/src/components/PricingSlider/PricingData.js +94 -113
  101. package/src/components/PricingSlider/PricingSimulator.js +132 -90
  102. package/src/components/PricingSlider/PricingSimulator.stories.js +1 -1
  103. package/src/components/PricingSlider/PricingSlider.js +9 -10
  104. package/src/components/ProgressBar/ProgressBar.js +1 -1
  105. package/src/components/ProgressBar/ProgressBar.stories.js +1 -1
  106. package/src/components/ProgressBar/ProgressBar.test.js +1 -1
  107. package/src/components/ScrollBar/ScrollBar.stories.js +1 -1
  108. package/src/components/ScrollBar/ScrollBar.test.js +1 -1
  109. package/src/components/Select/Select.stories.js +4 -4
  110. package/src/components/Select/TagSelect.test.js +1 -1
  111. package/src/components/ServiceMessage/ServiceMessage.js +1 -1
  112. package/src/components/ServiceMessage/ServiceMessage.stories.js +2 -2
  113. package/src/components/SnackBar/SnackBar.js +2 -2
  114. package/src/components/SnackBar/SnackBar.stories.js +3 -3
  115. package/src/components/SnackBar/SnackBar.test.js +3 -3
  116. package/src/components/SnackBar/withSnackBar.js +1 -1
  117. package/src/components/Stepper/Stepper.js +2 -2
  118. package/src/components/Stepper/Stepper.stories.js +1 -1
  119. package/src/components/Switch/Switch.stories.js +1 -1
  120. package/src/components/Switch/Switch.test.js +1 -1
  121. package/src/components/Tab/Tab.js +1 -1
  122. package/src/components/Tab/Tab.stories.js +1 -1
  123. package/src/components/Tooltip/Tooltip.stories.js +1 -1
  124. package/src/components/Tooltip/Tooltip.test.js +1 -1
  125. package/src/components/UseCase/UseCase.js +9 -9
  126. package/src/components/UseCase/UseCase.stories.js +4 -4
  127. package/src/components/UseCase/UseCase.styl +8 -8
  128. package/src/components/Woosmap/AddressAutocomplete.js +3 -3
  129. package/src/components/Woosmap/LocalitiesAutocomplete.js +1 -1
  130. package/src/components/Woosmap/Woosmap.stories.js +3 -3
  131. package/src/components/utils/Script.test.js +1 -1
  132. package/src/components/utils/locale.js +2 -2
  133. package/src/components/withClickOutside/withClickOutside.test.js +1 -1
  134. package/src/components/withFormValidation/withFormValidation.js +2 -2
  135. package/src/components/withFormValidation/withFormValidation.stories.js +2 -2
  136. package/src/components/withFormValidation/withFormValidation.test.js +2 -2
  137. package/src/index.js +61 -61
  138. package/src/locales/en/translation.json +143 -128
  139. package/src/locales/fr/translation.json +143 -128
  140. package/src/styles/commons/flags.styl +1 -1
  141. package/src/styles/console/button.styl +3 -3
  142. package/src/styles/console/{pricing-slider.styl → pricing-slider-back.styl} +48 -21
  143. package/src/styles/style-console.styl +1 -2
  144. package/src/website.js +25 -25
  145. package/craco.config.js +0 -9
@@ -1,49 +1,38 @@
1
- import localitiesImgSq from '@/images/products/product-localities-sq.png';
2
- import geolocationImgSq from '@/images/products/product-geolocation-sq.png';
3
- import storesImgSq from '@/images/products/product-stores-sq.png';
4
- import distanceImgSq from '@/images/products/product-distance-sq.png';
5
- import mapImgSq from '@/images/products/product-map-sq.png';
6
- import indoorImgSq from '@/images/products/product-indoor-sq.png';
1
+ import localitiesImgSq from '../../images/products/product-localities-sq.png';
2
+ import geolocationImgSq from '../../images/products/product-geolocation-sq.png';
3
+ import storesImgSq from '../../images/products/product-stores-sq.png';
4
+ import distanceImgSq from '../../images/products/product-distance-sq.png';
5
+ import mapImgSq from '../../images/products/product-map-sq.png';
6
+ import indoorImgSq from '../../images/products/product-indoor-sq.png';
7
7
  // import geofencingImgSq from '../../images/products/product-geofencing-sq.png';
8
8
  // import transitImgSq from '../../images/products/product-transit-sq.png';
9
9
 
10
10
  /* eslint-disable */
11
11
 
12
-
13
12
  const Pricing = {
14
13
  Localities: {
15
14
  image: localitiesImgSq,
16
- description: "Find the right address and speed up the customer journey with autocompletion and geocode features",
15
+ description:
16
+ 'Find the right address and speed up the customer journey with autocompletion and geocode features',
17
17
  pricings: {
18
- 'Autocomplete': {
18
+ Autocomplete: {
19
19
  docLink: 'https://developers.woosmap.com/products/localities/autocomplete',
20
20
  defaultQueries: 1,
21
21
  publicTierCount: 1,
22
- unit: "Monthly Requests",
22
+ unit: 'Monthly Requests',
23
23
  description:
24
24
  "Get suggestions for addresses, localities, postcodes and more with typo tolerance. Per terms, 'autocomplete' cannot be used alone, the 'details' endpoint is mandatory for detailed information.",
25
25
  pricing: [],
26
26
  discountEligible: false,
27
27
  },
28
- 'Search': {
29
- docLink: 'https://developers.woosmap.com/products/localities/search',
30
- defaultQueries: 0,
31
- publicTierCount: 1,
32
- unit: "Monthly Requests",
33
- description:
34
- "Get suggestions for points of interest based on their name, categories and city",
35
- pricing: [],
36
- discountEligible: false,
37
- },
38
- 'Details': {
28
+ Details: {
39
29
  docLink: 'https://developers.woosmap.com/products/localities/details',
40
30
  defaultQueries: 0,
41
31
  publicTierCount: 4,
42
- unit: "Monthly Requests",
43
- description:
44
- "Get details on Autocomplete and Search suggestions",
32
+ unit: 'Monthly Requests',
33
+ description: 'Get details on Autocomplete and Search suggestions',
45
34
  pricing: [
46
- [5000, 0],
35
+ [5000, 0],
47
36
  [100000, 6.26],
48
37
  [500000, 5.0],
49
38
  [1000000, 4.69],
@@ -57,9 +46,10 @@ const Pricing = {
57
46
  'Details UK Addresses': {
58
47
  docLink: 'https://developers.woosmap.com/products/localities/details',
59
48
  defaultQueries: 0,
60
- publicTierCount: 4, unit: "Monthly Requests",
49
+ publicTierCount: 4,
50
+ unit: 'Monthly Requests',
61
51
  description:
62
- "Get details on Autocomplete suggestions on UK addresses benefiting from best available data on the market",
52
+ 'Get details on Autocomplete suggestions on UK addresses benefiting from best available data on the market',
63
53
  pricing: [
64
54
  [10000, 36.15],
65
55
  [50000, 24.92],
@@ -77,9 +67,9 @@ const Pricing = {
77
67
  docLink: 'https://developers.woosmap.com/products/localities/geocode',
78
68
  defaultQueries: 0,
79
69
  publicTierCount: 4,
80
- unit: "Monthly Requests",
70
+ unit: 'Monthly Requests',
81
71
  description:
82
- "Geocoding/Reverse geocoding on localities, postcodes and addresses with high accuracy levels",
72
+ 'Geocoding/Reverse geocoding on localities, postcodes and addresses with high accuracy levels',
83
73
  pricing: [
84
74
  [5000, 0],
85
75
  [100000, 1.84],
@@ -95,9 +85,10 @@ const Pricing = {
95
85
  'Geocode/Reverse Geocode UK addresses': {
96
86
  docLink: 'https://developers.woosmap.com/products/localities/geocode',
97
87
  defaultQueries: 0,
98
- publicTierCount: 4, unit: "Monthly Requests",
88
+ publicTierCount: 4,
89
+ unit: 'Monthly Requests',
99
90
  description:
100
- "Geocoding/Reverse geocoding on localities, postcodes and UK addresses benefiting from best available data on the market",
91
+ 'Geocoding/Reverse geocoding on localities, postcodes and UK addresses benefiting from best available data on the market',
101
92
  pricing: [
102
93
  [10000, 36.15],
103
94
  [50000, 24.92],
@@ -111,13 +102,12 @@ const Pricing = {
111
102
  ],
112
103
  discountEligible: false,
113
104
  },
114
- 'Nearby': {
105
+ Nearby: {
115
106
  docLink: 'https://developers.woosmap.com/products/localities/nearby',
116
107
  defaultQueries: 0,
117
108
  publicTierCount: 4,
118
- unit: "Monthly Requests",
119
- description:
120
- "Get nearest points of interest based on a specified location",
109
+ unit: 'Monthly Requests',
110
+ description: 'Get nearest points of interest based on a specified location',
121
111
  pricing: [
122
112
  [10000, 0],
123
113
  [100000, 6.26],
@@ -130,29 +120,28 @@ const Pricing = {
130
120
  ],
131
121
  discountEligible: false,
132
122
  },
133
- 'what3words': {
123
+ what3words: {
134
124
  docLink: 'https://developers.woosmap.com/products/w3w-api/overview',
135
125
  defaultQueries: 0,
136
126
  publicTierCount: 1,
137
- unit: "Monthly Requests",
138
- description:
139
- "Add what3words capabilities to your address search",
127
+ unit: 'Monthly Requests',
128
+ description: 'Add what3words capabilities to your address search',
140
129
  pricing: [],
141
130
  discountEligible: false,
142
131
  },
143
132
  },
144
133
  },
145
- 'Map': {
134
+ Map: {
146
135
  image: mapImgSq,
147
- description: "Display your data without compromising readability",
136
+ description: 'Display your data without compromising readability',
148
137
  pricings: {
149
- 'Mapload': {
138
+ Mapload: {
150
139
  docLink: 'https://developers.woosmap.com/products/map-api/get-started',
151
140
  defaultQueries: 0,
152
141
  publicTierCount: 4,
153
- unit: "Monthly Requests",
142
+ unit: 'Monthly Requests',
154
143
  description:
155
- "Get a vector basemap, with smooth navigation and fast loading, optimised for mobile, with 3D capabilities. Leverage built in interactions with the Store Search API for mapping of your Points of Interest",
144
+ 'Get a vector basemap, with smooth navigation and fast loading, optimised for mobile, with 3D capabilities. Leverage built in interactions with the Store Search API for mapping of your Points of Interest',
156
145
  pricing: [
157
146
  [5000, 0],
158
147
  [100000, 2.58],
@@ -169,9 +158,8 @@ const Pricing = {
169
158
  docLink: 'https://developers.woosmap.com/products/map-static-api/get-started/',
170
159
  defaultQueries: 0,
171
160
  publicTierCount: 4,
172
- unit: "Monthly Requests",
173
- description:
174
- "Generate customizable, embeddable map images with minimal integration effort",
161
+ unit: 'Monthly Requests',
162
+ description: 'Generate customizable, embeddable map images with minimal integration effort',
175
163
  pricing: [
176
164
  [5000, 0],
177
165
  [100000, 0.74],
@@ -188,15 +176,15 @@ const Pricing = {
188
176
  },
189
177
  Distance: {
190
178
  image: distanceImgSq,
191
- description: "Get distance or time for your routes worldwide with or without traffic",
179
+ description: 'Get distance or time for your routes worldwide with or without traffic',
192
180
  pricings: {
193
181
  'Route (/q)': {
194
182
  docLink: 'https://developers.woosmap.com/products/distance-api/route-endpoint',
195
183
  defaultQueries: 0,
196
184
  publicTierCount: 4,
197
- unit: "Monthly Requests",
185
+ unit: 'Monthly Requests',
198
186
  description:
199
- "Get driving, cycling or walking route distance and duration with detailed path to display on a map",
187
+ 'Get driving, cycling or walking route distance and duration with detailed path to display on a map',
200
188
  pricing: [
201
189
  [5000, 0],
202
190
  [100000, 1.84],
@@ -210,12 +198,13 @@ const Pricing = {
210
198
  discountEligible: false,
211
199
  },
212
200
  'Route with Traffic (/q)': {
213
- docLink: 'https://developers.woosmap.com/products/distance-api/route-endpoint/#traffic-awareness-parameters-optional',
201
+ docLink:
202
+ 'https://developers.woosmap.com/products/distance-api/route-endpoint/#traffic-awareness-parameters-optional',
214
203
  defaultQueries: 0,
215
204
  publicTierCount: 4,
216
- unit: "Monthly Requests",
205
+ unit: 'Monthly Requests',
217
206
  description:
218
- "Get driving, cycling or walking route distance and duration including historical or real time traffic paterns",
207
+ 'Get driving, cycling or walking route distance and duration including historical or real time traffic paterns',
219
208
  pricing: [
220
209
  [5000, 0],
221
210
  [100000, 3.68],
@@ -232,9 +221,9 @@ const Pricing = {
232
221
  docLink: 'https://developers.woosmap.com/products/distance-api/distance-matrix-endpoint',
233
222
  defaultQueries: 0,
234
223
  publicTierCount: 4,
235
- unit: "Monthly Elements",
224
+ unit: 'Monthly Elements',
236
225
  description:
237
- "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations",
226
+ 'Get driving, cycling or walking route distance and duration for multiple Origins and Destinations',
238
227
  pricing: [
239
228
  [10000, 0],
240
229
  [100000, 1.84],
@@ -248,18 +237,19 @@ const Pricing = {
248
237
  discountEligible: false,
249
238
  },
250
239
  'Distance Matrix with Traffic (/elt)': {
251
- docLink: 'https://developers.woosmap.com/products/distance-api/distance-matrix-endpoint/#traffic-awareness-parameter-optional',
240
+ docLink:
241
+ 'https://developers.woosmap.com/products/distance-api/distance-matrix-endpoint/#traffic-awareness-parameter-optional',
252
242
  defaultQueries: 0,
253
243
  publicTierCount: 2,
254
- unit: "Monthly Elements",
244
+ unit: 'Monthly Elements',
255
245
  description:
256
- "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns",
246
+ 'Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns',
257
247
  pricing: [
258
248
  [5000, 0],
259
249
  [100000, 3.68],
260
250
  [500000, 2.94],
261
251
  [1000000, 2.76],
262
- [5000000, 2,31],
252
+ [5000000, 2, 31],
263
253
  [10000000, 1.75],
264
254
  [20000000, 0.99],
265
255
  [50000000, 0.66],
@@ -270,9 +260,8 @@ const Pricing = {
270
260
  docLink: 'https://developers.woosmap.com/products/distance-api/isochrone-endpoint',
271
261
  defaultQueries: 0,
272
262
  publicTierCount: 4,
273
- unit: "Monthly Requests",
274
- description:
275
- "Get isochrone computations to display on a map",
263
+ unit: 'Monthly Requests',
264
+ description: 'Get isochrone computations to display on a map',
276
265
  pricing: [
277
266
  [5000, 0],
278
267
  [100000, 1.84],
@@ -289,9 +278,9 @@ const Pricing = {
289
278
  docLink: 'https://developers.woosmap.com/products/mobile/get-started',
290
279
  defaultQueries: 0,
291
280
  publicTierCount: 4,
292
- unit: "Monthly Elements",
281
+ unit: 'Monthly Elements',
293
282
  description:
294
- "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations using the Woosmap Geofencing SDK",
283
+ 'Get driving, cycling or walking route distance and duration for multiple Origins and Destinations using the Woosmap Geofencing SDK',
295
284
  pricing: [
296
285
  [10000, 0],
297
286
  [100000, 10.32],
@@ -308,9 +297,9 @@ const Pricing = {
308
297
  docLink: 'https://developers.woosmap.com/products/mobile/get-started/',
309
298
  defaultQueries: 0,
310
299
  publicTierCount: 4,
311
- unit: "Monthly Elements",
300
+ unit: 'Monthly Elements',
312
301
  description:
313
- "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns using the Woosmap Geofencing SDK",
302
+ 'Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns using the Woosmap Geofencing SDK',
314
303
  pricing: [
315
304
  [5000, 0],
316
305
  [100000, 20.64],
@@ -323,13 +312,13 @@ const Pricing = {
323
312
  ],
324
313
  discountEligible: false,
325
314
  },
326
- 'Transit': {
315
+ Transit: {
327
316
  docLink: 'https://developers.woosmap.com/products/transit-api/route-endpoint',
328
317
  defaultQueries: 0,
329
318
  publicTierCount: 4,
330
- unit: "Monthly Requests",
319
+ unit: 'Monthly Requests',
331
320
  description:
332
- "Get distance, duration, path and public transport details between an origin and a destination, based on public transportation",
321
+ 'Get distance, duration, path and public transport details between an origin and a destination, based on public transportation',
333
322
  pricing: [
334
323
  [5000, 0],
335
324
  [100000, 3.68],
@@ -346,33 +335,33 @@ const Pricing = {
346
335
  },
347
336
  Geolocation: {
348
337
  image: geolocationImgSq,
349
- description: "Automatic Geolocation based on IP addresses",
338
+ description: 'Automatic Geolocation based on IP addresses',
350
339
  pricings: {
351
- 'Position': {
340
+ Position: {
352
341
  docLink: 'https://developers.woosmap.com/products/geolocation-api/location',
353
342
  defaultQueries: 0,
354
343
  publicTierCount: 3,
355
- unit: "Monthly Requests",
344
+ unit: 'Monthly Requests',
356
345
  description:
357
- "Retrieve local context for your visitors (country, region, timezone, etc), based on their IP, to customise your website and create location-based funnels",
346
+ 'Retrieve local context for your visitors (country, region, timezone, etc), based on their IP, to customise your website and create location-based funnels',
358
347
  pricing: [
359
348
  [100000, 2.06],
360
349
  [500000, 1.65],
361
350
  [1000000, 1.55],
362
351
  [5000000, 0.77],
363
- [10000000, 0.20],
352
+ [10000000, 0.2],
364
353
  [20000000, 0.06],
365
354
  [50000000, 0.02],
366
355
  ],
367
356
  discountEligible: false,
368
357
  },
369
- 'Stores': {
358
+ Stores: {
370
359
  docLink: 'https://developers.woosmap.com/products/geolocation-api/stores',
371
360
  defaultQueries: 0,
372
361
  publicTierCount: 3,
373
- unit: "Monthly Requests",
362
+ unit: 'Monthly Requests',
374
363
  description:
375
- "In addition to local context, retrieve all assets hosted in Woosmap close to this location (store search request included)",
364
+ 'In addition to local context, retrieve all assets hosted in Woosmap close to this location (store search request included)',
376
365
  pricing: [
377
366
  [100000, 2.58],
378
367
  [500000, 2.06],
@@ -384,13 +373,12 @@ const Pricing = {
384
373
  ],
385
374
  discountEligible: false,
386
375
  },
387
- 'Timezone': {
376
+ Timezone: {
388
377
  docLink: 'https://developers.woosmap.com/products/geolocation-api/timezone',
389
378
  defaultQueries: 0,
390
379
  publicTierCount: 3,
391
- unit: "Monthly Requests",
392
- description:
393
- "Retrieve the timezone and time offsets from a location to compute local time",
380
+ unit: 'Monthly Requests',
381
+ description: 'Retrieve the timezone and time offsets from a location to compute local time',
394
382
  pricing: [
395
383
  [100000, 2.58],
396
384
  [500000, 2.06],
@@ -404,17 +392,17 @@ const Pricing = {
404
392
  },
405
393
  },
406
394
  },
407
- Stores: {
395
+ Stores: {
408
396
  image: storesImgSq,
409
- description: "A dedicated search engine for your own data",
397
+ description: 'A dedicated search engine for your own data',
410
398
  pricings: {
411
- 'Search': {
399
+ Search: {
412
400
  docLink: 'https://developers.woosmap.com/products/search-api/search-query',
413
401
  defaultQueries: 0,
414
402
  publicTierCount: 4,
415
- unit: "Monthly Requests",
403
+ unit: 'Monthly Requests',
416
404
  description:
417
- "Search for your points of interest by location, proxilmity to a route, by their characteristics with autocomplete capabilities",
405
+ 'Search for your points of interest by location, proxilmity to a route, by their characteristics with autocomplete capabilities',
418
406
  pricing: [
419
407
  [10000, 0],
420
408
  [100000, 0.52],
@@ -427,13 +415,12 @@ const Pricing = {
427
415
  ],
428
416
  discountEligible: false,
429
417
  },
430
- 'Mapping': {
418
+ Mapping: {
431
419
  docLink: 'https://developers.woosmap.com/products/map-api/guides/display-stores-overlay',
432
420
  defaultQueries: 0,
433
421
  publicTierCount: 4,
434
- unit: "Monthly Requests",
435
- description:
436
- "Map your points of interest on a world map, no matter their number",
422
+ unit: 'Monthly Requests',
423
+ description: 'Map your points of interest on a world map, no matter their number',
437
424
  pricing: [
438
425
  [10000, 0],
439
426
  [100000, 5.16],
@@ -450,9 +437,8 @@ const Pricing = {
450
437
  docLink: 'https://developers.woosmap.com/products/data-api/get-started',
451
438
  defaultQueries: 0,
452
439
  publicTierCount: 2,
453
- unit: "Monthly Requests",
454
- description:
455
- "Handle and maintain location data, ensuring accuracy and reliability",
440
+ unit: 'Monthly Requests',
441
+ description: 'Handle and maintain location data, ensuring accuracy and reliability',
456
442
  pricing: [
457
443
  [10000, 0],
458
444
  [100000, 10.32],
@@ -469,9 +455,8 @@ const Pricing = {
469
455
  docLink: 'https://developers.woosmap.com/products/mobile/get-started',
470
456
  defaultQueries: 0,
471
457
  publicTierCount: 4,
472
- unit: "Monthly Requests",
473
- description:
474
- "Search for your points of interest by location using the Woosmap Geofencing SDK",
458
+ unit: 'Monthly Requests',
459
+ description: 'Search for your points of interest by location using the Woosmap Geofencing SDK',
475
460
  pricing: [
476
461
  [10000, 0],
477
462
  [100000, 5.16],
@@ -488,34 +473,32 @@ const Pricing = {
488
473
  },
489
474
  Indoor: {
490
475
  image: indoorImgSq,
491
- description: "Map private venues and propose indoor search and wayfinding",
476
+ description: 'Map private venues and propose indoor search and wayfinding',
492
477
  pricings: {
493
- 'Search': {
478
+ Search: {
494
479
  docLink: 'https://developers.woosmap.com/products/indoor-api/indoor-js-api/get-started',
495
480
  defaultQueries: 0,
496
481
  publicTierCount: 2,
497
- unit: "Monthly Requests",
498
- description:
499
- "Search for your POI",
482
+ unit: 'Monthly Requests',
483
+ description: 'Search for your POI',
500
484
  pricing: [
501
485
  [10000, 0],
502
486
  [100000, 2.06],
503
487
  [500000, 1.65],
504
488
  [1000000, 1.55],
505
489
  [5000000, 0.77],
506
- [10000000, 0.20],
490
+ [10000000, 0.2],
507
491
  [20000000, 0.06],
508
492
  [50000000, 0.02],
509
493
  ],
510
494
  discountEligible: false,
511
495
  },
512
- 'Distance': {
496
+ Distance: {
513
497
  docLink: 'https://developers.woosmap.com/products/indoor-api/indoor-js-api/direction-service',
514
498
  defaultQueries: 0,
515
499
  publicTierCount: 4,
516
- unit: "Monthly Requests",
517
- description:
518
- "Enable indoor path calculation and turn-by-turn navigation based on mobility profiles",
500
+ unit: 'Monthly Requests',
501
+ description: 'Enable indoor path calculation and turn-by-turn navigation based on mobility profiles',
519
502
  pricing: [
520
503
  [10000, 0],
521
504
  [100000, 20.64],
@@ -532,9 +515,8 @@ const Pricing = {
532
515
  docLink: 'https://developers.woosmap.com/products/indoor-api/guides/digitalisation',
533
516
  defaultQueries: 0,
534
517
  publicTierCount: 4,
535
- unit: "Monthly Requests",
536
- description:
537
- "Manage your POIs and venue",
518
+ unit: 'Monthly Requests',
519
+ description: 'Manage your POIs and venue',
538
520
  pricing: [
539
521
  [10000, 0],
540
522
  [100000, 20.64],
@@ -547,13 +529,12 @@ const Pricing = {
547
529
  ],
548
530
  discountEligible: false,
549
531
  },
550
- 'Mapping': {
532
+ Mapping: {
551
533
  docLink: 'https://developers.woosmap.com/products/indoor-api/indoor-js-api/map-renderer',
552
534
  defaultQueries: 0,
553
535
  publicTierCount: 4,
554
- unit: "Monthly Requests",
555
- description:
556
- "Display your indoor venue map on top of the map of the world",
536
+ unit: 'Monthly Requests',
537
+ description: 'Display your indoor venue map on top of the map of the world',
557
538
  pricing: [
558
539
  [10000, 0],
559
540
  [100000, 20.64],