Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion examples/basic/src/pages/map/tilt/TiltPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const TILT_LIMIT = 89;
// (`TiltMapPageViewModel.kt` / `TiltMapPageViewModel.swift`). The three pages are
// meant to be compared side by side, so the camera and the marker layout must match.
//
// The Eiffel Tower, looking west (bearing 270). A non-zero bearing is deliberate:
// The Eiffel Tower with the map turned 270 degrees clockwise, so the camera looks
// east (bearing is the map rotation; the camera heading is its opposite).
// A non-zero bearing is deliberate:
// it is what exposed a driver bug where marker anchors were rotated with the map
// instead of the screen, and that only shows up when the map is not north-up.
const INIT_CAMERA = { lat: 48.858140690309604, lng: 2.2945027576710344, zoom: 17, bearing: 270 };
Expand Down
2 changes: 1 addition & 1 deletion react-for-azuremaps
2 changes: 1 addition & 1 deletion react-for-here
2 changes: 1 addition & 1 deletion react-for-leaflet
2 changes: 1 addition & 1 deletion react-for-longdo
2 changes: 1 addition & 1 deletion react-for-mapbox
2 changes: 1 addition & 1 deletion react-for-mapkit
2 changes: 1 addition & 1 deletion react-for-maplibre
2 changes: 1 addition & 1 deletion react-for-mappls
2 changes: 1 addition & 1 deletion react-for-maptiler
2 changes: 1 addition & 1 deletion react-for-tomtom