GitHub repository

Sygic Travel Android SDK

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

Place

open class Place

Types

Name Summary
Parent data class Parent

Constructors

Name Summary
<init> Place(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?)

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?

Functions

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

Inheritors

Name Summary
DetailedPlace class DetailedPlace :Place