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