Javadoc: Update links and fix typos#314
Javadoc: Update links and fix typos#314domesticmouse merged 1 commit intogooglemaps:masterfrom apjanke:fix-urls-and-typos-in-javadoc
Conversation
Updates outdated/broken links, fixes typos, and corrects a few grammatical errors.
|
|
||
| /** | ||
| * The origin, as a latitude,longitude location. | ||
| * The origin, as a latitude/longitude location. |
There was a problem hiding this comment.
/cc @sarahmaddox I'm unsure about this change, thoughts?
There was a problem hiding this comment.
I browsed through the whole source tree, and "latitude/longitude" seems to be a lot more common that "latitude,longitude". Seems like it should have parens and a space if it's going to be "(latitude, longitude)".
domesticmouse
left a comment
There was a problem hiding this comment.
Looks good to me. @sarahmaddox it's all yours now =)
| * <p>For more information see <a | ||
| * href="https://developers.google.com/maps/documentation/geocoding/?hl=pl#Viewports">Viewports | ||
| * documentation</a>. | ||
| * href="https://developers.google.com/maps/documentation/geocoding/intro?hl=pl#Viewports"> |
There was a problem hiding this comment.
While you're here, please would you fix this URL? It should be:
https://developers.google.com/maps/documentation/geocoding/start#Viewports
FYI, the URL parameter "hl=pl" shouldn't be there. It's requesting a version of the page in Polish (which we don't actually have) and is probably the result of someone from Poland making this change while viewing the docs.
To see the language specification in action, try this URL which requests the page in German:
https://developers.google.com/maps/documentation/geocoding/start?hl=de
If you leave the parameter off the URL, the developer docs site will look for language info in the user's browser or as specified in the language option at the bottom of the page.
| * <p>For more information see <a | ||
| * href="https://developers.google.com/maps/documentation/geocoding/?hl=pl#RegionCodes">Region | ||
| * Codes</a>. | ||
| * href="https://developers.google.com/maps/documentation/geocoding/intro?hl=pl#RegionCodes">Region |
There was a problem hiding this comment.
Similar to my previous comment, the URL should be:
https://developers.google.com/maps/documentation/geocoding/intro#RegionCodes
| * | ||
| * <p>For more information see <a | ||
| * href="https://developers.google.com/maps/documentation/geocoding/?hl=pl#ComponentFiltering"> | ||
| * href="https://developers.google.com/maps/documentation/geocoding/intro?hl=pl#ComponentFiltering"> |
There was a problem hiding this comment.
Similar to my previous comment, the URL should be:
https://developers.google.com/maps/documentation/geocoding/intro#ComponentFiltering
|
Fixed the |
Updates various outdated/broken links, and fixes some typos and grammatical errors.
Changes are restricted to the Javadocs.