random-streetview
Version:
Finds a random valid StreetView location in a given polygon.
30 lines (29 loc) • 714 B
JSON
{
"name": "random-streetview",
"version": "1.1.1",
"description": "Finds a random valid StreetView location in a given polygon.",
"main": "src/index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruurdbijlsma/random-streetview.git"
},
"type": "module",
"keywords": [
"random",
"streetview",
"location",
"google",
"polygon"
],
"author": "Ruurd Bijlsma",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruurdbijlsma/random-streetview/issues"
},
"homepage": "https://github.com/ruurdbijlsma/random-streetview#readme",
"dependencies": {
"load-google-maps-api": "^2.0.2"
}
}