AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
geoplaces
/
aws.sdk.kotlin.services.geoplaces.model
/
PlaceType
Place
Type
sealed
class
PlaceType
Inheritors
Block
Country
District
InterpolatedAddress
Intersection
Locality
PointAddress
PointOfInterest
PostalCode
Region
SecondaryAddress
Street
SubBlock
SubDistrict
SubRegion
SdkUnknown
Members
Types
Block
Link copied to clipboard
object
Block
:
PlaceType
Companion
Link copied to clipboard
object
Companion
Country
Link copied to clipboard
object
Country
:
PlaceType
District
Link copied to clipboard
object
District
:
PlaceType
Interpolated
Address
Link copied to clipboard
object
InterpolatedAddress
:
PlaceType
Intersection
Link copied to clipboard
object
Intersection
:
PlaceType
Locality
Link copied to clipboard
object
Locality
:
PlaceType
Point
Address
Link copied to clipboard
object
PointAddress
:
PlaceType
Point
Of
Interest
Link copied to clipboard
object
PointOfInterest
:
PlaceType
Postal
Code
Link copied to clipboard
object
PostalCode
:
PlaceType
Region
Link copied to clipboard
object
Region
:
PlaceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlaceType
Secondary
Address
Link copied to clipboard
object
SecondaryAddress
:
PlaceType
Street
Link copied to clipboard
object
Street
:
PlaceType
Sub
Block
Link copied to clipboard
object
SubBlock
:
PlaceType
Sub
District
Link copied to clipboard
object
SubDistrict
:
PlaceType
Sub
Region
Link copied to clipboard
object
SubRegion
:
PlaceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String