mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
This commit is contained in:
parent
43c8592b40
commit
74a252b324
@ -885,6 +885,7 @@ export class GoogleMapsLatLngBounds {
|
|||||||
|
|
||||||
@InstanceProperty get northeast(): GoogleMapsLatLng { return; }
|
@InstanceProperty get northeast(): GoogleMapsLatLng { return; }
|
||||||
@InstanceProperty get southwest(): GoogleMapsLatLng { return; }
|
@InstanceProperty get southwest(): GoogleMapsLatLng { return; }
|
||||||
|
@InstanceProperty get type(): string { return; }
|
||||||
|
|
||||||
constructor(southwestOrArrayOfLatLng: GoogleMapsLatLng | GoogleMapsLatLng[], northeast?: GoogleMapsLatLng) {
|
constructor(southwestOrArrayOfLatLng: GoogleMapsLatLng | GoogleMapsLatLng[], northeast?: GoogleMapsLatLng) {
|
||||||
let args = !!northeast ? [southwestOrArrayOfLatLng, northeast] : southwestOrArrayOfLatLng;
|
let args = !!northeast ? [southwestOrArrayOfLatLng, northeast] : southwestOrArrayOfLatLng;
|
||||||
|
Loading…
Reference in New Issue
Block a user