Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Richard Duncan
Richard Duncan
5,568 Points

Google Maps Integration code objective is ambiguous

The 5th challenge tasks asks the user to URL encode the address of "622 E Washington Street, Suite 240, Orlando, FL 32801" for the markers parameter.

Looking at the Google API documentation, they refer to URL-escaping the string.

The question is ambiguous because if you percent encode the reserved characters it fails the challenge as the string URL percent encoded looks like this: -

622%20E%20Washington%20Street%2C%20Suite%20240%2C%20Orlando%2C%20FL%2032801

I think some reference to reserved characters should be added to this question so that people in future know what to look for. What do you think? Andrew Chalkley