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