Posts by Flaton 24rk • 1 point
1 post
-
-1
votes2
answers146
viewsA: How to show all markers?
var myLatLng = {lat: -23.584460, lng: -46.718901}; this.map = new window.google.maps.Map(document.getElementById('map'), { center: myLatLng, zoom: 9, icon: this.image }); } I used that zoom and I…