Assigned
Status Update
Comments
lu...@gmail.com <lu...@gmail.com> #2
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
Description
Feature Request: Add Music Studio Types to Places API
API Usage Example
First I am using the Places API to search for recording studios:
GEThttps://maps.googleapis.com/maps/api/place/textsearch/json
Parameters:
Then I am using the Place Details API to get the details of the recording studio:
GEThttps://maps.googleapis.com/maps/api/place/details/json
Parameters:
Current Results
This is the response for the recording studio with place id ChIJuxJyfVuRREgRWl9p6eVE7V4 (M5 Sound Studio):
Feature Request
Please add any one of the following specific place types for music and recording studios to the Google Places API.
Suggested new place types:
recording_studio
- For professional audio recording facilitiesmusic_studio
- For general music production spacesaudio_studio
- For broader audio production facilitiesCurrent Limitations
Use Cases
Benefits
Current Workaround
Currently have to use text search and then filter through generic place types, which can include unrelated businesses that happen to have "studio" in their name. This requires additional application logic to verify legitimate recording studios.
Example Response Data
Current response for a legitimate recording studio:
Impact
Adding specific types for recording studios would:
Additional Notes
The music industry is a significant sector with specific needs for location-based services. Adding dedicated place types for recording studios would better serve this industry and improve the overall quality of the Places API for music-related businesses.
I have attached a screenshot of a listing on Google Maps showing "Recording studio in Northbridge, Western Australia" - so it seems Google does know when some places are a studio.