raw data map from DB
by hmahida
HTML
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<div id="map"></div>
CSS
html, body, #map {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
}
JavaScript
var markers = [];
function initialize() {
var locations =
[
{
"position" : {
"lat" : 44.60519861467952,
"lng" : -79.41878083968683,
"dts" : ISODate("2018-12-27T09:27:52.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.60524111467952,
"lng" : -79.41867695079793,
"dts" : ISODate("2018-12-27T09:27:56.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.60547722579066,
"lng" : -79.41818695079789,
"dts" : ISODate("2018-12-27T09:28:09.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.605639170235115,
"lng" : -79.41777333968675,
"dts" : ISODate("2018-12-27T09:28:18.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.605595281346226,
"lng" : -79.4176713952423,
"dts" : ISODate("2018-12-27T09:28:20.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.60509722579062,
"lng" : -79.41736945079784,
"dts" : ISODate("2018-12-27T09:28:34.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.6049775035684,
"lng" : -79.41764083968674,
"dts" : ISODate("2018-12-27T09:28:41.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.60475000356838,
"lng" : -79.41825000635346,
"dts" : ISODate("2018-12-27T09:28:52.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.604858336901714,
"lng" : -79.41841722857569,
"dts" : ISODate("2018-12-27T09:28:57.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.60512028134618,
"lng" : -79.41863917302015,
"dts" : ISODate("2018-12-27T09:29:04.000+0000")
},
"id" : 417741
},
{
"position" : {
"lat" : 44.60521417023509,
"lng" : -79.41867417302015,
"dts" :...