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
0478ae7d41ed6e02a77ff7d883e8d81eea20811625d4ddb24d484501f7132851b0e3ef2c2d113140869bd16649c0ff40b3faa1b47fa6e9076c056e024ede63be08;bogdano |
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
// http://open-notify.org/Open-Notify-API/ISS-Location-Now/ | |
// https://developers.google.com/maps/documentation/static-maps/intro | |
// https://developers.google.com/maps/documentation/static-maps/ | |
JSONObject json; | |
double latitude, longitude; | |
int zoomVal = 3; | |
PImage img; |