googlemaps
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -88,2 +88,7 @@ { | ||
}, | ||
"timezone": { | ||
"location": "string", | ||
"timestamp":"number", | ||
"language": "string" | ||
}, | ||
"street-map": { | ||
@@ -108,2 +113,3 @@ "location": "string", | ||
"static-map": "/maps/api/staticmap", | ||
"timezone": "/maps/api/timezone/json", | ||
"street-view": "/maps/api/streetview" | ||
@@ -110,0 +116,0 @@ } |
@@ -34,3 +34,4 @@ /** | ||
staticMap: require('./staticMap'), | ||
streetView: require('./streetView') | ||
streetView: require('./streetView'), | ||
timezone: require('./timezone') | ||
} | ||
@@ -178,3 +179,10 @@ | ||
/** | ||
* | ||
* Endpoint: '/maps/api/timezone' | ||
* Google documentation reference: http://code.google.com/apis/maps/documentation/timezone | ||
*/ | ||
GoogleMapsAPI.prototype.timezone = api.timezone | ||
/** | ||
@@ -181,0 +189,0 @@ * TODO this doesn't belong here |
{ | ||
"name": "googlemaps", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"main": "lib/index", | ||
@@ -5,0 +5,0 @@ "description": "A simple way to query the Google Maps API from Node.js", |
@@ -28,3 +28,3 @@ [![Build Status](https://travis-ci.org/moshen/node-googlemaps.svg?branch=master)](https://travis-ci.org/moshen/node-googlemaps) | ||
* [Geocoding and reverse geocoding](https://developers.google.com/maps/documentation/geocoding) | ||
* [Time zone](https://developers.google.com/maps/documentation/timezone) - NOT IMPLEMENTED YET | ||
* [Time zone](https://developers.google.com/maps/documentation/timezone) | ||
@@ -31,0 +31,0 @@ [Google Places API](https://developers.google.com/places/) - NOT COMPLETED |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52765
26
1192