@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.
- package/.eslintrc +0 -10
- package/.storybook/main.js +0 -7
- package/package.json +3 -11
- package/src/components/Button/Button.js +2 -2
- package/src/components/Button/Button.stories.js +5 -5
- package/src/components/Button/Button.test.js +1 -1
- package/src/components/Button/ButtonSwitch.js +1 -1
- package/src/components/Button/ButtonWithDropdown.js +3 -3
- package/src/components/Button/ButtonWithDropdown.test.js +1 -1
- package/src/components/Card/Card.js +29 -29
- package/src/components/Card/Card.stories.js +6 -6
- package/src/components/Card/Card.test.js +1 -1
- package/src/components/Card/SimpleCard.js +2 -2
- package/src/components/Card/SimpleCard.styl +2 -2
- package/src/components/Card/SimpleCard.test.js +1 -1
- package/src/components/CodeSnippet/CodeSnippet.stories.js +1 -1
- package/src/components/CodeSnippet/CodeSnippet.test.js +1 -1
- package/src/components/CopyClipboardButton/CopyClipboardButton.js +3 -3
- package/src/components/CopyClipboardButton/CopyToClipboard.stories.js +1 -1
- package/src/components/CopyClipboardButton/CopyToClipboard.test.js +1 -1
- package/src/components/DateTime/DateTime.stories.js +1 -1
- package/src/components/DateTime/DateTime.test.js +1 -1
- package/src/components/Demo/AddressDemo.js +10 -10
- package/src/components/Demo/AddressDemo.stories.js +1 -1
- package/src/components/Demo/AutocompleteAddressDemo.js +10 -10
- package/src/components/Demo/AutocompleteAddressDemo.stories.js +2 -2
- package/src/components/Demo/DistanceDemo.js +12 -12
- package/src/components/Demo/DistanceDemo.stories.js +1 -1
- package/src/components/Demo/DistanceDemo.test.js +1 -1
- package/src/components/Demo/GeolocationDemo.js +7 -7
- package/src/components/Demo/GeolocationDemo.stories.js +1 -1
- package/src/components/Demo/GeolocationDemo.test.js +1 -1
- package/src/components/Demo/LocalitiesAddressDemo.js +8 -8
- package/src/components/Demo/LocalitiesAddressDemo.stories.js +1 -1
- package/src/components/Demo/LocalitiesAllDemo.js +5 -5
- package/src/components/Demo/LocalitiesAllDemo.stories.js +1 -1
- package/src/components/Demo/LocalitiesDemo.js +10 -10
- package/src/components/Demo/LocalitiesDemo.stories.js +1 -1
- package/src/components/Demo/LocalitiesFRAddressDemo.js +239 -261
- package/src/components/Demo/LocalitiesFRAddressDemo.stories.js +2 -2
- package/src/components/Demo/LocalitiesUKAddressDemo.js +271 -294
- package/src/components/Demo/LocalitiesUKAddressDemo.stories.js +1 -1
- package/src/components/Demo/MapDemo.js +231 -233
- package/src/components/Demo/MapDemo.stories.js +1 -1
- package/src/components/Demo/SearchDemo.js +9 -9
- package/src/components/Demo/SearchDemo.stories.js +1 -1
- package/src/components/Demo/SearchDemo.test.js +1 -1
- package/src/components/Demo/Showcase.stories.js +7 -7
- package/src/components/Demo/SkeletonDemo.js +8 -8
- package/src/components/Demo/SkeletonDemo.stories.js +2 -2
- package/src/components/Demo/SkeletonDemo.test.js +2 -2
- package/src/components/Demo/W3WDemo.js +9 -9
- package/src/components/Demo/W3WDemo.stories.js +2 -2
- package/src/components/Dropdown/Dropdown.js +4 -4
- package/src/components/Dropdown/Dropdown.stories.js +1 -1
- package/src/components/Dropdown/Dropdown.test.js +1 -1
- package/src/components/DynamicTag/DynamicTag.js +5 -5
- package/src/components/DynamicTag/DynamicTag.stories.js +1 -1
- package/src/components/DynamicTag/DynamicTag.test.js +1 -1
- package/src/components/Flash/Flash.js +1 -1
- package/src/components/Flash/Flash.stories.js +1 -1
- package/src/components/Flash/Flash.test.js +1 -1
- package/src/components/Icon/Icon.js +409 -409
- package/src/components/Icon/Icon.stories.js +1 -1
- package/src/components/Icon/Icon.test.js +1 -1
- package/src/components/Icon/WebSiteIcon.js +231 -231
- package/src/components/InfoMessage/Flash.js +1 -1
- package/src/components/InfoMessage/InfoMessage.js +2 -2
- package/src/components/InfoMessage/InfoMessage.stories.js +1 -1
- package/src/components/InfoMessage/InfoMessage.test.js +1 -1
- package/src/components/Input/Input.js +2 -2
- package/src/components/Input/Input.password.test.js +1 -1
- package/src/components/Input/Input.stories.js +1 -1
- package/src/components/Input/Input.test.js +1 -1
- package/src/components/Label/Label.js +1 -1
- package/src/components/Label/Label.stories.js +1 -1
- package/src/components/Label/Label.test.js +1 -1
- package/src/components/Map/InfoWindow.test.js +1 -1
- package/src/components/Map/Map.stories.js +3 -3
- package/src/components/Map/Marker.test.js +1 -1
- package/src/components/Map/drawOnMap.test.js +2 -10
- package/src/components/Map/marker.styl +2 -2
- package/src/components/Modal/ConfirmationModal.js +2 -2
- package/src/components/Modal/ConfirmationModal.test.js +1 -1
- package/src/components/Modal/Modal.js +6 -6
- package/src/components/Modal/Modal.stories.js +3 -3
- package/src/components/Modal/Modal.test.js +1 -1
- package/src/components/OfflineChatBot/OfflineChatBot.js +4 -4
- package/src/components/OfflineChatBot/OfflineChatBot.stories.js +2 -2
- package/src/components/Panel/Panel.js +2 -2
- package/src/components/Panel/Panel.stories.js +2 -2
- package/src/components/Panel/Panel.test.js +1 -1
- package/src/components/PasswordStrengthBar/PasswordStrengthBar.stories.js +1 -1
- package/src/components/PasswordStrengthBar/PasswordStrengthBar.test.js +1 -1
- package/src/components/Popover/ConfirmationPopover.js +3 -3
- package/src/components/Popover/ConfirmationPopover.test.js +1 -1
- package/src/components/Popover/Popover.js +1 -1
- package/src/components/Popover/Popover.stories.js +3 -3
- package/src/components/Popover/Popover.test.js +2 -2
- package/src/components/PricingSlider/PricingData.js +94 -113
- package/src/components/PricingSlider/PricingSimulator.js +132 -90
- package/src/components/PricingSlider/PricingSimulator.stories.js +1 -1
- package/src/components/PricingSlider/PricingSlider.js +9 -10
- package/src/components/ProgressBar/ProgressBar.js +1 -1
- package/src/components/ProgressBar/ProgressBar.stories.js +1 -1
- package/src/components/ProgressBar/ProgressBar.test.js +1 -1
- package/src/components/ScrollBar/ScrollBar.stories.js +1 -1
- package/src/components/ScrollBar/ScrollBar.test.js +1 -1
- package/src/components/Select/Select.stories.js +4 -4
- package/src/components/Select/TagSelect.test.js +1 -1
- package/src/components/ServiceMessage/ServiceMessage.js +1 -1
- package/src/components/ServiceMessage/ServiceMessage.stories.js +2 -2
- package/src/components/SnackBar/SnackBar.js +2 -2
- package/src/components/SnackBar/SnackBar.stories.js +3 -3
- package/src/components/SnackBar/SnackBar.test.js +3 -3
- package/src/components/SnackBar/withSnackBar.js +1 -1
- package/src/components/Stepper/Stepper.js +2 -2
- package/src/components/Stepper/Stepper.stories.js +1 -1
- package/src/components/Switch/Switch.stories.js +1 -1
- package/src/components/Switch/Switch.test.js +1 -1
- package/src/components/Tab/Tab.js +1 -1
- package/src/components/Tab/Tab.stories.js +1 -1
- package/src/components/Tooltip/Tooltip.stories.js +1 -1
- package/src/components/Tooltip/Tooltip.test.js +1 -1
- package/src/components/UseCase/UseCase.js +9 -9
- package/src/components/UseCase/UseCase.stories.js +4 -4
- package/src/components/UseCase/UseCase.styl +8 -8
- package/src/components/Woosmap/AddressAutocomplete.js +3 -3
- package/src/components/Woosmap/LocalitiesAutocomplete.js +1 -1
- package/src/components/Woosmap/Woosmap.stories.js +3 -3
- package/src/components/utils/Script.test.js +1 -1
- package/src/components/utils/locale.js +2 -2
- package/src/components/withClickOutside/withClickOutside.test.js +1 -1
- package/src/components/withFormValidation/withFormValidation.js +2 -2
- package/src/components/withFormValidation/withFormValidation.stories.js +2 -2
- package/src/components/withFormValidation/withFormValidation.test.js +2 -2
- package/src/index.js +61 -61
- package/src/locales/en/translation.json +143 -128
- package/src/locales/fr/translation.json +143 -128
- package/src/styles/commons/flags.styl +1 -1
- package/src/styles/console/button.styl +3 -3
- package/src/styles/console/{pricing-slider.styl → pricing-slider-back.styl} +48 -21
- package/src/styles/style-console.styl +1 -2
- package/src/website.js +25 -25
- package/craco.config.js +0 -9
|
@@ -1,49 +1,38 @@
|
|
|
1
|
-
import localitiesImgSq from '
|
|
2
|
-
import geolocationImgSq from '
|
|
3
|
-
import storesImgSq from '
|
|
4
|
-
import distanceImgSq from '
|
|
5
|
-
import mapImgSq from '
|
|
6
|
-
import indoorImgSq from '
|
|
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:
|
|
15
|
+
description:
|
|
16
|
+
'Find the right address and speed up the customer journey with autocompletion and geocode features',
|
|
17
17
|
pricings: {
|
|
18
|
-
|
|
18
|
+
Autocomplete: {
|
|
19
19
|
docLink: 'https://developers.woosmap.com/products/localities/autocomplete',
|
|
20
20
|
defaultQueries: 1,
|
|
21
21
|
publicTierCount: 1,
|
|
22
|
-
unit:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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,
|
|
49
|
+
publicTierCount: 4,
|
|
50
|
+
unit: 'Monthly Requests',
|
|
61
51
|
description:
|
|
62
|
-
|
|
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:
|
|
70
|
+
unit: 'Monthly Requests',
|
|
81
71
|
description:
|
|
82
|
-
|
|
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,
|
|
88
|
+
publicTierCount: 4,
|
|
89
|
+
unit: 'Monthly Requests',
|
|
99
90
|
description:
|
|
100
|
-
|
|
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
|
-
|
|
105
|
+
Nearby: {
|
|
115
106
|
docLink: 'https://developers.woosmap.com/products/localities/nearby',
|
|
116
107
|
defaultQueries: 0,
|
|
117
108
|
publicTierCount: 4,
|
|
118
|
-
unit:
|
|
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
|
-
|
|
123
|
+
what3words: {
|
|
134
124
|
docLink: 'https://developers.woosmap.com/products/w3w-api/overview',
|
|
135
125
|
defaultQueries: 0,
|
|
136
126
|
publicTierCount: 1,
|
|
137
|
-
unit:
|
|
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
|
-
|
|
134
|
+
Map: {
|
|
146
135
|
image: mapImgSq,
|
|
147
|
-
description:
|
|
136
|
+
description: 'Display your data without compromising readability',
|
|
148
137
|
pricings: {
|
|
149
|
-
|
|
138
|
+
Mapload: {
|
|
150
139
|
docLink: 'https://developers.woosmap.com/products/map-api/get-started',
|
|
151
140
|
defaultQueries: 0,
|
|
152
141
|
publicTierCount: 4,
|
|
153
|
-
unit:
|
|
142
|
+
unit: 'Monthly Requests',
|
|
154
143
|
description:
|
|
155
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
185
|
+
unit: 'Monthly Requests',
|
|
198
186
|
description:
|
|
199
|
-
|
|
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:
|
|
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:
|
|
205
|
+
unit: 'Monthly Requests',
|
|
217
206
|
description:
|
|
218
|
-
|
|
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:
|
|
224
|
+
unit: 'Monthly Elements',
|
|
236
225
|
description:
|
|
237
|
-
|
|
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:
|
|
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:
|
|
244
|
+
unit: 'Monthly Elements',
|
|
255
245
|
description:
|
|
256
|
-
|
|
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:
|
|
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:
|
|
281
|
+
unit: 'Monthly Elements',
|
|
293
282
|
description:
|
|
294
|
-
|
|
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:
|
|
300
|
+
unit: 'Monthly Elements',
|
|
312
301
|
description:
|
|
313
|
-
|
|
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
|
-
|
|
315
|
+
Transit: {
|
|
327
316
|
docLink: 'https://developers.woosmap.com/products/transit-api/route-endpoint',
|
|
328
317
|
defaultQueries: 0,
|
|
329
318
|
publicTierCount: 4,
|
|
330
|
-
unit:
|
|
319
|
+
unit: 'Monthly Requests',
|
|
331
320
|
description:
|
|
332
|
-
|
|
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:
|
|
338
|
+
description: 'Automatic Geolocation based on IP addresses',
|
|
350
339
|
pricings: {
|
|
351
|
-
|
|
340
|
+
Position: {
|
|
352
341
|
docLink: 'https://developers.woosmap.com/products/geolocation-api/location',
|
|
353
342
|
defaultQueries: 0,
|
|
354
343
|
publicTierCount: 3,
|
|
355
|
-
unit:
|
|
344
|
+
unit: 'Monthly Requests',
|
|
356
345
|
description:
|
|
357
|
-
|
|
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.
|
|
352
|
+
[10000000, 0.2],
|
|
364
353
|
[20000000, 0.06],
|
|
365
354
|
[50000000, 0.02],
|
|
366
355
|
],
|
|
367
356
|
discountEligible: false,
|
|
368
357
|
},
|
|
369
|
-
|
|
358
|
+
Stores: {
|
|
370
359
|
docLink: 'https://developers.woosmap.com/products/geolocation-api/stores',
|
|
371
360
|
defaultQueries: 0,
|
|
372
361
|
publicTierCount: 3,
|
|
373
|
-
unit:
|
|
362
|
+
unit: 'Monthly Requests',
|
|
374
363
|
description:
|
|
375
|
-
|
|
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
|
-
|
|
376
|
+
Timezone: {
|
|
388
377
|
docLink: 'https://developers.woosmap.com/products/geolocation-api/timezone',
|
|
389
378
|
defaultQueries: 0,
|
|
390
379
|
publicTierCount: 3,
|
|
391
|
-
unit:
|
|
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
|
-
|
|
395
|
+
Stores: {
|
|
408
396
|
image: storesImgSq,
|
|
409
|
-
description:
|
|
397
|
+
description: 'A dedicated search engine for your own data',
|
|
410
398
|
pricings: {
|
|
411
|
-
|
|
399
|
+
Search: {
|
|
412
400
|
docLink: 'https://developers.woosmap.com/products/search-api/search-query',
|
|
413
401
|
defaultQueries: 0,
|
|
414
402
|
publicTierCount: 4,
|
|
415
|
-
unit:
|
|
403
|
+
unit: 'Monthly Requests',
|
|
416
404
|
description:
|
|
417
|
-
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
476
|
+
description: 'Map private venues and propose indoor search and wayfinding',
|
|
492
477
|
pricings: {
|
|
493
|
-
|
|
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:
|
|
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.
|
|
490
|
+
[10000000, 0.2],
|
|
507
491
|
[20000000, 0.06],
|
|
508
492
|
[50000000, 0.02],
|
|
509
493
|
],
|
|
510
494
|
discountEligible: false,
|
|
511
495
|
},
|
|
512
|
-
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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],
|