Skip to content

Commit

Permalink
bing: fix serviceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Dec 15, 2024
1 parent b41a7fb commit 053e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geocoders/bing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Bing implements IGeocoder {
key: this.options.apiKey
});
jsonp(
this.options.apiKey,
this.options.serviceUrl,
params,
data => {
const results: GeocodingResult[] = [];
Expand Down

0 comments on commit 053e5a2

Please sign in to comment.