open-location-code
Version:
Open Location Codes are a way of encoding location into a form that is easier to use than latitude and longitude. Source for a website to demonstrate Open Location Codes. (https://github.com/google/open-location-code)
22 lines (21 loc) • 605 B
JSON
{
"name": "open-location-code",
"version": "1.0.3",
"description": "Open Location Codes are a way of encoding location into a form that is easier to use than latitude and longitude. Source for a website to demonstrate Open Location Codes. (https://github.com/google/open-location-code)",
"main": "openlocationcode.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pluscodes",
"open location code",
"google map"
],
"author": [
"Doug Rinckes",
"Lucile",
"Waldir Pimenta",
"Aaron Yu"
],
"license": "Apache-2.0"
}