GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.places.model.media / Attribution

Attribution

class Attribution

Attribution of a medium, contains information about author, license and title.

Constructors

Name Summary
<init> Attribution(author:String?, authorUrl:String?, license:String?, licenseUrl:String?, other:String?, title:String?, titleUrl:String?)
Attribution of a medium, contains information about author, license and title.

Properties

Name Summary
author val author:String?
authorUrl val authorUrl:String?
license val license:String?
licenseUrl val licenseUrl:String?
other val other:String?
title val title:String?
titleUrl val titleUrl:String?