PlusCode

public abstract class PlusCode extends Object
implements Parcelable

Plus Code, or Open Location Code (OLC), is a geocode system for identifying any geographical area on Earth, even when a street address does not exist.

Nested Class Summary

class PlusCode.Builder Builder for PlusCode

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

static PlusCode.Builder
abstract String
getCompoundCode()
Returns the compound plus code, e.g.
abstract String
getGlobalCode()
Returns the geo plus code, e.g.

Inherited Method Summary

Public Constructors

public PlusCode ()

Public Methods

public static PlusCode.Builder builder ()

Returns a PlusCode.Builder

public abstract String getCompoundCode ()

Returns the compound plus code, e.g. "9G8F+5W Zurich, Switzerland".

public abstract String getGlobalCode ()

Returns the geo plus code, e.g. "8FVC9G8F+5W".