X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Maps%2FTizen.Maps%2FMapView.cs;h=a93e6b6a3d957cbaf07b4410f05b9ee3cf210c45;hb=f0ff98b21ec7dbffe284ed693bd570dac0d6b33f;hp=3659110cfa713d15c7a9d1983735c7109c20d453;hpb=f3fa2d8ef78ab0aa48c7d0feb91986c2fd150a05;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Maps/Tizen.Maps/MapView.cs b/src/Tizen.Maps/Tizen.Maps/MapView.cs index 3659110..a93e6b6 100755 --- a/src/Tizen.Maps/Tizen.Maps/MapView.cs +++ b/src/Tizen.Maps/Tizen.Maps/MapView.cs @@ -58,6 +58,7 @@ namespace Tizen.Maps /// Thrown when application does not have some privilege to access this method. /// Thrown when parameters are invalid. /// Thrown when a native operation failed to allocate memory, and connect to the service. + [Obsolete("Deprecated since API11. Might be removed in API13.")] public MapView(EvasObject parent, MapService service) : base(parent) { handle = new Interop.ViewHandle(service.handle, this); @@ -794,6 +795,7 @@ namespace Tizen.Maps /// /// If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed. /// 3 + [Obsolete("Deprecated since API11. Might be removed in API13.")] protected virtual void Dispose(bool disposing) { if (!_disposedValue)