File: Sample.js

Recommend this page to a friend!
  Classes of Dusan Boskic   GPS2Country   Sample.js   Download  
File: Sample.js
Role: Example script
Content type: text/plain
Description: Global
Class: GPS2Country
Determine the country at a longitude and latitude
Author: By
Last change: Longitude and latitude
Date: 9 years ago
Size: 216 bytes
 

Contents

Class file image Download
/* GPS2Country(longitude, latitude); */ console.log(GPS2Country(20.17879744, 44.878731593)); /*If last line ({}) replaced with ({}, YourObject)*/ console.log(YourObject.GPS2Country(20.17879744, 44.878731593));