Class Place
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place information, used in place discovery and search requests.
public class Place : IDisposable
- Inheritance
-
Place
- Implements
Properties
View SourceAddress
Gets an address for the place.
Declaration
public PlaceAddress Address { get; }
Property Value
Type | Description |
---|---|
PlaceAddress |
API Level: 3
View SourceAttributes
Gets all the attributes attached to this place.
Declaration
public IEnumerable<PlaceAttribute> Attributes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PlaceAttribute> |
API Level: 3
View SourceCategories
Gets all the categories attached to this place.
Declaration
public IEnumerable<PlaceCategory> Categories { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PlaceCategory> |
API Level: 3
View SourceContacts
Gets all the contacts attached to this place.
Declaration
public IEnumerable<PlaceContact> Contacts { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PlaceContact> |
API Level: 3
View SourceCoordinates
Gets a geographical location for the place.
Declaration
public Geocoordinates Coordinates { get; }
Property Value
Type | Description |
---|---|
Geocoordinates |
API Level: 3
View SourceDistance
Gets a distance for the place from the center.
Declaration
public int Distance { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceEditorials
Gets all the editorials attached to this place.
Declaration
public IEnumerable<PlaceEditorial> Editorials { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PlaceEditorial> |
API Level: 3
View SourceId
Gets an ID string for the place.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceImages
Gets all the images attached to this place.
Declaration
public IEnumerable<PlaceImage> Images { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PlaceImage> |
API Level: 3
View SourceName
Gets name string for the place.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceProperties
Gets all the properties attached to this place.
Declaration
public IDictionary<string, string> Properties { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |
API Level: 3
View SourceRating
Gets a rating for the place.
Declaration
public PlaceRating Rating { get; }
Property Value
Type | Description |
---|---|
PlaceRating |
API Level: 3
View SourceRelated
Gets a related link for the place.
Declaration
public PlaceLink Related { get; }
Property Value
Type | Description |
---|---|
PlaceLink |
API Level: 3
View SourceReviews
Gets all the reviews attached to this place.
Declaration
public IEnumerable<PlaceReview> Reviews { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PlaceReview> |
API Level: 3
View SourceSupplier
Gets a supplier link for the place.
Declaration
public PlaceLink Supplier { get; }
Property Value
Type | Description |
---|---|
PlaceLink |
API Level: 3
View SourceUri
Gets a view URI for the place.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
Methods
View SourceDispose()
Releases all the resources used by this object.
Declaration
public void Dispose()
API Level: 3
View SourceDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed. |
Finalize()
Destroy the Place object.
Declaration
protected void Finalize()