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
-
- Implements
-
System.IDisposable
Properties
Declaration
public PlaceAddress Address { get; }
Property Value
API Level: 3
View Source
Attributes
Gets all the attributes attached to this place.
Declaration
public IEnumerable<PlaceAttribute> Attributes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PlaceAttribute> |
|
API Level: 3
View Source
Categories
Gets all the categories attached to this place.
Declaration
public IEnumerable<PlaceCategory> Categories { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PlaceCategory> |
|
API Level: 3
View Source
Gets all the contacts attached to this place.
Declaration
public IEnumerable<PlaceContact> Contacts { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PlaceContact> |
|
API Level: 3
View Source
Coordinates
Gets a geographical location for the place.
Declaration
public Geocoordinates Coordinates { get; }
Property Value
API Level: 3
View Source
Distance
Gets a distance for the place from the center.
Declaration
public int Distance { get; }
Property Value
API Level: 3
View Source
Editorials
Gets all the editorials attached to this place.
Declaration
public IEnumerable<PlaceEditorial> Editorials { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PlaceEditorial> |
|
API Level: 3
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Images
Gets all the images attached to this place.
Declaration
public IEnumerable<PlaceImage> Images { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PlaceImage> |
|
API Level: 3
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Properties
Gets all the properties attached to this place.
Declaration
public IDictionary<string, string> Properties { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
API Level: 3
Declaration
public PlaceRating Rating { get; }
Property Value
API Level: 3
Declaration
public PlaceLink Related { get; }
Property Value
API Level: 3
View Source
Reviews
Gets all the reviews attached to this place.
Declaration
public IEnumerable<PlaceReview> Reviews { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PlaceReview> |
|
API Level: 3
View Source
Supplier
Gets a supplier link for the place.
Declaration
public PlaceLink Supplier { get; }
Property Value
API Level: 3
Declaration
public string Uri { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Methods
View Source
Dispose()
Releases all the resources used by this object.
Declaration
API Level: 3
View Source
Dispose(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.
|
Declaration
protected void Finalize()
Implements
System.IDisposable