MapStyle

open class MapStyle : MPModelBase

Author

Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.

Constructors

Link copied to clipboard
open fun MapStyle(@NonNull folder: String, @NonNull displayName: String)

Functions

Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Link copied to clipboard
@NonNull
open fun toString(): String

Properties

Link copied to clipboard
@SerializedName(value = "displayName")
@NonNull
@get:NonNull
private open var displayName: String
Link copied to clipboard
@SerializedName(value = "folder")
@NonNull
@get:NonNull
private open var folder: String