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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello, everyone! 👋 I has been noticed recently that there is migration to Cloud Map as on March of 2025.
I'm currently using hardcoded styling at my app, like so:
const mapOptions = { center: { lat: -33.8688, lng: 151.2195 }, zoom: 12, styles: [ { featureType: 'water', elementType: 'geometry', stylers: [ { color: '#e9e9e9' }, { lightness: 17 } ] }, { featureType: 'landscape', elementType: 'geometry', stylers: [ { color: '#f5f5f5' }, { lightness: 20 } ] } ] }; const map = new google.maps.Map(document.getElementById('map'), mapOptions);
I'm confused about migration to Cloud Styles and I'm not sure how to import my hard-coded styles.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, everyone! 👋
I has been noticed recently that there is migration to Cloud Map as on March of 2025.
I'm currently using hardcoded styling at my app, like so:
Questions
I'm confused about migration to Cloud Styles and I'm not sure how to import my hard-coded styles.
The text was updated successfully, but these errors were encountered: