available Areas
fun Trends.availableAreas(vararg options: Option): JsonArrayApiAction<TrendArea>
Content copied to clipboard
Returns the locations that Twitter has trending topic information for. The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in. A WOEID is a Yahoo! Where On Earth ID.
Receiver
Trends endpoint instance.
Return
JsonArrayApiAction for TrendArea model.
Parameters
options
Optional. Custom parameters of this request.
Shorthand property to Trends.availableAreas.