| Modifier and Type | Method and Description |
|---|---|
static StravaSegmentExplorerActivityType |
StravaSegmentExplorerActivityType.create(String id)
Used by JSON deserialisation
|
static StravaSegmentExplorerActivityType |
StravaSegmentExplorerActivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaSegmentExplorerActivityType[] |
StravaSegmentExplorerActivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerResponse |
SegmentAPI.segmentExplore(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory) |
StravaSegmentExplorerResponse |
API.segmentExplore(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory) |
void |
SegmentAPI.segmentExplore(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory,
StravaAPICallback<StravaSegmentExplorerResponse> callback) |
StravaAPIFuture<StravaSegmentExplorerResponse> |
API.segmentExploreAsync(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory) |
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerResponse |
Strava.segmentExplore(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
StravaSegmentExplorerResponse |
SegmentService.segmentExplore(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat)
This endpoint can be used to find popular segments within a given area (defined by the southwest and northeast corners of the area).
|
CompletableFuture<StravaSegmentExplorerResponse> |
Strava.segmentExploreAsync(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
CompletableFuture<StravaSegmentExplorerResponse> |
SegmentService.segmentExploreAsync(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat)
This endpoint can be used to find popular segments within a given area (defined by the southwest and northeast corners of the area).
|
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerResponse |
SegmentServiceImpl.segmentExplore(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
CompletableFuture<StravaSegmentExplorerResponse> |
SegmentServiceImpl.segmentExploreAsync(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerActivityType |
SegmentExplorerActivityTypeSerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
SegmentExplorerActivityTypeSerializer.serialize(StravaSegmentExplorerActivityType segmentExplorerActivityType,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2016 Dan Shannon. All rights reserved.