Markers position in fullscreen mode
See original GitHub issueEnable fullscreen control and control position with options
prop:
const options = {
fullscreenControl: true,
fullscreenControlOptions: {
position: 10
}
};
<GoogleMap
center={this.props.center}
zoom={this.props.zoom}
options={options}
>
{this.renderMarkers()}
</GoogleMap>
Expected:
- A React component should render with proper control for fullscreen mode, with markers in the correct position.
- A click on the fullscreen control should render the component in fullscreen.
- Markers are correctly positioned while in fullscreen mode.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:8
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Openlayers map with marker and fullscreen control
I am using OpenLayers 3.5.0 to embed a map in my website, and place a marker overlay at specific coordinates. I've also added...
Read more >Markers and controls | Mapbox GL JS
A FullscreenControl control contains a button for toggling the map in and out of fullscreen mode. See the requestFullScreen compatibility table for ...
Read more >Add Native Fullscreen Mode to Your React Leaflet Map with ...
In this lesson, we'll use the Leaflet plugin Leaflet.fullscreen to add native HTML5-based fullscreen mode to a React Leaflet Map.
Read more >Playback from position marker… - AV Stumpfl
You can use position markers to control playback or locate within a timeline, ... Start presentation ...starts the presentation in fullscreen mode.
Read more >Fullscreen mode with Control.FullScreen Leaflet plugin
Hi, I trying to add a full screen mode by using the leaflet.fullscreen plugin ... L.control.fullscreen({ position: 'topleft', // change the position of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@viperfx07 having that I’m not using this feature in any of my projects, I’m not interested to somehow fix it. Its opensource project, you are welcome to fix.
still waiting for this to be fixed