Class MapView
Definition
- Assembly:
- Tizen.Maps.dll
Map View class to show a map on the screen.
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public class MapView : Layout, IAccessibleObject, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
MapView(EvasObject, MapService)
Creates a view and links it to the instance of a map service.
Declaration
C#
Copy
public MapView(EvasObject parent, MapService service)
Parameters
Type | Name | Description |
---|---|---|
Evas |
parent | An instance of Evas |
Map |
service | An instance of Map |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when parameters are invalid. |
System. |
Thrown when a native operation failed to allocate memory, and connect to the service. |
Properties
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public bool BuildingsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public Geocoordinates Center { get; set; }
Property Value
Type | Description |
---|---|
Geocoordinates |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the value is invalid. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public IEnumerable<MapObject> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><Map |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public string Language { get; set; }
Property Value
Type | Description |
---|---|
string | The display language in the map. A language is specified as an ISO 3166 alpha-2 two letter country-code followed by ISO 639-1 for the two-letter language code. Each language tag is composed of one or more "subtags" separated by hyphens (-). Each subtag is composed of basic Latin letters or digits only. For example, "ko-KR" for Korean, "en-US" for American English. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the value is invalid. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public MapTypes MapType { get; set; }
Property Value
Type | Description |
---|---|
Map |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public int MaximumZoomLevel { get; set; }
Property Value
Type | Description |
---|---|
int | It is an integer value that limits maximum zoom level within a range of the current map plug-in support. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public int MinimumZoomLevel { get; set; }
Property Value
Type | Description |
---|---|
int | It is an integer value that limits minimal zoom level within a range of the current map plug-in support. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public double Orientation { get; set; }
Property Value
Type | Description |
---|---|
double | It is an integer value from 0 to 360 that indicates the orientation of the map view. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public bool PublicTransitEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public bool ScaleBarEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public bool TrafficEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public int ZoomLevel { get; set; }
Property Value
Type | Description |
---|---|
int | It is an integer value representing the current zoom level. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
Methods
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public void Add(MapObject child)
Parameters
Type | Name | Description |
---|---|---|
Map |
child | An instance of the map object to be added. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the value is invalid. |
System. |
Thrown when a native operation failed to allocate memory and connect to the service. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public void CaptureSnapshot(SnapshotType type, int quality, string path)
Parameters
Type | Name | Description |
---|---|---|
Snapshot |
type | Type of file format. |
int | quality | An integer value representing the quality for encoding from 1 to 100. |
string | path | A string representing the file path for a snapshot. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the value is invalid. |
System. |
Thrown when a native operation failed to allocate memory and connect to the service. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public void Dispose()
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#
Copy
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
C#
Copy
protected ~MapView()
GeolocationToScreen(Geocoordinates)
Changes the geographical coordinates to screen coordinates.
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public Point GeolocationToScreen(Geocoordinates coordinates)
Parameters
Type | Name | Description |
---|---|---|
Geocoordinates | coordinates | Geographical coordinates. |
Returns
Type | Description |
---|---|
Point | Returns an instance of the screen coordinates on the current screen. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the value is invalid. |
System. |
Thrown when a native operation failed to allocate memory and connect to the service. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public void Remove(MapObject child)
Parameters
Type | Name | Description |
---|---|---|
Map |
child | An instance of the map object to be removed. |
Remarks
Once removed, the child object will be become invalid.
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the value is invalid. |
System. |
Thrown when native operation failed to allocate memory and connect to the service. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public void RemoveAll()
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when a native operation failed to allocate memory and connect to the service. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public Geocoordinates ScreenToGeolocation(Point screenCoordinates)
Parameters
Type | Name | Description |
---|---|---|
Point | screenCoordinates | Screen coordinates. |
Returns
Type | Description |
---|---|
Geocoordinates | Returns an instance of the geographical coordinates object. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the value is invalid. |
System. |
Thrown when a native operation failed to allocate memory and connect to the service. |
Events
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler<MapGestureEventArgs> Clicked
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Map |
Event handlers to get a clicked gesture event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler<MapGestureEventArgs> DoubleClicked
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Map |
Event handlers to get a double-clicked gesture event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler<MapGestureEventArgs> LongPressed
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Map |
Event handlers to get a long-pressed gesture event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler<MapGestureEventArgs> Scrolled
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Map |
Event handlers to get a scrolled gesture event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
TwoFingerClicked
Adds or removes event handlers to deliver a clicked gesture event with two-fingers.
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler<MapGestureEventArgs> TwoFingerClicked
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Map |
Event handlers to get a clicked gesture event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler<MapGestureEventArgs> TwoFingerRotated
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Map |
Event handlers to get a rotated gesture event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler<MapGestureEventArgs> TwoFingerZoomed
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Map |
Event handlers to get a zoomed gesture event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
ViewReady
Adds or removes event handlers to deliver an event representing a view ready to be used.
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler ViewReady
Event Type
Type | Description |
---|---|
System. |
Event handlers to get a view ready event. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |