Add GeocoderRequest.placeId

Add GeocoderRequest.placeId
ref: https://developers.google.com/maps/documentation/javascript/reference#GeocoderRequest
This commit is contained in:
Jacques Kang
2015-11-01 15:53:58 +01:00
parent eb59a40d3c
commit 5cf81608b5
+1
View File
@@ -822,6 +822,7 @@ declare module google.maps {
bounds?: LatLngBounds;
componentRestrictions?: GeocoderComponentRestrictions;
location?: LatLng|LatLngLiteral;
placeId?: string;
region?: string;
}