feat(googlemaps): support bounds in Geocoder (#599)

This commit is contained in:
Tom Zöhner 2016-09-29 17:52:14 +02:00 committed by Ibrahim Hadeed
parent d6060a95d7
commit 66e9e46458

View File

@ -900,6 +900,7 @@ export class GoogleMapsLatLng {
*/
export interface GeocoderRequest {
address?: string;
bounds?: GoogleMapsLatLng[];
position?: { lat: number; lng: number };
}
/**