File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ iOS: ios/MeridianCustom/MMEventEmitter.m -
3030``` objc
3131- (void )emitCustomEvent: (NSString *)eventName body: (NSDictionary *)body
3232```
33- #### booth navigation
33+ #### booth simulated navigation -
3434booth navigation is only possible for certain routes(GPS coordinates can be configured in the [ Edit console] ( edit.meridianapp.com ) )
3535
3636custom ` startRouteToPlacemark ` method is implemented to allow navigation by booth id
@@ -69,3 +69,10 @@ https://github.com/user-attachments/assets/1070d682-f7ef-41c3-bede-9f008677654a
6969### android:
70701 . if map has multiple floors default floor doesn't render [ workaround: navigate by booth id and then manually navigate to the desired floor]
71712 . search icon press handling (UI breaks on repeated press)
72+ 3 . if there is no simulated navigation - ` startRouteToPlacemark ` will try to open the search bar (which causes bugs on iOS)
73+
74+ workaround with navigating to the matching floor first works but takes a long time
75+ ios/MeridianMapViewManager.m
76+ ``` objc
77+ self getAllPlacemarksFromAllFloors:^(NSArray <MRPlacemark *> *placemarks, NSError *error)
78+ ```
You can’t perform that action at this time.
0 commit comments