Merge pull request #6563 from jacqueskang/patch-2

Add GeocoderRequest.placeId
This commit is contained in:
Masahiro Wakame
2015-11-02 23:55:15 +09:00
+1
View File
@@ -822,6 +822,7 @@ declare module google.maps {
bounds?: LatLngBounds;
componentRestrictions?: GeocoderComponentRestrictions;
location?: LatLng|LatLngLiteral;
placeId?: string;
region?: string;
}