This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Localstreamer Wrapper of Static Image Maps - Api Demo by Orfeo Morello</title> | |
<style> | |
*{ | |
margin:0; | |
padding:0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var currentLocation; | |
var currentLatitude; | |
var currentLongitude; | |
/* Default map provider. You can select Bing,Facebook,Foursquare,Google,Ovi,Openstreetmap */ | |
var provider="Google"; | |
var textFromDatabase=""; | |
var goNext=0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pointsArray = new Array( new Array("San Francisco","37.75","-122.5"), | |
new Array("Monterey Peninsula","36.593849","-121.8341182"), | |
new Array("San Jose","37.3394444","-121.8938889"), | |
new Array("Silicon Valley","37.37","-122.04") ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var jsonToken ="PUT HERE YOUR JSONP Token"; | |
var tokenUrl = "https://api.mashape.com/requestToken?jsonptoken="+jsonToken; |
NewerOlder