Skip to content

Commit

Permalink
take this again
Browse files Browse the repository at this point in the history
  • Loading branch information
jsn13002 committed Apr 22, 2017
1 parent 71f0d04 commit 78bee9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions multiplemarkers.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@


// first we will need to work on getting the current location using the google maps API
<!-- first we will need to work on getting the current location using the google maps API-->

// we can get the current location by using the functions form the geolocation.html
<!-- we can get the current location by using the functions form the geolocation.html-->


// now we use the geolocation to find the list of nearby locations
<!--now we use the geolocation to find the list of nearby locations-->

//https://developers.google.com/maps/documentation/javascript/store-locator?csw=1 is what we are using for reference
<!--https://developers.google.com/maps/documentation/javascript/store-locator?csw=1 is what we are using for reference-->

<html>
<body>
<script src = "http://maps.google.com/maps/api/js?sensor=false"></script>
<script src = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.10.1.min.js"> < /scipt>
<script src = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.10.1.min.js"> </scipt>
<div id = "map" style = "width: 500pxl height: 400px; "> </div>
<script>
Expand Down

0 comments on commit 78bee9b

Please sign in to comment.