Sha256: 6d17545db0a2ddd69b32343f5d215df71c0abf7f90be93a8a32d76376dc06e80

Contents?: true

Size: 361 Bytes

Versions: 5

Compression:

Stored size: 361 Bytes

Contents

"use strict";

// initialize map
var map = new GMaps({
  div: '#map',
  lat: -6.5637928,
  lng: 106.7535061,
  zoom: 13
});

// draw route between 'origin' to 'destination'
map.drawRoute({
  origin: [-6.5637928, 106.7535061],
  destination: [-6.5956157, 106.788236],
  travelMode: 'driving',
  strokeColor: '#131540',
  strokeOpacity: 0.6,
  strokeWeight: 6
});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stisla-rails-0.2.0 vendor/assets/javascripts/page/gmaps-route.js
stisla-rails-0.1.5 vendor/assets/javascripts/page/gmaps-route.js
stisla-rails-0.1.4 vendor/assets/javascripts/page/gmaps-route.js
stisla-rails-0.1.3 vendor/assets/javascripts/page/gmaps-route.js
stisla-rails-0.0.2 vendor/assets/javascripts/page/gmaps-route.js