PlusCode.Builder

public abstract class PlusCode.Builder


Builder for PlusCode.

Summary

Public constructors

Public methods

abstract PlusCode
abstract @Nullable String
abstract @Nullable String
abstract PlusCode.Builder
abstract PlusCode.Builder

Public constructors

Builder

public Builder()

Public methods

build

public abstract PlusCode build()

getCompoundCode

public abstract @Nullable String getCompoundCode()

getGlobalCode

public abstract @Nullable String getGlobalCode()

setCompoundCode

public abstract PlusCode.Builder setCompoundCode(@Nullable String compoundCode)

setGlobalCode

public abstract PlusCode.Builder setGlobalCode(@Nullable String globalCode)