We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapbox
default
Android
@rnmapbox/maps
10.1.11
import React from 'react'; import { MapView, ShapeSource, LineLayer, Camera, } from '@rnmapbox/maps'; class BugReportExample extends React.Component { render() { return ( <MapView style={{flex: 1}}> <Camera centerCoordinate={[-74.00597, 40.71427]} zoomLevel={14} /> </MapView> ); } }
The map is displayed at coordinates 0, 0
The map should be at coordinates -74.00597, 40.71427
The bug appears in version 10.1.9
No response
The text was updated successfully, but these errors were encountered:
Thanks @mfazekas !
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
Android
@rnmapbox/maps
version10.1.11
Standalone component to reproduce
Observed behavior and steps to reproduce
The map is displayed at coordinates 0, 0
Expected behavior
The map should be at coordinates -74.00597, 40.71427
Notes / preliminary analysis
The bug appears in version 10.1.9
Additional links and references
No response
The text was updated successfully, but these errors were encountered: