mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +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 {
|
export interface GeocoderRequest {
|
||||||
address?: string;
|
address?: string;
|
||||||
|
bounds?: GoogleMapsLatLng[];
|
||||||
position?: { lat: number; lng: number };
|
position?: { lat: number; lng: number };
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user