We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2626f0e commit ca42acdCopy full SHA for ca42acd
apps/mobile/app/(playground)/index.tsx
@@ -140,9 +140,12 @@ export default function Map() {
140
zoomLevel: 15,
141
}}
142
/>
143
- {/* <MarkerView coordinate={AMBALA_COORDS}>
144
- <View className="w-5 h-5 bg-blue-500 border rounded-xl border-red-950" />
145
- </MarkerView> */}
+ <PointAnnotation
+ id="destination"
+ coordinate={sessionData.destinationPosition.reverse()}
146
+ >
147
+ <Callout title="Destination" />
148
+ </PointAnnotation>
149
{/* <UserLocation visible={true} showsUserHeadingIndicator={true} /> */}
150
{users.map((user, index) => (
151
<Fragment key={user.id}>
0 commit comments