Skip to content

Commit

Permalink
Merge pull request #19 from designbymind/designbymind-patch-16-1
Browse files Browse the repository at this point in the history
Add mappedResultTypes
  • Loading branch information
designbymind authored Sep 24, 2023
2 parents aad7e7e + ce94210 commit 02d65ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/Classes/TiMapUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@

#import <CoreLocation/CoreLocation.h>
#import <Foundation/Foundation.h>
#import <MapKit/MapKit.h>

@interface TiMapUtils : NSObject

+ (id)returnValueOnMainThread:(id (^)(void))block;

+ (NSDictionary<NSString *, id> *)dictionaryFromPlacemark:(CLPlacemark *)placemark;

+ (MKLocalSearchCompleterResultType)mappedResultTypes:(NSArray<NSNumber *> *)inputResultTypes;

@end

0 comments on commit 02d65ef

Please sign in to comment.