mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
feat(googlemaps): support bounds in Geocoder (#599)
This commit is contained in:
parent
d6060a95d7
commit
66e9e46458
@ -900,6 +900,7 @@ export class GoogleMapsLatLng {
|
||||
*/
|
||||
export interface GeocoderRequest {
|
||||
address?: string;
|
||||
bounds?: GoogleMapsLatLng[];
|
||||
position?: { lat: number; lng: number };
|
||||
}
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user