Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
Place information, used in place discovery and search requests.
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public class Place : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Properties
Declaration
public PlaceAddress Address { get; }
Property Value
View Source
Attributes
Gets all the attributes attached to this place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<PlaceAttribute> Attributes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<T><PlaceAttribute> |
|
View Source
Categories
Gets all the categories attached to this place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<PlaceCategory> Categories { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<T><PlaceCategory> |
|
View Source
Gets all the contacts attached to this place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<PlaceContact> Contacts { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<T><PlaceContact> |
|
View Source
Coordinates
Gets a geographical location for the place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public Geocoordinates Coordinates { get; }
Property Value
View Source
Distance
Gets a distance for the place from the center.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public int Distance { get; }
Property Value
View Source
Editorials
Gets all the editorials attached to this place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<PlaceEditorial> Editorials { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<T><PlaceEditorial> |
|
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Id { get; }
Property Value
View Source
Images
Gets all the images attached to this place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<PlaceImage> Images { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<T><PlaceImage> |
|
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Name { get; }
Property Value
View Source
Properties
Gets all the properties attached to this place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IDictionary<string, string> Properties { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<TKey, TValue><string, string> |
|
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public PlaceRating Rating { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public PlaceLink Related { get; }
Property Value
View Source
Reviews
Gets all the reviews attached to this place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<PlaceReview> Reviews { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<T><PlaceReview> |
|
View Source
Supplier
Gets a supplier link for the place.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public PlaceLink Supplier { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Uri { get; }
Property Value
Methods
View Source
Dispose()
Releases all the resources used by this object.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public void Dispose()
View Source
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
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.
|
Declaration
Implements
System.IDisposable