Map not showing up
See original GitHub issueI actually followed steps in the document and got a new API key but map is still not showing up.
const AnyReactComponent = ({ text }) => <div style={{
position: 'relative', color: 'white', background: 'red',
height: 40, width: 60, top: -20, left: -30,
}}>{text}</div>;
const Engagement = () => (
<div className="box box-default">
<div className="box-body">
<div className="row">
<GoogleMapReact defaultCenter={{lat: 59.95, lng: 30.33}} defaultZoom={11}>
<AnyReactComponent
lat={59.955413}
lng={30.337844}
text={'Kreyser Avrora'}
/>
</GoogleMapReact>
</div>
</div>
</div>
);
const Home = () => (
<div className="container-fluid no-breadcrumbs page-dashboard">
<QueueAnim type="bottom" className="ui-animate">
<div key="2"><StatBoxes /></div>
<Main />
<div key="3"><Engagement /></div>
</QueueAnim>
</div>
);
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Fix Google Maps Not Showing Map - Technipages
If Google Maps fails to load the map and the streets are not showing, this guide will show you how to fix the...
Read more >Google Maps not showing route: Learn how to solve this issue ...
Google Maps not showing route · Location Accuracy · Uninstall and reinstall · Recalibrating the compass · Clear Cache and Internet Connectivity.
Read more >Why Is My Google Maps App Not Working? 4 Ways to Fix It
Why your Google Maps isn't working, and how to fix it · Update your Google Maps app · Check your Wi-Fi or cellular...
Read more >If Maps isn't working on your Apple device
Turn on Location Services and Location Access for Maps. In the Settings app, tap Privacy, then tap Location Services.
Read more >How to fix Maps when it crashes - Android - Google Maps Help
On your Android phone or tablet, open the Settings app . · Tap Apps & notifications. · Follow the steps on your device...
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
@istarkov
I gave the height & width but it still doesn’t appear. Did I miss something other than giving height & width attribute?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.