Skip to content

Commit

Permalink
feat(googlemaps): support bounds in Geocoder (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoehneto authored and ihadeed committed Sep 29, 2016
1 parent d6060a9 commit 66e9e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/googlemaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ export class GoogleMapsLatLng {
*/
export interface GeocoderRequest {
address?: string;
bounds?: GoogleMapsLatLng[];
position?: { lat: number; lng: number };
}
/**
Expand Down

0 comments on commit 66e9e46

Please sign in to comment.