Posts by Caique Aniceto • 1 point
3 posts
-
0
votes0
answers17
viewsQ: What tool can I use to create an Installer package in Silent Mode?
I have about 10 programs that need to be installed in a certain order and with certain parameters. Which tool (FREE) I could use to develop a single executable, which install all of them at once in…
-
-1
votes1
answer1360
viewsA: Insert Multiple Routes into the Google Maps Maps Api
function initMap() { var directionsDisplay = new google.maps.DirectionsRenderer; /* -- MUDA A COR DA POLYLINE -> var directionsDisplay = new google.maps.DirectionsRenderer({ polylineOptions: {…
-
0
votes2
answers96
viewsA: Google Maps API
I removed it like this: var noPoi = [ { featureType: "poi", stylers: [ { visibility: "off" } ] } ]; map.setOptions({styles: noPoi});…
google-mapsanswered Caique Aniceto 1