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
11.4.1
0.73.6
Android
@rnmapbox/maps
10.1.27
<Mapbox.MapView ref={c => (this._map = c)} styleURL="xxxxxxxxxxxxxxxxxxxxxxx" showUserLocation style={styles.map}> <Mapbox.UserLocation showsUserHeadingIndicator />
<Mapbox.Camera zoomLevel={11} centerCoordinate={[xxx.xx, x.xx]} animationDuration={1500} /> {this.state.isVesselLoaded && ( <Mapbox.ShapeSource id="destination3" shape={this.state.vessels} hitbox={{ width: 100, height: 100 }} onPress={e => this.onSourceLayerVesselPress(e)}> <Mapbox.SymbolLayer id="destinationInnerCircle3" minZoomLevel={1} style={{ iconAllowOverlap: true, iconRotate: ['get', 'hdg'], iconSize: 0.4, textFont: ['Century Gothic Bold', 'Open Sans Regular', 'Arial Unicode MS Regular'], textColor: 'black', textAllowOverlap: true, textOffset: [0, 1.6], textSize: 18, textField: '{vessel_id}', }} /> </Mapbox.ShapeSource> )} {this.state.isVesselLoaded && <PulseCircleLayer shape={this.state.vessels} aboveLayerID="destinationInnerCircle3" />} </Mapbox.MapView>
device.event
{ data: {"action":"CONFIGURATION_CHANGED"} } Info 05:34:42 device.orientation
{ data: {"position":"landscape"} } Info 05:34:42 device.event
{ data: {"position":"portrait"}
No response
The text was updated successfully, but these errors were encountered:
No code example found in issue body - More info
Sorry, something went wrong.
No branches or pull requests
Mapbox Implementation
Mapbox
Mapbox Version
11.4.1
React Native Version
0.73.6
Platform
Android
@rnmapbox/maps
version10.1.27
Standalone component to reproduce
<Mapbox.MapView ref={c => (this._map = c)} styleURL="xxxxxxxxxxxxxxxxxxxxxxx" showUserLocation style={styles.map}>
<Mapbox.UserLocation showsUserHeadingIndicator />
Observed behavior and steps to reproduce
Expected behavior
device.event
{
data: {"action":"CONFIGURATION_CHANGED"}
}
Info
05:34:42
device.orientation
{
data: {"position":"landscape"}
}
Info
05:34:42
device.event
{
data: {"action":"CONFIGURATION_CHANGED"}
}
Info
05:34:42
device.orientation
{
data: {"position":"portrait"}
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: