mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #46668 fix(googlemaps): add missing LatLngLiteral from elevation requests by @jpoehnelt
This commit is contained in:
parent
c7a768fca6
commit
bcbb438661
4
types/googlemaps/reference/elevation.d.ts
vendored
4
types/googlemaps/reference/elevation.d.ts
vendored
@ -11,11 +11,11 @@ declare namespace google.maps {
|
||||
}
|
||||
|
||||
interface LocationElevationRequest {
|
||||
locations: LatLng[];
|
||||
locations: Array<LatLngLiteral | LatLng>;
|
||||
}
|
||||
|
||||
interface PathElevationRequest {
|
||||
path?: LatLng[];
|
||||
path?: Array<LatLngLiteral | LatLng>;
|
||||
samples?: number;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user