Skip to content

Commit

Permalink
Fixing HTML markup
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Jul 3, 2017
1 parent eaac819 commit 15fff9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/google/maps/PlacesApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static TextSearchRequest textSearchNextPage(GeoApiContext context, String
* Search or Nearby Search.
*
* @deprecated This functionality is deprecated and will stop working on June 30, 2018.
* @see <a href="https://maps-apis.googleblog.com/2017/06/announcing-deprecation-of-place-add.html">Removing Place Add, Delete & Radar Search features</a>
* @see <a href="https://maps-apis.googleblog.com/2017/06/announcing-deprecation-of-place-add.html">Removing Place Add, Delete &amp; Radar Search features</a>
* @param context The context on which to make Geo API requests.
* @param location The location around which to retrieve place information.
* @param radius The distance in meters within which to return place results.
Expand Down

0 comments on commit 15fff9f

Please sign in to comment.