Skip to content

Commit

Permalink
Merge pull request #22 from designbymind/designbymind-patch-18
Browse files Browse the repository at this point in the history
Revert change to bring parity with master branch.
  • Loading branch information
designbymind authored Sep 24, 2023
2 parents d856ca0 + e8146d4 commit 1062a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/TiMapModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ - (void)completerDidUpdateResults:(MKLocalSearchCompleter *)completer
#if IS_SDK_IOS_16
MAKE_SYSTEM_PROP(FEATURE_TERRITORIES, MKMapFeatureOptionTerritories);
MAKE_SYSTEM_PROP(FEATURE_PHYSICAL_FEATURES, MKMapFeatureOptionPhysicalFeatures);
MAKE_SYSTEM_PROP(FEATURE_POINT_OF_INTEREST, MKMapFeatureOptionPointsOfInterest);
MAKE_SYSTEM_PROP(FEATURE_TYPE_POINT_OF_INTEREST, MKMapFeatureOptionPointsOfInterest);
#endif

MAKE_SYSTEM_PROP(SEARCH_RESULT_TYPE_ADDRESS, MKLocalSearchCompleterResultTypeAddress);
Expand Down

0 comments on commit 1062a93

Please sign in to comment.