Class Place

  • All Implemented Interfaces:
    HasLocation, Extendable, Serializable, Cloneable

    public class Place
    extends ActivityObject

    The "place" object type represents a location on Earth.

    The "place" object type is identified by the URI http://activitystrea.ms/schema/1.0/place.

    A place has the following additional components:

    Latitude
    The latitude of the place as a point on Earth. Represented in JSON as a property named latitude whose value is a JSON number containing a decimal representation of the latitude in degrees.
    Longitude
    The longitude of the place as a point on Earth. Represented in JSON as a property named longitude whose value is a JSON number containing a decimal representation of the longitude in degrees.
    See Also:
    Serialized Form