Place Class
- java.
lang. Object
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 |
---|---|
Postal |
address()
Get the address value. |
String |
telephone()
Get the telephone value. |
Inherited Members
Thing.bingId()
Response.contractualRules()
Thing.description()
Thing.entityPresentationInfo()
Identifiable.id()
Thing.image()
Thing.name()
Thing.url()
Response.webSearchUrl()
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java