| Package | Description |
|---|---|
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl | |
| javastrava.json.impl.gson.serializer |
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerResponse |
SegmentServiceImpl.segmentExplore(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
| Modifier and Type | Method and Description |
|---|---|
StravaMapPoint |
MapPointSerializer.deserialize(com.google.gson.JsonElement element,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
MapPointSerializer.serialize(StravaMapPoint point,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2015 Dan Shannon. All rights reserved.