Package com.yandex.mapkit

Class Author

java.lang.Object
    ↳ com.yandex.mapkit.Attribution.Author

static class Author implements Serializable

Summary

Constructors

Signature and Description

Author(@NonNull java.lang.String name,
       @Nullable java.lang.String uri,
       @Nullable java.lang.String email)

Author()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

java.lang.String

getName()

java.lang.String

getUri()
A reference to the author's site.

java.lang.String

getEmail()
Author's email.

void

serialize(com.yandex.runtime.bindings.Archive archive)

Constuctors

Author

Author(@NonNull java.lang.String name,
       @Nullable java.lang.String uri,
       @Nullable java.lang.String email)


Author

Author()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getName

@NonNull
java.lang.String getName()


getUri

@Nullable
java.lang.String getUri()

A reference to the author's site.

Optional field, can be null.


getEmail

@Nullable
java.lang.String getEmail()

Author's email.

Must contain at least one @ symbol.

Optional field, can be null.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)