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
Hi,
I could not find a way to load the traffic layer.
The Google docs says this:
function initMap() { const map = new google.maps.Map(document.getElementById("map"), { zoom: 13, center: { lat: 34.04924594193164, lng: -118.24104309082031 }, }); const trafficLayer = new google.maps.TrafficLayer(); trafficLayer.setMap(map); } window.initMap = initMap;
Is it possible to load that layer?
Thanks
The text was updated successfully, but these errors were encountered:
Interesting. Why nobody ever needed this. It looks like quite easy to implement. Will do next week. PR also wellcomed.
Sorry, something went wrong.
Feature: Traffic, Transit and Bicycle Layer #339
70a7cd9
https://www.nuget.org/packages/BlazorGoogleMaps/4.5.0
That was fast.
No branches or pull requests
Hi,
I could not find a way to load the traffic layer.
The Google docs says this:
Is it possible to load that layer?
Thanks
The text was updated successfully, but these errors were encountered: