@googlemaps/places
Version:
Places API (New) client for Node.js
74 lines (73 loc) • 2.52 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.maps.places.v1",
"libraryPackage": "@googlemaps/places",
"services": {
"Places": {
"clients": {
"grpc": {
"libraryClient": "PlacesClient",
"rpcs": {
"SearchNearby": {
"methods": [
"searchNearby"
]
},
"SearchText": {
"methods": [
"searchText"
]
},
"GetPhotoMedia": {
"methods": [
"getPhotoMedia"
]
},
"GetPlace": {
"methods": [
"getPlace"
]
},
"AutocompletePlaces": {
"methods": [
"autocompletePlaces"
]
}
}
},
"grpc-fallback": {
"libraryClient": "PlacesClient",
"rpcs": {
"SearchNearby": {
"methods": [
"searchNearby"
]
},
"SearchText": {
"methods": [
"searchText"
]
},
"GetPhotoMedia": {
"methods": [
"getPhotoMedia"
]
},
"GetPlace": {
"methods": [
"getPlace"
]
},
"AutocompletePlaces": {
"methods": [
"autocompletePlaces"
]
}
}
}
}
}
}
}