Skip to content

Commit de508f6

Browse files
committed
main README update
1 parent 65106cb commit de508f6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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 -
3434
booth navigation is only possible for certain routes(GPS coordinates can be configured in the [Edit console](edit.meridianapp.com))
3535

3636
custom `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:
7070
1. if map has multiple floors default floor doesn't render [workaround: navigate by booth id and then manually navigate to the desired floor]
7171
2. 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+
```

0 commit comments

Comments
 (0)