We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd8ab68 + cdf1a60 commit 535bfe3Copy full SHA for 535bfe3
src/services/google.service.ts
@@ -137,7 +137,7 @@ export class GoogleService {
137
138
public static async searchDetails(
139
placeid: string,
140
- query: Query
+ query: Query & { fields?: string }
141
): Promise<GoogleLocationDetailResult> {
142
const url = `${BASE_URL}/details/json?${queryString.stringify({
143
...normalizeQuery(query),
0 commit comments