Search google places containing '-' character -


Thank you for reading / support in greetings and advances in advance!

Google search criteria for places that contain '-' example 'T-mobile'

If I send the following request

https: / /maps.googleapis.com/maps/api/ Location / Search / Jason? Location = 39.19148364879271, -75.54520000000002 & amp; Name = "T-Mobile" & amp; Radius = 24140.16 & amp; Sensor = false & amp; Key = myPrivateKey

I am not getting any results

changing the request

https://maps.googleapis.com /maps/api/place/search/json?location=39.19148364879271,-75.54520000000002&name = "T-Mobile" & amp; Radius = 24140.16 & amp; Sensor = false & amp; Key = myPrivateKey

returns multiple 'T-Mobile' records. The URL encoding has no effect on the character '-' can remove any instance of '-' in search criteria but it does not look right. What am I missing here?

Thank you!


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -