You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns place information for the query location biased by rectangular two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle.
Returns place information for the query location biased by provided lat/long point with a maximum of 20 results in English.
@@ -96,6 +96,7 @@ $findBingPlaceSplat = @{
96
96
PointLongitude = '-98.068343'
97
97
Language = 'en'
98
98
MaxResults = 20
99
+
BingMapsAPIKey = $bingAPIKey
99
100
}
100
101
Find-BingPlace @findBingPlaceSplat
101
102
```
@@ -313,6 +314,21 @@ Accept pipeline input: False
313
314
Accept wildcard characters: False
314
315
```
315
316
317
+
### -BingMapsAPIKey
318
+
Bing Maps API Key
319
+
320
+
```yaml
321
+
Type: String
322
+
Parameter Sets: (All)
323
+
Aliases:
324
+
325
+
Required: True
326
+
Position: Named
327
+
Default value: None
328
+
Accept pipeline input: False
329
+
Accept wildcard characters: False
330
+
```
331
+
316
332
### CommonParameters
317
333
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
318
334
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Returns Time Zone information for the provided coordinates.
@@ -121,6 +122,21 @@ Accept pipeline input: False
121
122
Accept wildcard characters: False
122
123
```
123
124
125
+
### -BingMapsAPIKey
126
+
Bing Maps API Key
127
+
128
+
```yaml
129
+
Type: String
130
+
Parameter Sets: (All)
131
+
Aliases:
132
+
133
+
Required: True
134
+
Position: Named
135
+
Default value: None
136
+
Accept pipeline input: False
137
+
Accept wildcard characters: False
138
+
```
139
+
124
140
### CommonParameters
125
141
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
126
142
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments