Class Pin

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Pin type the marker map object.

C#
Copy
public class Pin : Marker, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

Pin(Geocoordinates)

Creates a pin type marker.

Declaration
C#
Copy
public Pin(Geocoordinates coordinates)
Parameters
Type Name Description
Geocoordinates coordinates

Marker coordinates.

API Level: 3
View Source

Pin(Geocoordinates, String)

Creates a pin type marker.

Declaration
C#
Copy
public Pin(Geocoordinates coordinates, string imagePath)
Parameters
Type Name Description
Geocoordinates coordinates

Marker coordinates.

String imagePath

Image file path for the Marker.

Remarks

http://tizen.org/privilege/mediastorage is needed if the file path is relevant to media storage. http://tizen.org/privilege/externalstorage is needed if the file path is relevant to external storage.

API Level: 3

Implements

IDisposable

Extension Methods