Class Place

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

Place information, used in place discovery and search requests.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public class Place : IDisposable
Inheritance
object
Place
Implements
System.IDisposable

Properties

View Source

Address

Gets an address for the place.

Declaration
C#
Copy
public PlaceAddress Address { get; }
Property Value
Type Description
PlaceAddress
View Source

Attributes

Gets all the attributes attached to this place.

Declaration
C#
Copy
[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
C#
Copy
[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

Contacts

Gets all the contacts attached to this place.

Declaration
C#
Copy
[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
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public Geocoordinates Coordinates { get; }
Property Value
Type Description
Geocoordinates
View Source

Distance

Gets a distance for the place from the center.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public int Distance { get; }
Property Value
Type Description
int
View Source

Editorials

Gets all the editorials attached to this place.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public IEnumerable<PlaceEditorial> Editorials { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><PlaceEditorial>
View Source

Id

Gets an ID string for the place.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Id { get; }
Property Value
Type Description
string
View Source

Images

Gets all the images attached to this place.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public IEnumerable<PlaceImage> Images { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><PlaceImage>
View Source

Name

Gets name string for the place.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Name { get; }
Property Value
Type Description
string
View Source

Properties

Gets all the properties attached to this place.

Declaration
C#
Copy
[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>
View Source

Rating

Gets a rating for the place.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public PlaceRating Rating { get; }
Property Value
Type Description
PlaceRating
View Source

Gets a related link for the place.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public PlaceLink Related { get; }
Property Value
Type Description
PlaceLink
View Source

Reviews

Gets all the reviews attached to this place.

Declaration
C#
Copy
[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
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public PlaceLink Supplier { get; }
Property Value
Type Description
PlaceLink
View Source

Uri

Gets a view URI for the place.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Uri { get; }
Property Value
Type Description
string

Methods

View Source

Dispose()

Releases all the resources used by this object.

Declaration
C#
Copy
[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
C#
Copy
[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.

View Source

~Place()

Destroy the Place object.

Declaration
C#
Copy
protected ~Place()

Implements

System.IDisposable