@@ -50,6 +50,8 @@ Get current air quality data for a location
5050| ` lat ` | number | Yes | Latitude coordinate |
5151| ` lng ` | number | Yes | Longitude coordinate |
5252| ` languageCode ` | string | No | Language code for the response \( e.g., "en", "es"\) |
53+ | ` pricing ` | per_request | No | No description |
54+ | ` rateLimit ` | string | No | No description |
5355
5456#### Output
5557
@@ -91,6 +93,8 @@ Get directions and route information between two locations
9193| ` waypoints ` | json | No | Array of intermediate waypoints |
9294| ` units ` | string | No | Unit system: metric or imperial |
9395| ` language ` | string | No | Language code for results \( e.g., en, es, fr\) |
96+ | ` pricing ` | per_request | No | No description |
97+ | ` rateLimit ` | string | No | No description |
9498
9599#### Output
96100
@@ -135,6 +139,8 @@ Calculate travel distance and time between multiple origins and destinations
135139| ` avoid ` | string | No | Features to avoid: tolls, highways, or ferries |
136140| ` units ` | string | No | Unit system: metric or imperial |
137141| ` language ` | string | No | Language code for results \( e.g., en, es, fr\) |
142+ | ` pricing ` | per_request | No | No description |
143+ | ` rateLimit ` | string | No | No description |
138144
139145#### Output
140146
@@ -163,6 +169,8 @@ Get elevation data for a location
163169| ` apiKey ` | string | Yes | Google Maps API key |
164170| ` lat ` | number | Yes | Latitude coordinate |
165171| ` lng ` | number | Yes | Longitude coordinate |
172+ | ` pricing ` | per_request | No | No description |
173+ | ` rateLimit ` | string | No | No description |
166174
167175#### Output
168176
@@ -185,6 +193,8 @@ Convert an address into geographic coordinates (latitude and longitude)
185193| ` address ` | string | Yes | The address to geocode |
186194| ` language ` | string | No | Language code for results \( e.g., en, es, fr\) |
187195| ` region ` | string | No | Region bias as a ccTLD code \( e.g., us, uk\) |
196+ | ` pricing ` | per_request | No | No description |
197+ | ` rateLimit ` | string | No | No description |
188198
189199#### Output
190200
@@ -217,6 +227,8 @@ Geolocate a device using WiFi access points, cell towers, or IP address
217227| ` considerIp ` | boolean | No | Whether to use IP address for geolocation \( default: true\) |
218228| ` cellTowers ` | array | No | Array of cell tower objects with cellId, locationAreaCode, mobileCountryCode, mobileNetworkCode |
219229| ` wifiAccessPoints ` | array | No | Array of WiFi access point objects with macAddress \( required\) , signalStrength, etc. |
230+ | ` pricing ` | per_request | No | No description |
231+ | ` rateLimit ` | string | No | No description |
220232
221233#### Output
222234
@@ -238,6 +250,8 @@ Get detailed information about a specific place
238250| ` placeId ` | string | Yes | Google Place ID |
239251| ` fields ` | string | No | Comma-separated list of fields to return |
240252| ` language ` | string | No | Language code for results \( e.g., en, es, fr\) |
253+ | ` pricing ` | per_request | No | No description |
254+ | ` rateLimit ` | string | No | No description |
241255
242256#### Output
243257
@@ -290,6 +304,8 @@ Search for places using a text query
290304| ` type ` | string | No | Place type filter \( e.g., restaurant, cafe, hotel\) |
291305| ` language ` | string | No | Language code for results \( e.g., en, es, fr\) |
292306| ` region ` | string | No | Region bias as a ccTLD code \( e.g., us, uk\) |
307+ | ` pricing ` | per_request | No | No description |
308+ | ` rateLimit ` | string | No | No description |
293309
294310#### Output
295311
@@ -322,6 +338,8 @@ Convert geographic coordinates (latitude and longitude) into a human-readable ad
322338| ` lat ` | number | Yes | Latitude coordinate |
323339| ` lng ` | number | Yes | Longitude coordinate |
324340| ` language ` | string | No | Language code for results \( e.g., en, es, fr\) |
341+ | ` pricing ` | per_request | No | No description |
342+ | ` rateLimit ` | string | No | No description |
325343
326344#### Output
327345
@@ -346,6 +364,8 @@ Snap GPS coordinates to the nearest road segment
346364| ` apiKey ` | string | Yes | Google Maps API key with Roads API enabled |
347365| ` path ` | string | Yes | Pipe-separated list of lat,lng coordinates \( e.g., "60.170880,24.942795\| 60.170879,24.942796"\) |
348366| ` interpolate ` | boolean | No | Whether to interpolate additional points along the road |
367+ | ` pricing ` | per_request | No | No description |
368+ | ` rateLimit ` | string | No | No description |
349369
350370#### Output
351371
@@ -399,6 +419,8 @@ Get timezone information for a location
399419| ` lng ` | number | Yes | Longitude coordinate |
400420| ` timestamp ` | number | No | Unix timestamp to determine DST offset \( defaults to current time\) |
401421| ` language ` | string | No | Language code for timezone name \( e.g., en, es, fr\) |
422+ | ` pricing ` | per_request | No | No description |
423+ | ` rateLimit ` | string | No | No description |
402424
403425#### Output
404426
@@ -424,6 +446,8 @@ Validate and standardize a postal address
424446| ` regionCode ` | string | No | ISO 3166-1 alpha-2 country code \( e.g., "US", "CA"\) |
425447| ` locality ` | string | No | City or locality name |
426448| ` enableUspsCass ` | boolean | No | Enable USPS CASS validation for US addresses |
449+ | ` pricing ` | per_request | No | No description |
450+ | ` rateLimit ` | string | No | No description |
427451
428452#### Output
429453
0 commit comments