@woosmap/ui 4.154.2 → 4.156.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.154.2",
3
+ "version": "4.156.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -110,7 +110,7 @@ Footer.propTypes = {
110
110
 
111
111
  class Aside extends Component {
112
112
  render() {
113
- const { product, mode, children, isEnterprise } = this.props;
113
+ const { product, mode, children, isEnterprise, payingPlan } = this.props;
114
114
  if (mode === 'pluggedTo') {
115
115
  return (
116
116
  <div className="card__aside card__aside--small card__aside--grey">
@@ -146,7 +146,7 @@ class Aside extends Component {
146
146
  direction="n"
147
147
  wrap
148
148
  text={tr(
149
- '{{name}} add-on not included in the 40k Free credits/month. Usage is chargeable from the first request.',
149
+ '{{name}} add-on not included in the 10k Free queries/month. Usage is chargeable from the first request.',
150
150
  { name: product.name }
151
151
  )}
152
152
  >
@@ -177,7 +177,11 @@ class Aside extends Component {
177
177
  <span className="card__aside__list__item__title">{product.name}</span>
178
178
  </li>
179
179
  </ul>
180
- <div className="card__aside__footer">Will be automatically activated</div>
180
+ <div className="card__aside__footer">
181
+ {payingPlan === 'FREE' && product.isAddOn
182
+ ? tr('Activated if available on Organization level')
183
+ : tr('Will be automatically activated')}
184
+ </div>
181
185
  </div>
182
186
  );
183
187
  }
@@ -187,13 +191,14 @@ Aside.propTypes = {
187
191
  children: PropTypes.node,
188
192
  product: PropTypes.object.isRequired,
189
193
  isEnterprise: PropTypes.bool,
190
-
194
+ payingPlan: PropTypes.string,
191
195
  mode: PropTypes.oneOf(['pluggedTo', 'addon', 'worksWith']).isRequired,
192
196
  };
193
197
 
194
198
  Aside.defaultProps = {
195
199
  children: null,
196
200
  isEnterprise: false,
201
+ payingPlan: 'FREE',
197
202
  };
198
203
 
199
204
  class Card extends Component {
@@ -5,83 +5,102 @@ import distanceImgSq from '../../images/products/product-distance-sq.png';
5
5
  import mapImgSq from '../../images/products/product-map-sq.png';
6
6
  import indoorImgSq from '../../images/products/product-indoor-sq.png';
7
7
  import geofencingImgSq from '../../images/products/product-geofencing-sq.png';
8
+ import transitImgSq from '../../images/products/product-transit-sq.png';
8
9
 
9
10
  /* eslint-disable */
10
11
 
11
12
 
12
13
  const Pricing = {
13
- Geolocation: {
14
- image : geolocationImgSq,
14
+ Stores: {
15
+ image : storesImgSq,
16
+ desription : "A dedicated search engine for your own data",
15
17
  pricings: {
16
- 'Geolocation (Position) API': {
18
+ 'Search': {
17
19
  defaultQueries: 1500,
18
20
  publicTierCount: 2,
19
21
  unit: "Monthly Requests",
20
22
  description:
21
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
23
+ "Search for your points of interest by location, proxilmity to a route, by their characteristics with autocomplete capabilities.",
22
24
  pricing: [
23
- [100000, 2.06],
24
- [500000, 1.65],
25
- [1000000, 1.54],
26
- [5000000, 0.78],
27
- [10000000, 0.19],
28
- [20000000, 0.06],
29
- [50000000, 0.02],
25
+ [100000, 0.52],
26
+ [500000, 0.41],
27
+ [1000000, 0.39],
28
+ [5000000, 0.19],
29
+ [10000000, 0.05],
30
+ [20000000, 0.01],
31
+ [50000000, 0.01],
30
32
  ],
31
33
  },
32
- 'Geolocation (Stores) API': {
34
+ 'Mappinp': {
35
+ defaultQueries: 1500,
36
+ publicTierCount: 2,
37
+ unit: "Monthly Requests",
38
+ description:
39
+ "Map your points of interest on a world map, no matter their number",
40
+ pricing: [
41
+ [100000, 5.16],
42
+ [500000, 4.12],
43
+ [1000000, 3.86],
44
+ [5000000, 1.94],
45
+ [10000000, 0.48],
46
+ [20000000, 0.14],
47
+ [50000000, 0.06],
48
+ ],
49
+ },
50
+ 'Data Management': {
33
51
  defaultQueries: 1500,
34
52
  publicTierCount: 2,
35
53
  unit: "Monthly Requests",
36
54
  description:
37
55
  "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
38
56
  pricing: [
39
- [100000, 2.58],
40
- [500000, 2.06],
41
- [1000000, 1.93],
42
- [5000000, 0.97],
43
- [10000000, 0.24],
44
- [20000000, 0.07],
45
- [50000000, 0.05],
57
+ [100000, 10.32],
58
+ [500000, 8.24],
59
+ [1000000, 7.72],
60
+ [5000000, 3.88],
61
+ [10000000, 0.96],
62
+ [20000000, 0.28],
63
+ [50000000, 0.12],
64
+ ],
65
+ },
66
+ 'Mobile Search': {
67
+ defaultQueries: 1500,
68
+ publicTierCount: 2,
69
+ unit: "Monthly Requests",
70
+ description:
71
+ "Search for your points of interest by location in mobile integration",
72
+ pricing: [
73
+ [100000, 5.16],
74
+ [500000, 4.12],
75
+ [1000000, 3.86],
76
+ [5000000, 1.94],
77
+ [10000000, 0.48],
78
+ [20000000, 0.14],
79
+ [50000000, 0.06],
46
80
  ],
47
81
  },
48
82
  },
49
83
  },
50
84
  Localities: {
51
85
  image : localitiesImgSq,
86
+ description : "Find the right address and speed up the customer journey with autocompletion and geocode features",
52
87
  pricings: {
53
- 'Localities Autocomplete API': {
88
+ 'Autocomplete': {
54
89
  defaultQueries: 0,
55
90
  publicTierCount: 1,
56
91
  unit: "Monthly Requests",
57
92
  description:
58
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
93
+ "Get suggestions on addresses, localities, postcodes and more. Search on full words as well as substrings, with high flexibility on typos",
59
94
  pricing: [
60
95
  [50000000, 0],
61
96
  ],
62
97
  },
63
- 'Localities (Geocode) API': {
64
- defaultQueries: 1500,
65
- publicTierCount: 2,
66
- unit: "Monthly Requests",
67
- description:
68
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
69
- pricing: [
70
- [100000, 1.84],
71
- [500000, 1.47],
72
- [1000000, 1.38],
73
- [5000000, 0.69],
74
- [10000000, 0.17],
75
- [20000000, 0.05],
76
- [50000000, 0.02],
77
- ],
78
- },
79
- 'Localities (Details) API': {
98
+ 'Details': {
80
99
  defaultQueries: 1500,
81
100
  publicTierCount: 2,
82
101
  unit: "Monthly Requests",
83
102
  description:
84
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
103
+ "Get details on Autocomplete suggestions",
85
104
  pricing: [
86
105
  [100000, 6.26],
87
106
  [500000, 5.0],
@@ -92,11 +111,11 @@ const Pricing = {
92
111
  [50000000, 0.46],
93
112
  ],
94
113
  },
95
- 'Localities Details UK': {
114
+ 'Details UK Addresses': {
96
115
  defaultQueries: 1500,
97
116
  publicTierCount: 2, unit: "Monthly Requests",
98
117
  description:
99
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
118
+ "Get details on Autocomplete suggestions on UK addresses benefiting from best available data on the market",
100
119
  pricing: [
101
120
  [10000, 36.15],
102
121
  [50000, 24.92],
@@ -109,11 +128,27 @@ const Pricing = {
109
128
  [50000000, 0.94],
110
129
  ],
111
130
  },
112
- 'Localities Geocode UK': {
131
+ 'Geocode/Reverse Geocode': {
132
+ defaultQueries: 1500,
133
+ publicTierCount: 2,
134
+ unit: "Monthly Requests",
135
+ description:
136
+ "Geocoding/Reverse geocoding on localities, postcodes and addresses with high accuracy levels",
137
+ pricing: [
138
+ [100000, 1.84],
139
+ [500000, 1.47],
140
+ [1000000, 1.38],
141
+ [5000000, 0.69],
142
+ [10000000, 0.17],
143
+ [20000000, 0.05],
144
+ [50000000, 0.02],
145
+ ],
146
+ },
147
+ 'Geocode/Reverse Geocode UK addresses': {
113
148
  defaultQueries: 1500,
114
149
  publicTierCount: 2, unit: "Monthly Requests",
115
150
  description:
116
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
151
+ "Geocoding/Reverse geocoding on localities, postcodes and UK addresses benefiting from best available data on the market",
117
152
  pricing: [
118
153
  [10000, 36.15],
119
154
  [50000, 24.92],
@@ -126,17 +161,66 @@ const Pricing = {
126
161
  [50000000, 0.04],
127
162
  ],
128
163
  },
164
+ 'Nearby': {
165
+ defaultQueries: 1500,
166
+ publicTierCount: 2,
167
+ unit: "Monthly Requests",
168
+ description:
169
+ "Get nearest points of interest based on a specified location",
170
+ pricing: [
171
+ [100000, 6.26],
172
+ [500000, 5.0],
173
+ [1000000, 4.69],
174
+ [5000000, 2.35],
175
+ [10000000, 0.59],
176
+ [20000000, 0.46],
177
+ [50000000, 0.46],
178
+ ],
179
+ },
180
+ 'what3words': {
181
+ defaultQueries: 0,
182
+ publicTierCount: 1,
183
+ unit: "Monthly Requests",
184
+ description:
185
+ "Add what3words capabilities to your address search",
186
+ pricing: [
187
+ [50000000, 0],
188
+ ],
189
+ },
190
+ },
191
+ },
192
+ 'Map-Js': {
193
+ image : mapImgSq,
194
+ description : "Display your data without compromising readability",
195
+ pricings: {
196
+ 'Map': {
197
+ defaultQueries: 1500,
198
+ publicTierCount: 2,
199
+ unit: "Monthly Requests",
200
+ description:
201
+ "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",
202
+ pricing: [
203
+ [100000, 2.58],
204
+ [500000, 2.06],
205
+ [1000000, 1.93],
206
+ [5000000, 0.97],
207
+ [10000000, 0.24],
208
+ [20000000, 0.07],
209
+ [50000000, 0.03],
210
+ ],
211
+ },
129
212
  },
130
213
  },
131
214
  Distance: {
132
215
  image : distanceImgSq,
216
+ description : "Get distance or time for your routes worldwide with or without traffic",
133
217
  pricings: {
134
- 'Distance (Route) API (/q)': {
218
+ 'Route (/q)': {
135
219
  defaultQueries: 1500,
136
220
  publicTierCount: 2,
137
221
  unit: "Monthly Requests",
138
222
  description:
139
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
223
+ "Get driving, cycling or walking route distance and duration with detailed path to display on a map",
140
224
  pricing: [
141
225
  [100000, 1.84],
142
226
  [500000, 1.47],
@@ -147,12 +231,12 @@ const Pricing = {
147
231
  [50000000, 0.02],
148
232
  ],
149
233
  },
150
- 'Distance (Route with Traffic) / Transit API (/q)': {
234
+ 'Route with Traffic (/q)': {
151
235
  defaultQueries: 1500,
152
236
  publicTierCount: 2,
153
237
  unit: "Monthly Requests",
154
238
  description:
155
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
239
+ "Get driving, cycling or walking route distance and duration including historical or real time traffic paterns",
156
240
  pricing: [
157
241
  [100000, 3.68],
158
242
  [500000, 2.94],
@@ -163,11 +247,12 @@ const Pricing = {
163
247
  [50000000, 0.04],
164
248
  ],
165
249
  },
166
- 'Distance (Matrix) API (/elt)': {
250
+ 'Distance Matrix (/elt)': {
167
251
  defaultQueries: 1500,
168
252
  publicTierCount: 2,
169
- unit: "Monthly Elements", description:
170
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
253
+ unit: "Monthly Elements",
254
+ description:
255
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations",
171
256
  pricing: [
172
257
  [100000, 1.84],
173
258
  [500000, 1.47],
@@ -178,11 +263,12 @@ const Pricing = {
178
263
  [50000000, 0.02],
179
264
  ],
180
265
  },
181
- 'Distance (Matrix with Traffic) API (/elt)': {
266
+ 'Distance Matrix with Traffic (/elt)': {
182
267
  defaultQueries: 1500,
183
268
  publicTierCount: 2,
184
- unit: "Monthly Elements", description:
185
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
269
+ unit: "Monthly Elements",
270
+ description:
271
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns",
186
272
  pricing: [
187
273
  [100000, 3.68],
188
274
  [500000, 2.94],
@@ -193,54 +279,44 @@ const Pricing = {
193
279
  [50000000, 0.04],
194
280
  ],
195
281
  },
196
- },
197
- },
198
- 'Map-Js': {
199
- image : mapImgSq,
200
- pricings: {
201
- 'Map API': {
282
+ 'Isochrone (/q)': {
202
283
  defaultQueries: 1500,
203
284
  publicTierCount: 2,
204
- unit: "Monthly Requests",
285
+ unit: "Monthly Requests",
205
286
  description:
206
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
287
+ "Get isochrone computations to display on a map",
207
288
  pricing: [
208
- [100000, 2.58],
209
- [500000, 2.06],
210
- [1000000, 1.93],
211
- [5000000, 0.97],
212
- [10000000, 0.24],
213
- [20000000, 0.07],
214
- [50000000, 0.03],
289
+ [100000, 1.84],
290
+ [500000, 1.47],
291
+ [1000000, 1.38],
292
+ [5000000, 0.69],
293
+ [10000000, 0.17],
294
+ [20000000, 0.05],
295
+ [50000000, 0.02],
215
296
  ],
216
297
  },
217
- },
218
- },
219
- Indoor: {
220
- image : indoorImgSq,
221
- pricings: {
222
- 'Indoor (Search) API': {
298
+ 'Distance Matrix on Mobile (/elt)': {
223
299
  defaultQueries: 1500,
224
300
  publicTierCount: 2,
225
- unit: "Monthly Requests",
301
+ unit: "Monthly Elements",
226
302
  description:
227
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
303
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations on Mobile integrations",
228
304
  pricing: [
229
- [100000, 2.06],
230
- [500000, 1.65],
231
- [1000000, 1.54],
232
- [5000000, 0.78],
233
- [10000000, 0.19],
234
- [20000000, 0.06],
235
- [50000000, 0.02],
305
+ [100000, 10.32],
306
+ [500000, 8.24],
307
+ [1000000, 7.72],
308
+ [5000000, 3.88],
309
+ [10000000, 0.96],
310
+ [20000000, 0.28],
311
+ [50000000, 0.12],
236
312
  ],
237
313
  },
238
- 'Indoor (Distance) API': {
314
+ 'Distance Matrix with Traffic on Mobile (/elt)': {
239
315
  defaultQueries: 1500,
240
316
  publicTierCount: 2,
241
- unit: "Monthly Requests",
317
+ unit: "Monthly Elements",
242
318
  description:
243
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
319
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns on Mobile integrations",
244
320
  pricing: [
245
321
  [100000, 20.64],
246
322
  [500000, 16.48],
@@ -251,79 +327,110 @@ const Pricing = {
251
327
  [50000000, 0.24],
252
328
  ],
253
329
  },
254
- 'Indoor (Data Mgt) API': {
330
+ },
331
+ },
332
+ Geolocation: {
333
+ image : geolocationImgSq,
334
+ description : "Automatic Geolocation based on IP addresses",
335
+ pricings: {
336
+ 'Position': {
255
337
  defaultQueries: 1500,
256
338
  publicTierCount: 2,
257
339
  unit: "Monthly Requests",
258
340
  description:
259
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
341
+ "Retrieve local context for your visitors (country, region, timezone, etc), based on their IP, to customise your website and create location-based funnels",
260
342
  pricing: [
261
- [100000, 20.64],
262
- [500000, 16.48],
263
- [1000000, 15.44],
264
- [5000000, 7.76],
265
- [10000000, 1.92],
266
- [20000000, 0.56],
267
- [50000000, 0.24],
343
+ [100000, 2.06],
344
+ [500000, 1.65],
345
+ [1000000, 1.54],
346
+ [5000000, 0.78],
347
+ [10000000, 0.19],
348
+ [20000000, 0.06],
349
+ [50000000, 0.02],
268
350
  ],
269
351
  },
270
- 'Indoor (Mapping) API': {
352
+ 'Stores': {
271
353
  defaultQueries: 1500,
272
354
  publicTierCount: 2,
273
355
  unit: "Monthly Requests",
274
356
  description:
275
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
357
+ "In addition to local context, retrieve all assets hosted in Woosmap close to this location (store search request included)",
276
358
  pricing: [
277
- [100000, 20.64],
278
- [500000, 16.48],
279
- [1000000, 15.44],
280
- [5000000, 7.76],
281
- [10000000, 1.92],
282
- [20000000, 0.56],
283
- [50000000, 0.24],
359
+ [100000, 2.58],
360
+ [500000, 2.06],
361
+ [1000000, 1.93],
362
+ [5000000, 0.97],
363
+ [10000000, 0.24],
364
+ [20000000, 0.07],
365
+ [50000000, 0.05],
366
+ ],
367
+ },
368
+ 'Timezone': {
369
+ defaultQueries: 1500,
370
+ publicTierCount: 2,
371
+ unit: "Monthly Requests",
372
+ description:
373
+ "Retrieve the timezone and time offsets from a location to compute local time",
374
+ pricing: [
375
+ [100000, 2.58],
376
+ [500000, 2.06],
377
+ [1000000, 1.93],
378
+ [5000000, 0.97],
379
+ [10000000, 0.24],
380
+ [20000000, 0.07],
381
+ [50000000, 0.05],
284
382
  ],
285
383
  },
286
384
  },
287
385
  },
288
- Geofencing: {
289
- image : geofencingImgSq,
386
+ 'Transit': {
387
+ image : transitImgSq,
388
+ description : "Get time and path for travels using public transportation",
290
389
  pricings: {
291
- 'Geofencing Store (Search)': {
390
+ 'Map': {
292
391
  defaultQueries: 1500,
293
392
  publicTierCount: 2,
294
393
  unit: "Monthly Requests",
295
394
  description:
296
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
395
+ "Get distance, duration, path and public transport details between an origin and a destination, based on public transportation",
297
396
  pricing: [
298
- [100000, 5.16],
299
- [500000, 4.12],
300
- [1000000, 3.86],
301
- [5000000, 1.94],
302
- [10000000, 0.48],
303
- [20000000, 0.14],
304
- [50000000, 0.06],
397
+ [100000, 2.58],
398
+ [500000, 2.06],
399
+ [1000000, 1.93],
400
+ [5000000, 0.97],
401
+ [10000000, 0.24],
402
+ [20000000, 0.07],
403
+ [50000000, 0.03],
305
404
  ],
306
405
  },
307
- 'Geofencing Distance (Matrix) (/elt)': {
406
+ },
407
+ },
408
+ Indoor: {
409
+ image : indoorImgSq,
410
+ description : "Map private venues and propose indoor search and wayfinding",
411
+ pricings: {
412
+ 'Search': {
308
413
  defaultQueries: 1500,
309
414
  publicTierCount: 2,
310
- unit: "Monthly Elements", description:
311
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
415
+ unit: "Monthly Requests",
416
+ description:
417
+ "Search for your POI",
312
418
  pricing: [
313
- [100000, 10.32],
314
- [500000, 8.24],
315
- [1000000, 7.72],
316
- [5000000, 3.88],
317
- [10000000, 0.96],
318
- [20000000, 0.28],
319
- [50000000, 0.12],
419
+ [100000, 2.06],
420
+ [500000, 1.65],
421
+ [1000000, 1.54],
422
+ [5000000, 0.78],
423
+ [10000000, 0.19],
424
+ [20000000, 0.06],
425
+ [50000000, 0.02],
320
426
  ],
321
427
  },
322
- 'Geofencing Distance (Matrix with Traffic) (/elt)': {
428
+ 'Distance': {
323
429
  defaultQueries: 1500,
324
430
  publicTierCount: 2,
325
- unit: "Monthly Elements", description:
326
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
431
+ unit: "Monthly Requests",
432
+ description:
433
+ "Enable indoor path calculation and turn-by-turn navigation based on mobility profiles",
327
434
  pricing: [
328
435
  [100000, 20.64],
329
436
  [500000, 16.48],
@@ -334,57 +441,36 @@ const Pricing = {
334
441
  [50000000, 0.24],
335
442
  ],
336
443
  },
337
- },
338
- },
339
- Stores: {
340
- image : storesImgSq,
341
- pricings: {
342
- 'Store (Search) API': {
444
+ 'Data Management': {
343
445
  defaultQueries: 1500,
344
446
  publicTierCount: 2,
345
447
  unit: "Monthly Requests",
346
448
  description:
347
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
449
+ "Manage your POIs and venue",
348
450
  pricing: [
349
- [100000, 0.52],
350
- [500000, 0.41],
351
- [1000000, 0.39],
352
- [5000000, 0.19],
353
- [10000000, 0.05],
354
- [20000000, 0.01],
355
- [50000000, 0.01],
356
- ],
357
- },
358
- 'Store (Mapping) API': {
359
- defaultQueries: 1500,
360
- publicTierCount: 2,
361
- unit: "Monthly Requests",
362
- description:
363
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
364
- pricing: [
365
- [100000, 5.16],
366
- [500000, 4.12],
367
- [1000000, 3.86],
368
- [5000000, 1.94],
369
- [10000000, 0.48],
370
- [20000000, 0.14],
371
- [50000000, 0.06],
451
+ [100000, 20.64],
452
+ [500000, 16.48],
453
+ [1000000, 15.44],
454
+ [5000000, 7.76],
455
+ [10000000, 1.92],
456
+ [20000000, 0.56],
457
+ [50000000, 0.24],
372
458
  ],
373
459
  },
374
- 'Store (Data Management) API': {
460
+ 'Mapping': {
375
461
  defaultQueries: 1500,
376
462
  publicTierCount: 2,
377
463
  unit: "Monthly Requests",
378
464
  description:
379
- "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
465
+ "Display your indoor venue map on top of the map of the world",
380
466
  pricing: [
381
- [100000, 10.32],
382
- [500000, 8.24],
383
- [1000000, 7.72],
384
- [5000000, 3.88],
385
- [10000000, 0.96],
386
- [20000000, 0.28],
387
- [50000000, 0.12],
467
+ [100000, 20.64],
468
+ [500000, 16.48],
469
+ [1000000, 15.44],
470
+ [5000000, 7.76],
471
+ [10000000, 1.92],
472
+ [20000000, 0.56],
473
+ [50000000, 0.24],
388
474
  ],
389
475
  },
390
476
  },