add geolocation search for public channels

This commit is contained in:
Lee Lawlor
2014-08-05 15:12:41 -04:00
parent 6d2d9f2b17
commit 2125d714e6
10 changed files with 64 additions and 1 deletions

View File

@ -16,6 +16,14 @@ Valid parameters:
<li><b>username</b> (string) Person's username that you want to search Channels for (optional)</li>
</ul>
<br>
You can also search for Channels within a certain distance of a location by including the following location parameters:
<ul>
<li><b>latitude</b> (decimal) - Latitude of location in degrees. (optional)</li>
<li><b>longitude</b> (decimal) - Longitude of location in degrees. (optional)</li>
<li><b>distance</b> (decimal) - Distance in kilometers from location. (optional)</li>
</ul>
<br>
Example GET:
@ -163,6 +171,7 @@ Valid parameters:
<li><b>api_key</b> (string) - Your Account API Key (this is different from a Channel API Key, and can be found in your Account settings). (required)</li>
</ul>
<br>
Example GET: