I'm working with Google GeoCoding service (using a get request from the browser) and try to get the clean street name (without the pre/post direction and the suffix) for example: If my address is "3307 W Bertona St Apt 3 , Seattle , WA" I want to get just the street name "Bertona". My request url: https://maps.googleapis.com/maps/api/geocode/json?address=3307%20W%20Bertona%20St%20Apt%203%20%2C%20Seattle%20%2C%20WA%20%2C%20&sensor=false&client={clientId}&signature={PrivateKey}
Is there any way to retrieve the clean street name from the service?