Place Class

public class Place extends Thing

Defines information about a local entity, such as a restaurant or hotel.

Method Summary

Modifier and Type Method and Description
PostalAddress address()

Get the address value.

String telephone()

Get the telephone value.

Inherited Members

Method Details

address

public PostalAddress address()

Get the address value.

Returns:

the address value

telephone

public String telephone()

Get the telephone value.

Returns:

the telephone value

Applies to