| Package | Description |
|---|---|
| io.sphere.sdk.channels |
Provides model classes and builders for channels.
|
| io.sphere.sdk.channels.commands.updateactions |
Provides the possible operations which can be performed on update commands for channels.
|
| io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJSON |
ChannelDraft.getGeoLocation() |
GeoJSON |
Channel.getGeoLocation()
Returns the geo location of this channel.
|
GeoJSON |
ChannelDraftBuilder.getGeoLocation() |
| Modifier and Type | Method and Description |
|---|---|
ChannelDraftBuilder |
ChannelDraftBuilder.geoLocation(GeoJSON geoLocation)
Sets the
geoLocation property of this builder. |
| Modifier and Type | Method and Description |
|---|---|
GeoJSON |
SetGeoLocation.getGeoLocation() |
| Modifier and Type | Method and Description |
|---|---|
static SetGeoLocation |
SetGeoLocation.of(GeoJSON geoLocation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Point
Represents a GeoJSON point.
|