react-native-map4d-services 1.0.1 → 1.1.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.
@@ -1,33 +0,0 @@
1
- //
2
- // RCTConvert+Services.h
3
- // react-native-map4d-services
4
- //
5
- // Created by Huy Dang on 26/01/2022.
6
- //
7
-
8
- #ifndef RCTConvert_Services_h
9
- #define RCTConvert_Services_h
10
-
11
- #import <React/RCTConvert.h>
12
- #import <Map4dServices/Map4dServices.h>
13
-
14
- @interface RCTConvert (Services)
15
-
16
- + (MFLocationComponent *)MFLocationComponent:(id)json;
17
-
18
- + (NSArray<MFLocationComponent *> *)MFLocationComponentArray:(id)json;
19
-
20
- + (MFViewboxComponent *)MFViewboxComponent:(id)json;
21
-
22
- + (MFRouteRestriction *)MFRouteRestriction:(id)json;
23
-
24
- + (MFTravelMode)MFTravelMode:(id)json;
25
-
26
- + (MFRouteWeighting)MFRouteWeighting:(id)json;
27
-
28
- + (MFLanguageResult)MFLanguageResult:(id)json;
29
-
30
- @end
31
-
32
-
33
- #endif /* RCTConvert_Services_h */