GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.places.model / DetailedPlace

DetailedPlace

class DetailedPlace :Place

Constructors

Name Summary
<init> DetailedPlace(id:String, level:Level, categories:Set<Category>, marker:String, classSlug:String, className:String?, rating:Double, ratingLocal:Double, quadkey:String, location:LatLng, name:String, nameSuffix:String?, nameLocal:String?, nameEn:String?, nameTranslated:String?, boundingBox:LatLngBounds?, perex:String?, url:String?, thumbnailUrl:String?, parents:List<Parent>, hotelStarRating:Float?, hotelStarRatingUnofficial:Float?, customerRating:Float?, durationEstimate: Duration?, tagKeys:List<TagKey>, isDeleted:Boolean, ownerId:String?, detail:Detail)

Properties

Name Summary
detail val detail:Detail

Inherited Properties

Name Summary
boundingBox val boundingBox:LatLngBounds?
categories val categories:Set<Category>
className val className:String?
classSlug val classSlug:String
customerRating val customerRating:Float?
durationEstimate val durationEstimate: Duration?
hotelStarRating val hotelStarRating:Float?
hotelStarRatingUnofficial val hotelStarRatingUnofficial:Float?
id val id:String
isDeleted val isDeleted:Boolean
level val level:Level
location val location:LatLng
marker val marker:String
name val name:String
nameEn val nameEn:String?
nameLocal val nameLocal:String?
nameSuffix val nameSuffix:String?
nameTranslated val nameTranslated:String?
ownerId val ownerId:String?
parents val parents:List<Parent>
perex val perex:String?
quadkey val quadkey:String
rating val rating:Double
ratingLocal val ratingLocal:Double
tagKeys val tagKeys:List<TagKey>
thumbnailUrl val thumbnailUrl:String?
url val url:String?

Inherited Functions

Name Summary
equals open fun equals(other:Any?):Boolean
hashCode open fun hashCode():Int