From 8a9cec1a7649e999b3640550839a1c40f33a6218 Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Wed, 26 Jul 2017 11:33:12 +0530 Subject: [PATCH] Review MAPS API cs files PS2: Edited as per comment PS4: Recover the deletd files PS9: Edited as per comments PS10: Restore unchanged files and remove Thumbs.db PS11: Rebase PS12: Revert to PS10 PS13: Edited files per comments PS14: Further edits Change-Id: I1d8b00cbb54af15936d6b7d4eaa37637b66d2361 --- Tizen.Maps/Interop/Interop.Address.cs | 0 Tizen.Maps/Interop/Interop.AddressList.cs | 0 Tizen.Maps/Interop/Interop.Area.cs | 0 Tizen.Maps/Interop/Interop.Coordinates.cs | 0 Tizen.Maps/Interop/Interop.CoordinatesList.cs | 0 Tizen.Maps/Interop/Interop.ErrorCode.cs | 0 Tizen.Maps/Interop/Interop.Libraries.cs | 0 Tizen.Maps/Interop/Interop.Place.Attribute.cs | 0 Tizen.Maps/Interop/Interop.Place.Category.cs | 0 Tizen.Maps/Interop/Interop.Place.Contact.cs | 0 Tizen.Maps/Interop/Interop.Place.Editorial.cs | 0 Tizen.Maps/Interop/Interop.Place.Filter.cs | 0 Tizen.Maps/Interop/Interop.Place.Image.cs | 0 Tizen.Maps/Interop/Interop.Place.Link.Object.cs | 0 Tizen.Maps/Interop/Interop.Place.Media.cs | 0 Tizen.Maps/Interop/Interop.Place.Rating.cs | 0 Tizen.Maps/Interop/Interop.Place.Review.cs | 0 Tizen.Maps/Interop/Interop.Place.cs | 0 Tizen.Maps/Interop/Interop.PlaceList.cs | 0 Tizen.Maps/Interop/Interop.Preference.cs | 0 Tizen.Maps/Interop/Interop.Route.Maneuver.cs | 0 Tizen.Maps/Interop/Interop.Route.Segment.cs | 0 Tizen.Maps/Interop/Interop.Route.cs | 0 Tizen.Maps/Interop/Interop.SafeMapsHandle.cs | 0 Tizen.Maps/Interop/Interop.Service.cs | 0 Tizen.Maps/Interop/Interop.View.Event.Data.cs | 0 Tizen.Maps/Interop/Interop.View.Marker.cs | 0 Tizen.Maps/Interop/Interop.View.Object.cs | 0 Tizen.Maps/Interop/Interop.View.Overlay.cs | 0 Tizen.Maps/Interop/Interop.View.Polygon.cs | 0 Tizen.Maps/Interop/Interop.View.Polyline.cs | 0 Tizen.Maps/Interop/Interop.View.Snapshot.cs | 0 Tizen.Maps/Interop/Interop.View.cs | 0 Tizen.Maps/Tizen.Maps.csproj | 0 Tizen.Maps/Tizen.Maps.snk | Bin Tizen.Maps/Tizen.Maps/Area.cs | 32 ++-- Tizen.Maps/Tizen.Maps/Direction.cs | 22 +-- Tizen.Maps/Tizen.Maps/DistanceUnit.cs | 4 +- Tizen.Maps/Tizen.Maps/GeocodeRequest.cs | 6 +- Tizen.Maps/Tizen.Maps/Geocoordinates.cs | 30 ++-- Tizen.Maps/Tizen.Maps/GeocoordinatesList.cs | 8 +- Tizen.Maps/Tizen.Maps/GestureType.cs | 12 +- Tizen.Maps/Tizen.Maps/IGeocodePreference.cs | 14 +- Tizen.Maps/Tizen.Maps/IPlaceSearchPreference.cs | 22 +-- Tizen.Maps/Tizen.Maps/IRouteSearchPreference.cs | 28 ++-- Tizen.Maps/Tizen.Maps/Log.cs | 0 Tizen.Maps/Tizen.Maps/MapGestureEventArgs.cs | 24 +-- Tizen.Maps/Tizen.Maps/MapObject.cs | 6 +- Tizen.Maps/Tizen.Maps/MapService.cs | 154 ++++++++++---------- Tizen.Maps/Tizen.Maps/MapServiceRequest.cs | 20 +-- Tizen.Maps/Tizen.Maps/MapTypes.cs | 12 +- Tizen.Maps/Tizen.Maps/MapView.cs | 162 ++++++++++----------- Tizen.Maps/Tizen.Maps/Marker.cs | 94 ++++++------ .../Tizen.Maps/MultiReverseGeocodeRequest.cs | 4 +- Tizen.Maps/Tizen.Maps/NamespaceDoc.cs | 2 +- Tizen.Maps/Tizen.Maps/Overlay.cs | 56 +++---- Tizen.Maps/Tizen.Maps/Place.cs | 70 ++++----- Tizen.Maps/Tizen.Maps/PlaceAddress.cs | 34 ++--- Tizen.Maps/Tizen.Maps/PlaceAddressList.cs | 6 +- Tizen.Maps/Tizen.Maps/PlaceAttribute.cs | 12 +- Tizen.Maps/Tizen.Maps/PlaceCategory.cs | 22 +-- Tizen.Maps/Tizen.Maps/PlaceContact.cs | 12 +- Tizen.Maps/Tizen.Maps/PlaceEditorial.cs | 12 +- Tizen.Maps/Tizen.Maps/PlaceFilter.cs | 28 ++-- Tizen.Maps/Tizen.Maps/PlaceImage.cs | 24 +-- Tizen.Maps/Tizen.Maps/PlaceLink.cs | 20 +-- Tizen.Maps/Tizen.Maps/PlaceList.cs | 8 +- Tizen.Maps/Tizen.Maps/PlaceMedia.cs | 16 +- Tizen.Maps/Tizen.Maps/PlaceRating.cs | 12 +- Tizen.Maps/Tizen.Maps/PlaceReview.cs | 32 ++-- Tizen.Maps/Tizen.Maps/PlaceSearchRequest.cs | 4 +- Tizen.Maps/Tizen.Maps/Polygon.cs | 28 ++-- Tizen.Maps/Tizen.Maps/Polyline.cs | 36 ++--- Tizen.Maps/Tizen.Maps/ReverseGeocodeRequest.cs | 4 +- Tizen.Maps/Tizen.Maps/Route.cs | 36 ++--- Tizen.Maps/Tizen.Maps/RouteFeature.cs | 18 +-- Tizen.Maps/Tizen.Maps/RouteFeatureWeight.cs | 4 +- Tizen.Maps/Tizen.Maps/RouteManeuver.cs | 28 ++-- Tizen.Maps/Tizen.Maps/RouteOptimization.cs | 18 +-- Tizen.Maps/Tizen.Maps/RouteSearchRequest.cs | 8 +- Tizen.Maps/Tizen.Maps/RouteSegment.cs | 28 ++-- Tizen.Maps/Tizen.Maps/SearchPreference.cs | 54 +++---- Tizen.Maps/Tizen.Maps/ServiceData.cs | 38 ++--- Tizen.Maps/Tizen.Maps/ServiceRequestType.cs | 6 +- Tizen.Maps/Tizen.Maps/SnapshotType.cs | 8 +- Tizen.Maps/Tizen.Maps/TransportMode.cs | 14 +- Tizen.Maps/Tizen.Maps/TurnInstruction.cs | 10 +- Tizen.Maps/res/maps_marker_pin_48.png | Bin Tizen.Maps/res/maps_marker_pin_72.png | Bin Tizen.Maps/res/maps_marker_sticker_48.png | Bin Tizen.Maps/res/maps_marker_sticker_72.png | Bin 91 files changed, 681 insertions(+), 681 deletions(-) mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Address.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.AddressList.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Area.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Coordinates.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.CoordinatesList.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.ErrorCode.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Libraries.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Attribute.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Category.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Contact.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Editorial.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Filter.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Image.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Link.Object.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Media.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Rating.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.Review.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Place.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.PlaceList.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Preference.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Route.Maneuver.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Route.Segment.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Route.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.SafeMapsHandle.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.Service.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.Event.Data.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.Marker.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.Object.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.Overlay.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.Polygon.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.Polyline.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.Snapshot.cs mode change 100755 => 100644 Tizen.Maps/Interop/Interop.View.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps.csproj mode change 100755 => 100644 Tizen.Maps/Tizen.Maps.snk mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Area.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Direction.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/DistanceUnit.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/GeocodeRequest.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Geocoordinates.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/GeocoordinatesList.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/GestureType.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/IGeocodePreference.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/IPlaceSearchPreference.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/IRouteSearchPreference.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Log.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/MapGestureEventArgs.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/MapObject.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/MapService.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/MapServiceRequest.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/MapTypes.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/MapView.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Marker.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/MultiReverseGeocodeRequest.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/NamespaceDoc.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Overlay.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Place.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceAddress.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceAddressList.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceAttribute.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceCategory.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceContact.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceEditorial.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceFilter.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceImage.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceLink.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceList.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceMedia.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceRating.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceReview.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/PlaceSearchRequest.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Polygon.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Polyline.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/ReverseGeocodeRequest.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/Route.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/RouteFeature.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/RouteFeatureWeight.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/RouteManeuver.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/RouteOptimization.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/RouteSearchRequest.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/RouteSegment.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/SearchPreference.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/ServiceData.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/ServiceRequestType.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/SnapshotType.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/TransportMode.cs mode change 100755 => 100644 Tizen.Maps/Tizen.Maps/TurnInstruction.cs mode change 100755 => 100644 Tizen.Maps/res/maps_marker_pin_48.png mode change 100755 => 100644 Tizen.Maps/res/maps_marker_pin_72.png mode change 100755 => 100644 Tizen.Maps/res/maps_marker_sticker_48.png mode change 100755 => 100644 Tizen.Maps/res/maps_marker_sticker_72.png diff --git a/Tizen.Maps/Interop/Interop.Address.cs b/Tizen.Maps/Interop/Interop.Address.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.AddressList.cs b/Tizen.Maps/Interop/Interop.AddressList.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Area.cs b/Tizen.Maps/Interop/Interop.Area.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Coordinates.cs b/Tizen.Maps/Interop/Interop.Coordinates.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.CoordinatesList.cs b/Tizen.Maps/Interop/Interop.CoordinatesList.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.ErrorCode.cs b/Tizen.Maps/Interop/Interop.ErrorCode.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Libraries.cs b/Tizen.Maps/Interop/Interop.Libraries.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Attribute.cs b/Tizen.Maps/Interop/Interop.Place.Attribute.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Category.cs b/Tizen.Maps/Interop/Interop.Place.Category.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Contact.cs b/Tizen.Maps/Interop/Interop.Place.Contact.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Editorial.cs b/Tizen.Maps/Interop/Interop.Place.Editorial.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Filter.cs b/Tizen.Maps/Interop/Interop.Place.Filter.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Image.cs b/Tizen.Maps/Interop/Interop.Place.Image.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Link.Object.cs b/Tizen.Maps/Interop/Interop.Place.Link.Object.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Media.cs b/Tizen.Maps/Interop/Interop.Place.Media.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Rating.cs b/Tizen.Maps/Interop/Interop.Place.Rating.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.Review.cs b/Tizen.Maps/Interop/Interop.Place.Review.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Place.cs b/Tizen.Maps/Interop/Interop.Place.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.PlaceList.cs b/Tizen.Maps/Interop/Interop.PlaceList.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Preference.cs b/Tizen.Maps/Interop/Interop.Preference.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Route.Maneuver.cs b/Tizen.Maps/Interop/Interop.Route.Maneuver.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Route.Segment.cs b/Tizen.Maps/Interop/Interop.Route.Segment.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Route.cs b/Tizen.Maps/Interop/Interop.Route.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.SafeMapsHandle.cs b/Tizen.Maps/Interop/Interop.SafeMapsHandle.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.Service.cs b/Tizen.Maps/Interop/Interop.Service.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.Event.Data.cs b/Tizen.Maps/Interop/Interop.View.Event.Data.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.Marker.cs b/Tizen.Maps/Interop/Interop.View.Marker.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.Object.cs b/Tizen.Maps/Interop/Interop.View.Object.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.Overlay.cs b/Tizen.Maps/Interop/Interop.View.Overlay.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.Polygon.cs b/Tizen.Maps/Interop/Interop.View.Polygon.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.Polyline.cs b/Tizen.Maps/Interop/Interop.View.Polyline.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.Snapshot.cs b/Tizen.Maps/Interop/Interop.View.Snapshot.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Interop/Interop.View.cs b/Tizen.Maps/Interop/Interop.View.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Tizen.Maps.csproj b/Tizen.Maps/Tizen.Maps.csproj old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Tizen.Maps.snk b/Tizen.Maps/Tizen.Maps.snk old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Tizen.Maps/Area.cs b/Tizen.Maps/Tizen.Maps/Area.cs old mode 100755 new mode 100644 index 9e19368..a60be0e --- a/Tizen.Maps/Tizen.Maps/Area.cs +++ b/Tizen.Maps/Tizen.Maps/Area.cs @@ -19,36 +19,36 @@ using System; namespace Tizen.Maps { /// - /// Class representing geographical area + /// The class representing a geographical area. /// - /// 3 + /// 3 public class Area : IDisposable { internal Interop.AreaHandle handle; /// - /// Constructs rectangular area. + /// Constructs a rectangular area. /// - /// 3 - /// Top-left coordinates of the area - /// Bottom-left coordinate of the area + /// 3 + /// Top-left coordinates of the area. + /// Bottom-left coordinates of the area. /// Thrown when the required feature is not supported. - /// Thrown when input coordinates are invalid - /// Thrown when native operation failed to allocate memory. + /// Thrown when input coordinates are invalid. + /// Thrown when a native operation fails to allocate memory. public Area(Geocoordinates topLeft, Geocoordinates bottomRight) { handle = new Interop.AreaHandle(topLeft?.handle, bottomRight?.handle); } /// - /// Constructs circular area. + /// Constructs a circular area. /// - /// 3 - /// Coordinates for center of the area - /// Radius of the area + /// 3 + /// Coordinates for center of the area. + /// Radius of the area. /// Thrown when the required feature is not supported. - /// Thrown when input coordinates are invalid - /// Thrown when native operation failed to allocate memory. + /// Thrown when input coordinates are invalid. + /// Thrown when a native operation fails to allocate memory. public Area(Geocoordinates center, double radius) { handle = new Interop.AreaHandle(center?.handle, radius); @@ -72,9 +72,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/Direction.cs b/Tizen.Maps/Tizen.Maps/Direction.cs old mode 100755 new mode 100644 index 61c924f..e479d8a --- a/Tizen.Maps/Tizen.Maps/Direction.cs +++ b/Tizen.Maps/Tizen.Maps/Direction.cs @@ -17,45 +17,45 @@ namespace Tizen.Maps { /// - /// Direction types for route maneuver + /// The direction types for route maneuver. /// - /// 3 + /// 3 public enum DirectionType { /// - /// Indicates unknown direction. + /// Indicates an unknown direction. /// None = Interop.RouteDirection.None, /// - /// Indicates north direction. + /// Indicates the North direction. /// North = Interop.RouteDirection.North, /// - /// Indicates north-west direction. + /// Indicates the Northwest direction. /// NorthWest = Interop.RouteDirection.NorthWest, /// - /// Indicates north-east direction. + /// Indicates the Northeast direction. /// NorthEast = Interop.RouteDirection.NorthEast, /// - /// Indicates south direction. + /// Indicates the South direction. /// South = Interop.RouteDirection.South, /// - /// Indicates south-East direction. + /// Indicates the Southeast direction. /// SouthEast = Interop.RouteDirection.SouthEast, /// - /// Indicates south-West direction. + /// Indicates the Southwest direction. /// SouthWest = Interop.RouteDirection.SouthWest, /// - /// Indicates west direction. + /// Indicates the West direction. /// West = Interop.RouteDirection.West, /// - /// Indicates east direction. + /// Indicates the East direction. /// East = Interop.RouteDirection.East, } diff --git a/Tizen.Maps/Tizen.Maps/DistanceUnit.cs b/Tizen.Maps/Tizen.Maps/DistanceUnit.cs old mode 100755 new mode 100644 index addc926..f96b13d --- a/Tizen.Maps/Tizen.Maps/DistanceUnit.cs +++ b/Tizen.Maps/Tizen.Maps/DistanceUnit.cs @@ -17,9 +17,9 @@ namespace Tizen.Maps { /// - /// Allowed distance units + /// The allowed distance units. /// - /// 3 + /// 3 public enum DistanceUnit { /// diff --git a/Tizen.Maps/Tizen.Maps/GeocodeRequest.cs b/Tizen.Maps/Tizen.Maps/GeocodeRequest.cs old mode 100755 new mode 100644 index f39452c..bf58885 --- a/Tizen.Maps/Tizen.Maps/GeocodeRequest.cs +++ b/Tizen.Maps/Tizen.Maps/GeocodeRequest.cs @@ -20,9 +20,9 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Geocode request for map service + /// Geocode request for the map service. /// - /// 3 + /// 3 public class GeocodeRequest : MapServiceRequest { private Interop.GeocodeCallback _geocodeCallback; @@ -92,7 +92,7 @@ namespace Tizen.Maps } else { - // If search is failed, the value of total is 0 and coordinates is NULL + // If the search fails, the value of total is 0 and coordinates is NULL. _requestTask?.TrySetException(result.GetException(errMessage)); return false; } diff --git a/Tizen.Maps/Tizen.Maps/Geocoordinates.cs b/Tizen.Maps/Tizen.Maps/Geocoordinates.cs old mode 100755 new mode 100644 index fb891ac..848dfae --- a/Tizen.Maps/Tizen.Maps/Geocoordinates.cs +++ b/Tizen.Maps/Tizen.Maps/Geocoordinates.cs @@ -19,21 +19,21 @@ using System; namespace Tizen.Maps { /// - /// Class representing geographical coordinates. + /// A class representing geographical coordinates. /// - /// 3 + /// 3 public class Geocoordinates : IDisposable { internal Interop.CoordinatesHandle handle; /// - /// Constructs map coordinates object. + /// Constructs the map coordinates object. /// - /// 3 - /// Latitude value, must be between (-90.0 ~ 90.0) degrees - /// Longitude value, must be between (-180.0 ~ 180.0) degrees + /// 3 + /// Latitude value must be between (-90.0 ~ 90.0) degrees. + /// Longitude value must be between (-180.0 ~ 180.0) degrees. /// Thrown when values for latitude and longitude are not valid. - /// Thrown when native operation failed to allocate memory. + /// Thrown when a native operation fails to allocate memory. public Geocoordinates(double latitude, double longitude) { handle = new Interop.CoordinatesHandle(latitude, longitude); @@ -45,9 +45,9 @@ namespace Tizen.Maps } /// - /// Gets latitude of the coordinates. + /// Gets the latitude coordinates. /// - /// 3 + /// 3 public double Latitude { get @@ -57,9 +57,9 @@ namespace Tizen.Maps } /// - /// Gets longitude of the coordinates. + /// Gets the longitude coordinates. /// - /// 3 + /// 3 public double Longitude { get @@ -71,8 +71,8 @@ namespace Tizen.Maps /// /// Returns a string that represents this object. /// - /// 3 - /// Returns a string which presents this object. + /// 3 + /// Returns a string that represents this object. public override string ToString() { return $"[{Latitude}, {Longitude}]"; @@ -91,9 +91,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/GeocoordinatesList.cs b/Tizen.Maps/Tizen.Maps/GeocoordinatesList.cs old mode 100755 new mode 100644 index 50ae012..801996b --- a/Tizen.Maps/Tizen.Maps/GeocoordinatesList.cs +++ b/Tizen.Maps/Tizen.Maps/GeocoordinatesList.cs @@ -20,7 +20,7 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// List of objects to be used in APIs + /// List of objects to be used in APIs. /// internal class GeocoordinatesList : IDisposable { @@ -36,7 +36,7 @@ namespace Tizen.Maps } /// - /// Iterator for coordinates in this list + /// The iterator for coordinates in this list. /// internal IEnumerable Coordinates { @@ -61,9 +61,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/GestureType.cs b/Tizen.Maps/Tizen.Maps/GestureType.cs old mode 100755 new mode 100644 index f5ab43d..b17b4f0 --- a/Tizen.Maps/Tizen.Maps/GestureType.cs +++ b/Tizen.Maps/Tizen.Maps/GestureType.cs @@ -17,13 +17,13 @@ namespace Tizen.Maps { /// - /// Enumeration of user gestures over map view + /// Enumeration for the user gesture over a map view. /// - /// 3 + /// 3 public enum GestureType { /// - /// Indicates empty gesture. + /// Indicates the empty gesture. /// None = Interop.ViewGesture.None, /// @@ -35,15 +35,15 @@ namespace Tizen.Maps /// Zoom = Interop.ViewGesture.Zoom, /// - /// Indicates the click user gesture + /// Indicates the click user gesture. /// Click = Interop.ViewGesture.Click, /// - /// Indicates the double click user gesture + /// Indicates the double click user gesture. /// DoubleClick = Interop.ViewGesture.DoubleClick, /// - /// Indicates the two-finger click user gesture + /// Indicates the two-finger click user gesture. /// TwoFingerClick = Interop.ViewGesture.TwoFingerClick, /// diff --git a/Tizen.Maps/Tizen.Maps/IGeocodePreference.cs b/Tizen.Maps/Tizen.Maps/IGeocodePreference.cs old mode 100755 new mode 100644 index fb0d8a5..a0fdf0d --- a/Tizen.Maps/Tizen.Maps/IGeocodePreference.cs +++ b/Tizen.Maps/Tizen.Maps/IGeocodePreference.cs @@ -18,24 +18,24 @@ namespace Tizen.Maps { /// - /// Preferences for geocode searches + /// The preference for geocode searches. /// - /// 3 + /// 3 public interface IGeocodePreference { /// - /// Gets or sets a string that presents preferred language. + /// Gets or sets a string that presents the preferred language. /// - /// 3 - /// Language should be specified as an ISO 3166 alpha-2 two letter country-code + /// 3 + /// Language should be specified as an ISO 3166 alpha-2 two-letter country-code /// followed by ISO 639-1 for the two-letter language code.
e.g. "ko-KR", "en-US".
string Language { get; set; } /// /// Gets or sets the maximum number of results. /// - /// 3 - /// Setting negative value will not have any effect on MaxResults value. + /// 3 + /// Setting a negative value will not have any effect on MaxResults value. int MaxResults { get; set; } } } diff --git a/Tizen.Maps/Tizen.Maps/IPlaceSearchPreference.cs b/Tizen.Maps/Tizen.Maps/IPlaceSearchPreference.cs old mode 100755 new mode 100644 index e32b44d..bb6cab4 --- a/Tizen.Maps/Tizen.Maps/IPlaceSearchPreference.cs +++ b/Tizen.Maps/Tizen.Maps/IPlaceSearchPreference.cs @@ -20,21 +20,21 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Preferences for place searches + /// The preferences for a place search. /// - /// 3 + /// 3 public interface IPlaceSearchPreference { /// - /// Gets or sets distance unit. + /// Gets or sets the distance unit. /// - /// 3 + /// 3 DistanceUnit Unit { get; set; } /// - /// Gets or sets preferred language. + /// Gets or sets the preferred language. /// - /// 3 + /// 3 /// Language should be specified as an ISO 3166 alpha-2 two letter country-code /// followed by ISO 639-1 for the two-letter language code.
e.g. "ko-KR", "en-US".
string Language { get; set; } @@ -42,19 +42,19 @@ namespace Tizen.Maps /// /// Gets or sets the maximum number of results. /// - /// 3 + /// 3 int MaxResults { get; set; } /// - /// Gets or sets a string that represents code of preferred country. + /// Gets or sets a string that represents the code of a preferred country. /// - /// 3 + /// 3 string CountryCode { get; set; } /// - /// Gets or sets search properties as key value pair. + /// Gets or sets the search properties as a key value pair. /// - /// 3 + /// 3 IReadOnlyDictionary Properties { get; set; } } } diff --git a/Tizen.Maps/Tizen.Maps/IRouteSearchPreference.cs b/Tizen.Maps/Tizen.Maps/IRouteSearchPreference.cs old mode 100755 new mode 100644 index e7eedbc..31a34cf --- a/Tizen.Maps/Tizen.Maps/IRouteSearchPreference.cs +++ b/Tizen.Maps/Tizen.Maps/IRouteSearchPreference.cs @@ -18,45 +18,45 @@ namespace Tizen.Maps { /// - /// Preferences for route searches + /// The preferences for route search. /// - /// 3 + /// 3 public interface IRouteSearchPreference { /// - /// Gets or sets distance unit. + /// Gets or sets the distance unit. /// - /// 3 + /// 3 DistanceUnit Unit { get; set; } /// - /// Gets or sets route optimization. + /// Gets or sets the route optimization. /// - /// 3 + /// 3 RouteOptimization Optimization { get; set; } /// - /// Gets or sets route transport mode. + /// Gets or sets the route transport mode. /// - /// 3 + /// 3 TransportMode Mode { get; set; } /// - /// Gets or sets route feature weight. + /// Gets or sets the route feature weight. /// - /// 3 + /// 3 RouteFeatureWeight RouteFeatureWeight { get; set; } /// - /// Gets or sets route feature. + /// Gets or sets the route feature. /// - /// 3 + /// 3 RouteFeature RouteFeature { get; set; } /// - /// Gets or sets if searching for alternative routes is enabled. + /// Gets or sets if a search for alternative routes is enabled. /// - /// 3 + /// 3 bool SearchAlternativeRoutes { get; set; } } } diff --git a/Tizen.Maps/Tizen.Maps/Log.cs b/Tizen.Maps/Tizen.Maps/Log.cs old mode 100755 new mode 100644 diff --git a/Tizen.Maps/Tizen.Maps/MapGestureEventArgs.cs b/Tizen.Maps/Tizen.Maps/MapGestureEventArgs.cs old mode 100755 new mode 100644 index 111ce73..ba7789b --- a/Tizen.Maps/Tizen.Maps/MapGestureEventArgs.cs +++ b/Tizen.Maps/Tizen.Maps/MapGestureEventArgs.cs @@ -20,9 +20,9 @@ using ElmSharp; namespace Tizen.Maps { /// - /// Event arguments for gesture type map events + /// Event arguments for gesture type map events. /// - /// 3 + /// 3 public class MapGestureEventArgs : EventArgs { internal MapGestureEventArgs(IntPtr nativeHandle) @@ -39,39 +39,39 @@ namespace Tizen.Maps } /// - /// Gets type of gesture event. + /// Gets the type of gesture event. /// - /// 3 + /// 3 public GestureType GestureType { get; } /// /// Gets screen coordinates in the event. /// - /// 3 + /// 3 public Point Position { get; } /// /// Gets the number of fingers detected in the event. /// - /// 3 + /// 3 public int TouchCount { get; } /// - /// Gets zoom factor for zoom gesture event. + /// Gets the zoom factor for zoom gesture event. /// - /// 3 + /// 3 public double ZoomFactor { get; } /// - /// Gets angle of rotation for rotate gesture event. + /// Gets the angle of rotation for rotate gesture event. /// - /// 3 + /// 3 public double RotationAngle { get; } /// - /// Gets geographical coordinates for the event. + /// Gets the geographical coordinates for the event. /// - /// 3 + /// 3 public Geocoordinates Geocoordinates { get; } } } diff --git a/Tizen.Maps/Tizen.Maps/MapObject.cs b/Tizen.Maps/Tizen.Maps/MapObject.cs old mode 100755 new mode 100644 index 936552a..4b4b9a6 --- a/Tizen.Maps/Tizen.Maps/MapObject.cs +++ b/Tizen.Maps/Tizen.Maps/MapObject.cs @@ -18,9 +18,9 @@ namespace Tizen.Maps { /// - /// Map object + /// The map object. /// - /// 3 + /// 3 public abstract class MapObject { internal MapObject() { } @@ -28,7 +28,7 @@ namespace Tizen.Maps /// /// Gets or sets visibility of the map object. /// - /// 3 + /// 3 public abstract bool IsVisible { get; set; } internal abstract void HandleClickedEvent(); diff --git a/Tizen.Maps/Tizen.Maps/MapService.cs b/Tizen.Maps/Tizen.Maps/MapService.cs old mode 100755 new mode 100644 index 4002c3b..32949be --- a/Tizen.Maps/Tizen.Maps/MapService.cs +++ b/Tizen.Maps/Tizen.Maps/MapService.cs @@ -21,9 +21,9 @@ using System.Threading.Tasks; namespace Tizen.Maps { /// - /// Map service class for service request + /// Map service class for service request. /// - /// 3 + /// 3 public partial class MapService : IDisposable { internal Interop.ServiceHandle handle; @@ -36,16 +36,16 @@ namespace Tizen.Maps /// - /// Creates a new Maps Service object for given service provider. + /// Creates a new maps service object for given service provider. /// - /// 3 - /// A string which representing name of map service provider - /// A string which representing certificate key to use the map service provider + /// 3 + /// A string representing the name of the map service provider. + /// A string representing a certificate key to use the map service provider. /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/network.get /// Thrown when the required feature is not supported. /// Thrown when parameters are invalid. - /// Thrown when native operation failed to allocate memory, connect to service. + /// Thrown when a native operation failed to allocate memory and connect to the service. /// Thrown when application does not have some privilege to access this method. public MapService(string serviceProvider, string serviceProviderKey) { @@ -57,13 +57,13 @@ namespace Tizen.Maps } /// - /// Gets list of available map service providers. + /// Gets the list of available map service providers. /// - /// 3 + /// 3 /// The list of map service providers. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. - /// Thrown when application does not have privileges to access this property. + /// Thrown when application does not have privilege to access this property. public static IEnumerable Providers { get @@ -77,13 +77,13 @@ namespace Tizen.Maps } /// - /// Gets name of map service provider. + /// Gets the name of the map service provider. /// - /// 3 + /// 3 public string Provider { get { return _serviceProvider; } } /// - /// Gets a user consent for map service provider + /// Gets a user consent for the map service provider /// /// 3 /// http://tizen.org/privilege/mapservice @@ -96,11 +96,11 @@ namespace Tizen.Maps } /// - /// Gets and sets a string representing keys for map service provider + /// Gets and sets a string representing keys for the map service provider. /// - /// 3 - /// Typically, the provider key is issued by each maps provider, after signing up for a plan in the web site. - /// Depending on the plan and its provider which you have signed, you might pay for the network traffic. + /// 3 + /// Typically, the provider key is issued by each maps provider after signing up for a plan in the website. + /// Depending on the plan and its provider which you have signed, you might have to pay for the network traffic. public string ProviderKey { get @@ -114,9 +114,9 @@ namespace Tizen.Maps } /// - /// Gets and sets a filter used for place search result. + /// Gets and sets a filter used for the place search result. /// - /// 3 + /// 3 public PlaceFilter PlaceSearchFilter { get @@ -133,9 +133,9 @@ namespace Tizen.Maps } /// - /// Gets search preferences used for or . + /// Gets the search preferences used for or . /// - /// 3 + /// 3 public IGeocodePreference GeocodePreferences { get @@ -145,9 +145,9 @@ namespace Tizen.Maps } /// - /// Gets search preferences used for . + /// Gets the search preferences used for . /// - /// 3 + /// 3 public IPlaceSearchPreference PlaceSearchPreferences { get @@ -157,9 +157,9 @@ namespace Tizen.Maps } /// - /// Gets search preferences used for . + /// Gets the search preferences used for . /// - /// 3 + /// 3 public IRouteSearchPreference RouteSearchPreferences { get @@ -169,9 +169,9 @@ namespace Tizen.Maps } /// - /// Gets and sets search preferences. + /// Gets and sets the search preferences. /// - /// 3 + /// 3 public SearchPreference Preferences { get @@ -217,11 +217,11 @@ namespace Tizen.Maps } /// - /// Checks if the Maps Service supports given request. + /// Checks if the maps service supports the given request. /// - /// 3 + /// 3 /// Request type to check - /// Returns true if the Maps Service supports a request, otherwise false. + /// Returns true if the maps service supports a request, otherwise false. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. @@ -234,11 +234,11 @@ namespace Tizen.Maps } /// - /// Checks if the Maps Service supports given data feature. + /// Checks if the maps service supports a given data feature. /// - /// 3 - /// Data feature to check - /// Returns true if the Maps Service supports a data feature, otherwise false. + /// 3 + /// Data feature to check. + /// Returns true if the maps service supports a data feature, otherwise false. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. @@ -251,105 +251,105 @@ namespace Tizen.Maps } /// - /// Creates geocode search request for given free-formed address string. + /// Creates a geocode search request for the given free-formed address string. /// - /// 3 - /// A string which representing free-formed address - /// GeocodeRequest object created with address string + /// 3 + /// A string representing free-formed address. + /// Returns a GeocodeRequest object created with an address string. public GeocodeRequest CreateGeocodeRequest(string address) { return new GeocodeRequest(this, address); } /// - /// Creates geocode search request for given free-formed address string, within the specified boundary. + /// Creates a geocode search request for the given free-formed address string, within the specified boundary. /// - /// 3 - /// A string which representing free-formed address - /// An instance of Area object which representing interested area + /// 3 + /// A string representing the free-formed address. + /// An instance of Area object representing the interested area. /// - /// GeocodeRequest object created with address string and specified boundary + /// Returns a GeocodeRequest object created with an address string and a specified boundary. public GeocodeRequest CreateGeocodeRequest(string address, Area boundary) { return new GeocodeRequest(this, address, boundary); } /// - /// Creates geocode search request for given structured address. + /// Creates a geocode search request for the given structured address. /// - /// 3 - /// A string which representing address of interest - /// Returns GeocodeRequest object created with structured address + /// 3 + /// A string representing the address of interest. + /// Returns a GeocodeRequest object created with a structured address. public GeocodeRequest CreateGeocodeRequest(PlaceAddress address) { return new GeocodeRequest(this, address); } /// - /// Creates a reverse geocode search request for given latitude and longitude. + /// Creates a reverse geocode search request for the given latitude and longitude. /// - /// 3 - /// Latitude of interested place - /// Longitude of interested place - /// Returns ReverseGeocodeRequest object created with location coordinates + /// 3 + /// Latitude of the interested place. + /// Longitude of the interested place. + /// Returns a ReverseGeocodeRequest object created with the location coordinates. public ReverseGeocodeRequest CreateReverseGeocodeRequest(double latitude, double longitude) { return new ReverseGeocodeRequest(this, latitude, longitude); } /// - /// Creates a reverse geocode search request for given position coordinates list. + /// Creates a reverse geocode search request for the given position coordinates list. /// - /// 3 - /// Coordinates list with [2 ~ 100] coordinates - /// Returns MultiReverseGeocodeRequest object created with list of location coordinates + /// 3 + /// Coordinates list with [2 ~ 100] coordinates. + /// Returns a MultiReverseGeocodeRequest object created with a list of location coordinates. public MultiReverseGeocodeRequest CreateMultiReverseGeocodeRequest(IEnumerable coordinates) { return new MultiReverseGeocodeRequest(this, coordinates); } /// - /// Creates a route search request for origin and destination points. + /// Creates a route search request for the origin and destination points. /// - /// 3 - /// Starting point - /// Destination - /// Returns RouteSearchRequest object created with origin and destination coordinates + /// 3 + /// Starting point. + /// Destination. + /// Returns a RouteSearchRequest object created with the origin and destination coordinates. public RouteSearchRequest CreateRouteSearchRequest(Geocoordinates from, Geocoordinates to) { return new RouteSearchRequest(this, from, to); } /// - /// Creates a place search request for specified search radius around a given coordinates position. + /// Creates a place search request for a specified search radius around a given coordinates position. /// - /// 3 - /// A geographical coordinates of center - /// A double value which representing radius of area to search places - /// Returns PlaceSearchRequest object created with location coordinates and search radius + /// 3 + /// Geographical coordinates of the center. + /// A double value representing the radius of an area to search places. + /// Returns a PlaceSearchRequest object created with the location coordinates and search radius. public PlaceSearchRequest CreatePlaceSearchRequest(Geocoordinates coordinates, int distance) { return new PlaceSearchRequest(this, coordinates, distance); } /// - /// Creates a place search request for places within specified boundary. + /// Creates a place search request for places within a specified boundary. /// - /// 3 - /// An instance of Area object which representing area to search interested places - /// Returns PlaceSearchRequest object created with specified boundary + /// 3 + /// An instance of Area object representing and area to search interested places. + /// Returns a PlaceSearchRequest object created with a specified boundary. public PlaceSearchRequest CreatePlaceSearchRequest(Area boundary) { return new PlaceSearchRequest(this, boundary); } /// - /// Creates a place search request for free-formed address within boundary. + /// Creates a place search request for a free-formed address within the boundary. /// - /// 3 - /// A string which representing free-formed address - /// An instance of Area object which representing area to search interested places - /// Returns PlaceSearchRequest object created with address string and specified boundary + /// 3 + /// A string which represents a free-formed address. + /// An instance of area object representing an area to search interested places. + /// Returns a PlaceSearchRequest object created with an address string and a specified boundary. public PlaceSearchRequest CreatePlaceSearchRequest(string address, Area boundary) { return new PlaceSearchRequest(this, address, boundary); @@ -372,9 +372,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/MapServiceRequest.cs b/Tizen.Maps/Tizen.Maps/MapServiceRequest.cs old mode 100755 new mode 100644 index bc9e555..6aaaa86 --- a/Tizen.Maps/Tizen.Maps/MapServiceRequest.cs +++ b/Tizen.Maps/Tizen.Maps/MapServiceRequest.cs @@ -21,9 +21,9 @@ using System.Threading.Tasks; namespace Tizen.Maps { /// - /// Base class for map service request + /// Base class for a map service request. /// - /// 3 + /// 3 /// public abstract class MapServiceRequest : IDisposable { @@ -40,8 +40,8 @@ namespace Tizen.Maps /// /// Creates a map service request. /// - /// map service object - /// Request type + /// Map service object. + /// Request type. internal MapServiceRequest(MapService service, ServiceRequestType type) { _service = service; @@ -49,17 +49,17 @@ namespace Tizen.Maps } /// - /// Sends a request to map service provider. + /// Sends a request to the map service provider. /// - /// 3 - /// Response from map service provider + /// 3 + /// Response from the map service provider. /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. /// Thrown when the result is invalid. - /// Thrown when arguments are invalid + /// Thrown when arguments are invalid. public async Task> GetResponseAsync() { IEnumerable task = null; @@ -105,9 +105,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/MapTypes.cs b/Tizen.Maps/Tizen.Maps/MapTypes.cs old mode 100755 new mode 100644 index e10448f..90bfd43 --- a/Tizen.Maps/Tizen.Maps/MapTypes.cs +++ b/Tizen.Maps/Tizen.Maps/MapTypes.cs @@ -17,25 +17,25 @@ namespace Tizen.Maps { /// - /// Map View Type (theme) + /// The map view type (theme). /// - /// 3 + /// 3 public enum MapTypes { /// - /// Indicates normal street theme. + /// Indicates the normal street theme. /// Normal = Interop.ViewType.Normal, /// - /// Indicates satellite theme. + /// Indicates the satellite theme. /// Satellite = Interop.ViewType.Satellite, /// - /// Indicates terrain theme. + /// Indicates the terrain theme. /// Terrain = Interop.ViewType.Terrain, /// - /// Indicates hybrid theme, has both satellite and normal theme. + /// Indicates the hybrid theme that has both satellite and normal theme. /// Hybrid = Interop.ViewType.Hybrid, } diff --git a/Tizen.Maps/Tizen.Maps/MapView.cs b/Tizen.Maps/Tizen.Maps/MapView.cs old mode 100755 new mode 100644 index 318874d..9ba67f6 --- a/Tizen.Maps/Tizen.Maps/MapView.cs +++ b/Tizen.Maps/Tizen.Maps/MapView.cs @@ -25,7 +25,7 @@ namespace Tizen.Maps /// /// Map View class to show a map on the screen. /// - /// 3 + /// 3 public class MapView : Layout, IDisposable { internal Interop.ViewHandle handle; @@ -47,16 +47,16 @@ namespace Tizen.Maps private event EventHandler _viewReadyEventHandler; /// - /// Creates the view and link it to the instance of map service. + /// Creates a view and links it to the instance of a map service. /// - /// 3 - /// An instance of object which map view will be drawn - /// An instance of object + /// 3 + /// An instance of object for which a map view will be drawn. + /// An instance of object. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. - /// Thrown when parameters are invalid - /// Thrown when native operation failed to allocate memory, connect to service + /// Thrown when parameters are invalid. + /// Thrown when a native operation failed to allocate memory, and connect to the service. public MapView(EvasObject parent, MapService service) : base(parent) { handle = new Interop.ViewHandle(service.handle, this); @@ -71,10 +71,10 @@ namespace Tizen.Maps } /// - /// Adds or removes event handlers to deliver scrolled gesture event. + /// Adds or removes event handlers to deliver a scrolled gesture event. /// - /// Event handlers to get scrolled gesture event - /// 3 + /// Event handlers to get a scrolled gesture event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler Scrolled { @@ -98,10 +98,10 @@ namespace Tizen.Maps } /// - /// Adds or removes event handlers to deliver zoomed gesture event. + /// Adds or removes event handlers to deliver a zoomed gesture event. /// - /// Event handlers to get zoomed gesture event - /// 3 + /// Event handlers to get a zoomed gesture event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler TwoFingerZoomed { @@ -125,10 +125,10 @@ namespace Tizen.Maps } /// - /// Adds or removes event handlers to deliver clicked gesture event. + /// Adds or removes event handlers to deliver a clicked gesture event. /// - /// Event handlers to get clicked gesture event - /// 3 + /// Event handlers to get a clicked gesture event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler Clicked { @@ -152,10 +152,10 @@ namespace Tizen.Maps } /// - /// Adds or removes event handlers to deliver double-clicked gesture event. + /// Adds or removes event handlers to deliver a double-clicked gesture event. /// - /// Event handlers to get double-clicked gesture event - /// 3 + /// Event handlers to get a double-clicked gesture event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler DoubleClicked { @@ -179,10 +179,10 @@ namespace Tizen.Maps } /// - /// Adds or removes event handlers to deliver clicked gesture event with two-fingers. + /// Adds or removes event handlers to deliver a clicked gesture event with two-fingers. /// - /// Event handlers to get clicked gesture event - /// 3 + /// Event handlers to get a clicked gesture event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler TwoFingerClicked { @@ -206,10 +206,10 @@ namespace Tizen.Maps } /// - /// Adds or removes event handlers to deliver rotated gesture event. + /// Adds or removes event handlers to deliver a rotated gesture event. /// - /// Event handlers to get rotated gesture event - /// 3 + /// Event handlers to get a rotated gesture event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler TwoFingerRotated { @@ -234,10 +234,10 @@ namespace Tizen.Maps /// - /// Adds or removes event handlers to deliver long-pressed gesture event. + /// Adds or removes event handlers to deliver a long-pressed gesture event. /// - /// Event handlers to get long-pressed gesture event - /// 3 + /// Event handlers to get a long-pressed gesture event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler LongPressed { @@ -261,10 +261,10 @@ namespace Tizen.Maps } /// - /// Adds or removes event handlers to deliver a event representing the view is ready to be used. + /// Adds or removes event handlers to deliver an event representing a view ready to be used. /// - /// Event handlers to get view ready event - /// 3 + /// Event handlers to get a view ready event. + /// 3 /// Thrown when the required feature is not supported. public event EventHandler ViewReady { @@ -283,10 +283,10 @@ namespace Tizen.Maps } /// - /// Gets or sets current zoom level. + /// Gets or sets the current zoom level. /// - /// It is an integer value that representing current zoom level. - /// 3 + /// It is an integer value representing the current zoom level. + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -306,10 +306,10 @@ namespace Tizen.Maps } /// - /// Gets or sets minimum zoom level. + /// Gets or sets the minimum zoom level. /// - /// It is an integer value that limits minimal zoom level within range of current map plug-in supported. - /// 3 + /// It is an integer value that limits minimal zoom level within a range of the current map plug-in support. + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -329,10 +329,10 @@ namespace Tizen.Maps } /// - /// Gets or sets maximum zoom level. + /// Gets or sets the maximum zoom level. /// - /// It is an integer value that limits maximum zoom level within range of current map plug-in supported. - /// 3 + /// It is an integer value that limits maximum zoom level within a range of the current map plug-in support. + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -352,10 +352,10 @@ namespace Tizen.Maps } /// - /// Gets or sets orientation on the map view. + /// Gets or sets the orientation on the map view. /// - /// It is an integer value from 0 to 360 that indicates orientation of the map view - /// 3 + /// It is an integer value from 0 to 360 that indicates the orientation of the map view. + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -377,7 +377,7 @@ namespace Tizen.Maps /// /// Gets or sets theme type of the map view. /// - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -399,7 +399,7 @@ namespace Tizen.Maps /// /// Indicates whether the map should show the 3D buildings layer. /// - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -421,7 +421,7 @@ namespace Tizen.Maps /// /// Indicates whether the map should show the traffic layer. /// - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -443,7 +443,7 @@ namespace Tizen.Maps /// /// Indicates whether the map should show the public transit layer. /// - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -465,7 +465,7 @@ namespace Tizen.Maps /// /// Indicates whether the scale-bar is enabled or not. /// - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -493,7 +493,7 @@ namespace Tizen.Maps /// 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. - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -516,7 +516,7 @@ namespace Tizen.Maps /// /// Gets or sets geographical coordinates for map view's center. /// - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// http://tizen.org/privilege/internet /// http://tizen.org/privilege/network.get @@ -537,9 +537,9 @@ namespace Tizen.Maps } /// - /// Gets a list of map object added to map view. + /// Gets a list of the map object added to map view. /// - /// 3 + /// 3 public IEnumerable Children { get @@ -549,32 +549,32 @@ namespace Tizen.Maps } /// - /// Changes geographical coordinates to screen coordinates. + /// Changes the geographical coordinates to screen coordinates. /// - /// 3 - /// Geographical coordinates - /// Returns an instance of screen coordinates on the current screen + /// 3 + /// Geographical coordinates. + /// Returns an instance of the screen coordinates on the current screen. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. /// Thrown when the value is invalid. - /// Thrown when native operation failed to allocate memory, connect to service. + /// Thrown when a native operation failed to allocate memory and connect to the service. public Point GeolocationToScreen(Geocoordinates coordinates) { return handle.GeolocationToScreen(coordinates.handle); } /// - /// Changes screen coordinates to geographical coordinates. + /// Changes the screen coordinates to geographical coordinates. /// - /// 3 - /// Screen coordinates - /// Returns an instance of geographical coordinates object. + /// 3 + /// Screen coordinates. + /// Returns an instance of the geographical coordinates object. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. /// Thrown when the value is invalid. - /// Thrown when native operation failed to allocate memory, connect to service. + /// Thrown when a native operation failed to allocate memory and connect to the service. public Geocoordinates ScreenToGeolocation(Point screenCoordinates) { return new Geocoordinates(handle.ScreenToGeolocation(screenCoordinates)); @@ -583,13 +583,13 @@ namespace Tizen.Maps /// /// Adds a map object to map view. /// - /// 3 - /// An instance of map object to be added + /// 3 + /// An instance of the map object to be added. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. /// Thrown when the value is invalid. - /// Thrown when native operation failed to allocate memory, connect to service. + /// Thrown when a native operation failed to allocate memory and connect to the service. public void Add(MapObject child) { Log.Info(string.Format("Add a object")); @@ -605,16 +605,16 @@ namespace Tizen.Maps } /// - /// Removes a map object from map view. + /// Removes a map object from the map view. /// - /// 3 - /// An instance of map object to be removed - /// Once removed, the child object will be become invalid + /// 3 + /// An instance of the map object to be removed. + /// Once removed, the child object will be become invalid. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. /// Thrown when the value is invalid. - /// Thrown when native operation failed to allocate memory, connect to service. + /// Thrown when native operation failed to allocate memory and connect to the service. public void Remove(MapObject child) { Log.Info(string.Format("Remove a object")); @@ -629,13 +629,13 @@ namespace Tizen.Maps } /// - /// Removes all map objects from map view. + /// Removes all map objects from the map view. /// - /// 3 + /// 3 /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. - /// Thrown when native operation failed to allocate memory, connect to service. + /// Thrown when a native operation failed to allocate memory and connect to the service. public void RemoveAll() { Log.Info(string.Format("Remove all of objects")); @@ -648,17 +648,17 @@ namespace Tizen.Maps } /// - /// Captures a snapshot of map view + /// Captures a snapshot of the map view. /// - /// 3 - /// Type of file format - /// A integer value which representing quality for encoding, from 1 to 100 - /// A string which representing The file path for snapshot + /// 3 + /// Type of file format. + /// An integer value representing the quality for encoding from 1 to 100. + /// A string representing the file path for a snapshot. /// http://tizen.org/privilege/mapservice /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. /// Thrown when the value is invalid. - /// Thrown when native operation failed to allocate memory, connect to service. + /// Thrown when a native operation failed to allocate memory and connect to the service. public void CaptureSnapshot(SnapshotType type, int quality, string path) { var err = Interop.ViewSnapshot.ViewCaptureSnapshot(handle, (Interop.ViewSnapshotFormatType)type, quality, path); @@ -767,9 +767,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/Marker.cs b/Tizen.Maps/Tizen.Maps/Marker.cs old mode 100755 new mode 100644 index 1655e65..45f6c11 --- a/Tizen.Maps/Tizen.Maps/Marker.cs +++ b/Tizen.Maps/Tizen.Maps/Marker.cs @@ -20,9 +20,9 @@ using ElmSharp; namespace Tizen.Maps { /// - /// Marker map object + /// The marker map object. /// - /// 3 + /// 3 public class Marker : MapObject, IDisposable { internal Interop.MarkerHandle handle; @@ -38,15 +38,15 @@ namespace Tizen.Maps } /// - /// Gets or sets clicked event handlers. + /// Gets or sets the clicked event handlers. /// - /// 3 + /// 3 public event EventHandler Clicked; /// - /// Gets or sets marker's visibility. + /// Gets or sets the marker's visibility. /// - /// 3 + /// 3 public override bool IsVisible { get @@ -60,9 +60,9 @@ namespace Tizen.Maps } /// - /// Gets or sets geographical coordinates for this marker. + /// Gets or sets the geographical coordinates for this marker. /// - /// 3 + /// 3 public Geocoordinates Coordinates { get @@ -79,9 +79,9 @@ namespace Tizen.Maps } /// - /// Gets or sets a string representing image file path for this marker. + /// Gets or sets a string representing the image file path for this marker. /// - /// 3 + /// 3 public string ImagePath { get @@ -95,9 +95,9 @@ namespace Tizen.Maps } /// - /// Gets or sets screen size for this marker. + /// Gets or sets the screen size for this marker. /// - /// 3 + /// 3 public Size MarkerSize { get @@ -111,10 +111,10 @@ namespace Tizen.Maps } /// - /// Gets or sets z-order for this marker. + /// Gets or sets the z-order for this marker. /// - /// 3 - /// The integer value is 0 in default, and must be in range of from -100 to 100. + /// 3 + /// The integer value is 0 by default, and must be in the range of -100 to 100. public int ZOrder { get @@ -128,20 +128,20 @@ namespace Tizen.Maps } /// - /// Changes marker size. + /// Changes the marker size. /// - /// 3 - /// New size + /// 3 + /// New size. public void Resize(Size newSize) { MarkerSize = newSize; } /// - /// Changes marker coordinates. + /// Changes the marker coordinates. /// - /// 3 - /// New position for marker + /// 3 + /// New position for the marker. public void Move(Geocoordinates newPosition) { Coordinates = newPosition; @@ -175,9 +175,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); @@ -189,18 +189,18 @@ namespace Tizen.Maps } /// - /// Pin type marker map object + /// Pin type the marker map object. /// - /// 3 + /// 3 public class Pin : Marker { private const string defaultImagePath = "/usr/share/dotnet.tizen/framework/res/maps_marker_pin_48.png"; /// - /// Creates a Pin type marker. + /// Creates a pin type marker. /// - /// 3 - /// Marker coordinates + /// 3 + /// Marker coordinates. /// Thrown when input coordinates are invalid. public Pin(Geocoordinates coordinates) : base(coordinates, defaultImagePath, Interop.ViewMarkerType.Pin) @@ -208,18 +208,18 @@ namespace Tizen.Maps } /// - /// Creates a Pin type marker. + /// Creates a pin type marker. /// - /// 3 - /// Marker coordinates - /// Image file path for Marker + /// 3 + /// Marker coordinates. + /// Image file path for the Marker. /// - /// http://tizen.org/privilege/mediastorage is needed if the file path are relevant to media storage. - /// http://tizen.org/privilege/externalstorage is needed if the file path are relevant to external storage. + /// 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. /// /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. - /// Thrown when input coordinates or imagePath are invalid. + /// Thrown when the input coordinates or imagePath is invalid. public Pin(Geocoordinates coordinates, string imagePath) : base(coordinates, imagePath, Interop.ViewMarkerType.Pin) { @@ -227,18 +227,18 @@ namespace Tizen.Maps } /// - /// Sticker type marker map object + /// Sticker type marker map object. /// - /// 3 + /// 3 public class Sticker : Marker { private const string defaultImagePath = "/usr/share/dotnet.tizen/framework/res/maps_marker_sticker_48.png"; /// - /// Creates a Sticker type marker. + /// Creates a sticker type marker. /// - /// 3 - /// Marker coordinates + /// 3 + /// Marker coordinates. /// Thrown when input coordinates are invalid. public Sticker(Geocoordinates coordinates) : base(coordinates, defaultImagePath, Interop.ViewMarkerType.Sticker) @@ -246,18 +246,18 @@ namespace Tizen.Maps } /// - /// Creates a Sticker type marker. + /// Creates a sticker type marker. /// - /// 3 - /// Marker coordinates - /// Image file path for Marker + /// 3 + /// Marker coordinates. + /// Image file path for Marker. /// - /// http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage. - /// http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage. + /// http://tizen.org/privilege/mediastorage is needed if the input or output path are relevant to media storage. + /// http://tizen.org/privilege/externalstorage is needed if the input or output path are relevant to external storage. /// /// Thrown when the required feature is not supported. /// Thrown when application does not have some privilege to access this method. - /// Thrown when input coordinates or imagePath are invalid. + /// Thrown when the input coordinates or imagePath is invalid. public Sticker(Geocoordinates coordinates, string imagePath) : base(coordinates, imagePath, Interop.ViewMarkerType.Sticker) { diff --git a/Tizen.Maps/Tizen.Maps/MultiReverseGeocodeRequest.cs b/Tizen.Maps/Tizen.Maps/MultiReverseGeocodeRequest.cs old mode 100755 new mode 100644 index 2794961..ac1a58d --- a/Tizen.Maps/Tizen.Maps/MultiReverseGeocodeRequest.cs +++ b/Tizen.Maps/Tizen.Maps/MultiReverseGeocodeRequest.cs @@ -20,9 +20,9 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Multiple Reverse geocode Request for Tizen map service + /// Multiple reverse geocode request for Tizen map service. /// - /// 3 + /// 3 public class MultiReverseGeocodeRequest : MapServiceRequest { private Interop.MultiReverseGeocodeCallback _geocodeCallback; diff --git a/Tizen.Maps/Tizen.Maps/NamespaceDoc.cs b/Tizen.Maps/Tizen.Maps/NamespaceDoc.cs old mode 100755 new mode 100644 index 2c9fe11..ff35212 --- a/Tizen.Maps/Tizen.Maps/NamespaceDoc.cs +++ b/Tizen.Maps/Tizen.Maps/NamespaceDoc.cs @@ -101,7 +101,7 @@ area of the maps application GUI.

Zoom and rotation: Changing zoom and orientation of the view in response to user gestures, such as scrolling, tapping, zooming, rotating, etc.

-Conversion of screen coordinates to geographical and vise versa.

+Conversion of screen coordinates to geographical and vice versa.

User's gesture support:
- Receive the event of the user gesture.
diff --git a/Tizen.Maps/Tizen.Maps/Overlay.cs b/Tizen.Maps/Tizen.Maps/Overlay.cs old mode 100755 new mode 100644 index 9a9e7f0..d84e8a0 --- a/Tizen.Maps/Tizen.Maps/Overlay.cs +++ b/Tizen.Maps/Tizen.Maps/Overlay.cs @@ -20,9 +20,9 @@ using EvasObject = ElmSharp.EvasObject; namespace Tizen.Maps { ///

- /// Overlay map object + /// Overlay map object. /// - /// 3 + /// 3 public class Overlay : MapObject, IDisposable { internal Interop.OverlayHandle handle; @@ -30,10 +30,10 @@ namespace Tizen.Maps /// /// Creates a normal overlay map object. /// - /// 3 + /// 3 /// /// - /// Thrown when input coordinates or objectToContain are invalid + /// Thrown when the input coordinates or objectToContain are invalid. public Overlay(Geocoordinates coordinates, EvasObject objectToContain) : this(coordinates, objectToContain, Interop.ViewOverlayType.Normal) { @@ -50,9 +50,9 @@ namespace Tizen.Maps } /// - /// Gets or sets visibility of overlay map object. + /// Gets or sets the visibility of an overlay map object. /// - /// 3 + /// 3 public override bool IsVisible { get { return handle.IsVisible; } @@ -60,9 +60,9 @@ namespace Tizen.Maps } /// - /// Gets or sets geographical coordinates for overlay map object. + /// Gets or sets geographical coordinates for an overlay map object. /// - /// 3 + /// 3 public Geocoordinates Coordinates { get @@ -78,9 +78,9 @@ namespace Tizen.Maps } /// - /// Gets or sets minimum zoom level for overlay map object. + /// Gets or sets minimum zoom level for an overlay map object. /// - /// 3 + /// 3 public int MinimumZoomLevel { get @@ -94,9 +94,9 @@ namespace Tizen.Maps } /// - /// Gets or sets maximum zoom lever for overlay map object. + /// Gets or sets maximum zoom lever for an overlay map object. /// - /// 3 + /// 3 public int MaximumZoomLevel { get @@ -138,9 +138,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); @@ -150,19 +150,19 @@ namespace Tizen.Maps } /// - /// Bubble overlay map object + /// The bubble overlay map object. /// - /// 3 + /// 3 public class BubbleOverlay : Overlay { /// - /// Creates a Bubble overlay. + /// Creates a bubble overlay. /// - /// 3 - /// The geographical coordinates to be pointed - /// The EvasObject to be shown + /// 3 + /// The geographical coordinates to be pointed. + /// The EvasObject to be shown. /// Thrown when the required feature is not supported. - /// Thrown when input coordinates or objectToContain are invalid + /// Thrown when the input coordinates or objectToContain are invalid. public BubbleOverlay(Geocoordinates coordinates, EvasObject objectToContain) : base(coordinates, objectToContain, Interop.ViewOverlayType.Bubble) { @@ -170,19 +170,19 @@ namespace Tizen.Maps } /// - /// Box Overlay map object + /// The box overlay map object. /// - /// 3 + /// 3 public class BoxOverlay : Overlay { /// - /// Creates a Box overlay. + /// Creates a box overlay. /// - /// 3 - /// The geographical coordinates to be pointed - /// The EvasObject to be shown + /// 3 + /// The geographical coordinates to be pointed. + /// The EvasObject to be shown. /// Thrown when the required feature is not supported. - /// Thrown when input coordinates or objectToContain are invalid + /// Thrown when the input coordinates or objectToContain are invalid public BoxOverlay(Geocoordinates coordinates, EvasObject objectToContain) : base(coordinates, objectToContain, Interop.ViewOverlayType.Box) { diff --git a/Tizen.Maps/Tizen.Maps/Place.cs b/Tizen.Maps/Tizen.Maps/Place.cs old mode 100755 new mode 100644 index 70f6bf6..d9a7dfb --- a/Tizen.Maps/Tizen.Maps/Place.cs +++ b/Tizen.Maps/Tizen.Maps/Place.cs @@ -20,9 +20,9 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Place information, used in Place Discovery and Search + /// Place information, used in place discovery and search requests. /// - /// 3 + /// 3 public class Place : IDisposable { internal Interop.PlaceHandle handle; @@ -33,9 +33,9 @@ namespace Tizen.Maps } /// - /// Gets ID string for the place. + /// Gets an ID string for the place. /// - /// 3 + /// 3 public string Id { get @@ -47,7 +47,7 @@ namespace Tizen.Maps /// /// Gets name string for the place. /// - /// 3 + /// 3 public string Name { get @@ -57,9 +57,9 @@ namespace Tizen.Maps } /// - /// Gets view URI for the place. + /// Gets a view URI for the place. /// - /// 3 + /// 3 public string Uri { get @@ -69,9 +69,9 @@ namespace Tizen.Maps } /// - /// Gets distance for the place from the center. + /// Gets a distance for the place from the center. /// - /// 3 + /// 3 public int Distance { get @@ -81,9 +81,9 @@ namespace Tizen.Maps } /// - /// Gets geographical location for the place. + /// Gets a geographical location for the place. /// - /// 3 + /// 3 public Geocoordinates Coordinates { get @@ -93,9 +93,9 @@ namespace Tizen.Maps } /// - /// Gets address for the place. + /// Gets an address for the place. /// - /// 3 + /// 3 public PlaceAddress Address { get @@ -105,9 +105,9 @@ namespace Tizen.Maps } /// - /// Gets rating for the place. + /// Gets a rating for the place. /// - /// 3 + /// 3 public PlaceRating Rating { get @@ -117,9 +117,9 @@ namespace Tizen.Maps } /// - /// Gets supplier link for the place. + /// Gets a supplier link for the place. /// - /// 3 + /// 3 public PlaceLink Supplier { get @@ -129,9 +129,9 @@ namespace Tizen.Maps } /// - /// Gets related link for the place. + /// Gets a related link for the place. /// - /// 3 + /// 3 public PlaceLink Related { get @@ -141,9 +141,9 @@ namespace Tizen.Maps } /// - /// Gets all properties attached to this place. + /// Gets all the properties attached to this place. /// - /// 3 + /// 3 public IDictionary Properties { get @@ -155,9 +155,9 @@ namespace Tizen.Maps } /// - /// Gets all categories attached to this place. + /// Gets all the categories attached to this place. /// - /// 3 + /// 3 public IEnumerable Categories { get @@ -169,9 +169,9 @@ namespace Tizen.Maps } /// - /// Gets all attributes attached to this place. + /// Gets all the attributes attached to this place. /// - /// 3 + /// 3 public IEnumerable Attributes { get @@ -183,9 +183,9 @@ namespace Tizen.Maps } /// - /// Gets all contacts attached to this place. + /// Gets all the contacts attached to this place. /// - /// 3 + /// 3 public IEnumerable Contacts { get @@ -197,9 +197,9 @@ namespace Tizen.Maps } /// - /// Gets all editorials attached to this place. + /// Gets all the editorials attached to this place. /// - /// 3 + /// 3 public IEnumerable Editorials { get @@ -211,9 +211,9 @@ namespace Tizen.Maps } /// - /// Gets all images attached to this place. + /// Gets all the images attached to this place. /// - /// 3 + /// 3 public IEnumerable Images { get @@ -225,9 +225,9 @@ namespace Tizen.Maps } /// - /// Gets all reviews attached to this place. + /// Gets all the reviews attached to this place. /// - /// 3 + /// 3 public IEnumerable Reviews { get @@ -251,9 +251,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/PlaceAddress.cs b/Tizen.Maps/Tizen.Maps/PlaceAddress.cs old mode 100755 new mode 100644 index 0a119ed..a51c37e --- a/Tizen.Maps/Tizen.Maps/PlaceAddress.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceAddress.cs @@ -20,17 +20,17 @@ using System.ComponentModel; namespace Tizen.Maps { /// - /// Address information for the map point used in Geocode and Reverse Geocode requests. + /// Address information for the map point used in geocode and reverse geocode requests. /// - /// 3 + /// 3 public class PlaceAddress : IDisposable { internal Interop.AddressHandle handle; /// - /// Constructs map address object. + /// Constructs a map address object. /// - /// 3 + /// 3 /// Thrown when native operation failed to allocate memory. public PlaceAddress() { @@ -45,7 +45,7 @@ namespace Tizen.Maps /// /// Gets a building number for this address. /// - /// 3 + /// 3 public string Building { get @@ -61,7 +61,7 @@ namespace Tizen.Maps /// /// Gets a city name for this address. /// - /// 3 + /// 3 public string City { get @@ -77,7 +77,7 @@ namespace Tizen.Maps /// /// Gets a country name for this address. /// - /// 3 + /// 3 public string Country { get @@ -93,7 +93,7 @@ namespace Tizen.Maps /// /// Gets a country code for this address. /// - /// 3 + /// 3 public string CountryCode { get @@ -109,7 +109,7 @@ namespace Tizen.Maps /// /// Gets a county for this address. /// - /// 3 + /// 3 public string County { get @@ -125,7 +125,7 @@ namespace Tizen.Maps /// /// Gets a district name for this address. /// - /// 3 + /// 3 public string District { get @@ -141,7 +141,7 @@ namespace Tizen.Maps /// /// Gets a free text associated with this address. /// - /// 3 + /// 3 public string FreeText { get @@ -171,7 +171,7 @@ namespace Tizen.Maps /// /// Gets a postal code for this address. /// - /// 3 + /// 3 public string PostalCode { get @@ -187,7 +187,7 @@ namespace Tizen.Maps /// /// Gets a state name for this address. /// - /// 3 + /// 3 public string State { get @@ -203,7 +203,7 @@ namespace Tizen.Maps /// /// Gets a street name for this address. /// - /// 3 + /// 3 public string Street { get @@ -219,7 +219,7 @@ namespace Tizen.Maps /// /// Returns a string that represents this object. /// - /// 3 + /// 3 /// Returns a string which presents this object. public override string ToString() { @@ -239,9 +239,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/PlaceAddressList.cs b/Tizen.Maps/Tizen.Maps/PlaceAddressList.cs old mode 100755 new mode 100644 index 86ba5f3..c09ef3c --- a/Tizen.Maps/Tizen.Maps/PlaceAddressList.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceAddressList.cs @@ -20,7 +20,7 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// List of objects to be used in APIs + /// List of objects to be used in APIs. /// internal class PlaceAddressList : IDisposable { @@ -71,9 +71,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/PlaceAttribute.cs b/Tizen.Maps/Tizen.Maps/PlaceAttribute.cs old mode 100755 new mode 100644 index a6307fa..ac6f7e2 --- a/Tizen.Maps/Tizen.Maps/PlaceAttribute.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceAttribute.cs @@ -19,9 +19,9 @@ using System; namespace Tizen.Maps { /// - /// Place Attributes information, used in Place Discovery and Search requests + /// Place attributes information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceAttribute { private string _id; @@ -43,25 +43,25 @@ namespace Tizen.Maps /// /// Gets an ID for the place attribute. /// - /// 3 + /// 3 public string Id { get { return _id; } } /// /// Gets a label for the place attribute. /// - /// 3 + /// 3 public string Label { get { return _label; } } /// /// Gets a text for the place attribute. /// - /// 3 + /// 3 public string Text { get { return _text; } } /// /// Returns a string that represents this object. /// - /// 3 + /// 3 /// Returns a string which presents this object. public override string ToString() { diff --git a/Tizen.Maps/Tizen.Maps/PlaceCategory.cs b/Tizen.Maps/Tizen.Maps/PlaceCategory.cs old mode 100755 new mode 100644 index 16ce43c..3013397 --- a/Tizen.Maps/Tizen.Maps/PlaceCategory.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceCategory.cs @@ -19,17 +19,17 @@ using System; namespace Tizen.Maps { /// - /// Place Category information, used in Place Discovery and Search requests + /// Place category information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceCategory : IDisposable { internal Interop.PlaceCategoryHandle handle; /// - /// Constructs search category object. + /// Constructs a search category object. /// - /// 3 + /// 3 /// Thrown when native operation failed to allocate memory. public PlaceCategory() { @@ -45,7 +45,7 @@ namespace Tizen.Maps /// /// Gets or sets an ID for this category. /// - /// 3 + /// 3 public string Id { get { return handle.Id; } @@ -55,7 +55,7 @@ namespace Tizen.Maps /// /// Gets or sets a name for this category. /// - /// 3 + /// 3 public string Name { get { return handle.Name; } @@ -63,9 +63,9 @@ namespace Tizen.Maps } /// - /// Gets or sets an URL for this category. + /// Gets or sets a URL for this category. /// - /// 3 + /// 3 public string Url { get { return handle.Url; } @@ -75,7 +75,7 @@ namespace Tizen.Maps /// /// Returns a string that represents this object. /// - /// 3 + /// 3 /// Returns a string which presents this object. public override string ToString() { @@ -95,9 +95,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/PlaceContact.cs b/Tizen.Maps/Tizen.Maps/PlaceContact.cs old mode 100755 new mode 100644 index 8d6c467..5cccc5f --- a/Tizen.Maps/Tizen.Maps/PlaceContact.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceContact.cs @@ -20,9 +20,9 @@ using System; namespace Tizen.Maps { /// - /// Place Contact information, used in Place Discovery and Search requests + /// Place contact information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceContact { private string _label; @@ -43,25 +43,25 @@ namespace Tizen.Maps /// /// Gets an ID for this place contact. /// - /// 3 + /// 3 public string Id { get { return _type; } } /// /// Gets a label for this place contact. /// - /// 3 + /// 3 public string Label { get { return _label; } } /// /// Gets a value for this place contact. /// - /// 3 + /// 3 public string Value { get { return _value; } } /// /// Returns a string that represents this object. /// - /// 3 + /// 3 /// Returns a string which presents this object. public override string ToString() { diff --git a/Tizen.Maps/Tizen.Maps/PlaceEditorial.cs b/Tizen.Maps/Tizen.Maps/PlaceEditorial.cs old mode 100755 new mode 100644 index ba4ff6a..d206b93 --- a/Tizen.Maps/Tizen.Maps/PlaceEditorial.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceEditorial.cs @@ -19,9 +19,9 @@ using System; namespace Tizen.Maps { /// - /// Place Editorial information, used in Place Discovery and Search requests + /// Place editorial information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceEditorial { private string _description; @@ -42,25 +42,25 @@ namespace Tizen.Maps /// /// Gets a description for this place editorial. /// - /// 3 + /// 3 public string Description { get { return _description; } } /// /// Gets a language for this place editorial. /// - /// 3 + /// 3 public string Language { get { return _language; } } /// /// Gets an instance of object which representing media for this place editorial. /// - /// 3 + /// 3 public PlaceMedia Media { get { return _media; } } /// /// Returns a string that represents this object. /// - /// 3 + /// 3 /// Returns a string which presents this object. public override string ToString() { diff --git a/Tizen.Maps/Tizen.Maps/PlaceFilter.cs b/Tizen.Maps/Tizen.Maps/PlaceFilter.cs old mode 100755 new mode 100644 index 747c0d7..591bd16 --- a/Tizen.Maps/Tizen.Maps/PlaceFilter.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceFilter.cs @@ -19,17 +19,17 @@ using System; namespace Tizen.Maps { /// - /// Place Filter information, used in Place Discovery and Search requests + /// Place filter information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceFilter : IDisposable { internal Interop.PlaceFilterHandle handle; /// - /// Constructs new place filter. + /// Constructs a new place filter. /// - /// 3 + /// 3 /// Thrown when native operation failed to allocate memory. public PlaceFilter() { @@ -37,12 +37,12 @@ namespace Tizen.Maps } /// - /// Gets or sets an free-formed address string for this place filter. + /// Gets or sets a free-formed address string for this place filter. /// - /// 3 + /// 3 /// Depending on maps provider which the application has selected, /// it may treat , and - /// as same kind of strings to search places. + /// as the same kind of strings to search places.
public string Address { get @@ -58,7 +58,7 @@ namespace Tizen.Maps /// /// Gets or sets an instance of object for this place filter. /// - /// 3 + /// 3 public PlaceCategory Category { get @@ -74,10 +74,10 @@ namespace Tizen.Maps /// /// Gets or sets a keyword for this place filter. /// - /// 3 + /// 3 /// Depending on maps provider which the application has selected, /// it may treat , and - /// as same kind of strings to search places. + /// as the same kind of strings to search places. public string Keyword { get @@ -93,10 +93,10 @@ namespace Tizen.Maps /// /// Gets or sets a name for this place filter. /// - /// 3 + /// 3 /// Depending on maps provider which the application has selected, /// it may treat , and - /// as same kind of strings to search places. + /// as the same kind of strings to search places. public string Name { get @@ -122,9 +122,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/PlaceImage.cs b/Tizen.Maps/Tizen.Maps/PlaceImage.cs old mode 100755 new mode 100644 index 220a199..4d35d33 --- a/Tizen.Maps/Tizen.Maps/PlaceImage.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceImage.cs @@ -19,9 +19,9 @@ using System; namespace Tizen.Maps { /// - /// Place Image information, used in Place Discovery and Search requests + /// Place image information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceImage { private string _id; @@ -44,37 +44,37 @@ namespace Tizen.Maps /// /// Gets an ID for this place image. /// - /// 3 + /// 3 public string Id { get { return _id; } } /// /// Gets an URL for this place image. /// - /// 3 + /// 3 public string Url { get { return _url; } } /// - /// Gets width for this place image. + /// Gets the width for this place image. /// - /// 3 + /// 3 public int Width { get { return _width; } } /// - /// Gets height for this place image. + /// Gets the height for this place image. /// - /// 3 + /// 3 public int Height { get { return _height; } } /// - /// Gets an object which representing user link for this place image. + /// Gets an object representing the user link for this place image. /// - /// 3 + /// 3 public PlaceLink UserLink { get { return _userLink; } } /// - /// Gets an object which representing image media for this place image. + /// Gets an object representing the image media for this place image. /// - /// 3 + /// 3 public PlaceMedia ImageMedia { get { return _media; } } } } diff --git a/Tizen.Maps/Tizen.Maps/PlaceLink.cs b/Tizen.Maps/Tizen.Maps/PlaceLink.cs old mode 100755 new mode 100644 index bdc6a06..b81622d --- a/Tizen.Maps/Tizen.Maps/PlaceLink.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceLink.cs @@ -20,9 +20,9 @@ using System; namespace Tizen.Maps { /// - /// Place Link Object information, used in Place Discovery and Search requests + /// Place link object information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceLink { private string _id; @@ -39,27 +39,27 @@ namespace Tizen.Maps } /// - /// Gets a string which representing ID for this place link. + /// Gets a string representing the ID for this place link. /// - /// 3 + /// 3 public string Id { get { return _id; } } /// - /// Gets a string which representing name for this place link. + /// Gets a string representing the name for this place link. /// - /// 3 + /// 3 public string Name { get { return _name; } } /// - /// Gets a string which representing link for this place link. + /// Gets a string representing the link for this place link. /// - /// 3 + /// 3 public string Link { get { return _link; } } /// - /// Gets a string which representing type for this place link. + /// Gets a string representing the type for this place link. /// - /// 3 + /// 3 public string Type { get { return _type; } } } } diff --git a/Tizen.Maps/Tizen.Maps/PlaceList.cs b/Tizen.Maps/Tizen.Maps/PlaceList.cs old mode 100755 new mode 100644 index c46bbdb..6c9cc63 --- a/Tizen.Maps/Tizen.Maps/PlaceList.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceList.cs @@ -20,7 +20,7 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// List of objects to be used in APIs + /// List of objects to be used in APIs. /// internal class PlaceList : IDisposable { @@ -33,7 +33,7 @@ namespace Tizen.Maps } /// - /// Gets an iterator for addresses in this list. + /// Gets an iterator for the addresses in this list. /// public IEnumerable Places { @@ -61,9 +61,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/PlaceMedia.cs b/Tizen.Maps/Tizen.Maps/PlaceMedia.cs old mode 100755 new mode 100644 index 370de73..d1111f5 --- a/Tizen.Maps/Tizen.Maps/PlaceMedia.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceMedia.cs @@ -19,9 +19,9 @@ using System; namespace Tizen.Maps { /// - /// Place Media information, used in Place Discovery and Search requests + /// Place media information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceMedia { private string _attribution; @@ -36,21 +36,21 @@ namespace Tizen.Maps } /// - /// Gets a string which representing attribution for this place media. + /// Gets a string representing the attribution for this place media. /// - /// 3 + /// 3 public string Attribution { get { return _attribution; } } /// - /// Gets an instance of object which representing supplier for this place media. + /// Gets an instance of object representing the supplier for this place media. /// - /// 3 + /// 3 public PlaceLink Supplier { get { return _supplier; } } /// - /// Gets an instance of object which representing via data for this place media. + /// Gets an instance of object representing via data for this place media. /// - /// 3 + /// 3 public PlaceLink Via { get { return _via; } } } } diff --git a/Tizen.Maps/Tizen.Maps/PlaceRating.cs b/Tizen.Maps/Tizen.Maps/PlaceRating.cs old mode 100755 new mode 100644 index a829fc4..0b37e23 --- a/Tizen.Maps/Tizen.Maps/PlaceRating.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceRating.cs @@ -19,9 +19,9 @@ using System; namespace Tizen.Maps { /// - /// Place Rating information, used in Place Discovery and Search requests + /// Place rating information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceRating { private int _count; @@ -36,19 +36,19 @@ namespace Tizen.Maps /// /// Gets the number of users rated for this place rating. /// - /// 3 + /// 3 public int UserCount { get { return _count; } } /// - /// Gets average value of this place rating. + /// Gets the average value of this place rating. /// - /// 3 + /// 3 public double Average { get { return _average; } } /// /// Returns a string that represents this object. /// - /// 3 + /// 3 /// Returns a string which presents this object. public override string ToString() { diff --git a/Tizen.Maps/Tizen.Maps/PlaceReview.cs b/Tizen.Maps/Tizen.Maps/PlaceReview.cs old mode 100755 new mode 100644 index 210b307..7431fe5 --- a/Tizen.Maps/Tizen.Maps/PlaceReview.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceReview.cs @@ -19,9 +19,9 @@ using System; namespace Tizen.Maps { /// - /// Place Review information, used in Place Discovery and Search requests + /// Place review information, used in place discovery and search requests. /// - /// 3 + /// 3 public class PlaceReview { private DateTime _date; @@ -49,45 +49,45 @@ namespace Tizen.Maps } /// - /// Gets an instance of object which representing time of this review. + /// Gets an instance of object representing the time of this review. /// - /// 3 + /// 3 public DateTime Date { get { return _date; } } /// - /// Gets a string which representing title of this review. + /// Gets a string representing the title of this review. /// - /// 3 + /// 3 public string Title { get { return _title; } } /// - /// Gets a value which representing rating of this review. + /// Gets a value representing the rating of this review. /// - /// 3 + /// 3 public double Rating { get { return _rating; } } /// - /// Gets a string which representing description of this review. + /// Gets a string representing the description of this review. /// - /// 3 + /// 3 public string Description { get { return _description; } } /// - /// Gets a string which representing language of this review. + /// Gets a string representing the language of this review. /// - /// 3 + /// 3 public string Language { get { return _language; } } /// - /// Gets an instance of object which representing review media of this review. + /// Gets an instance of object representing the review media of this review. /// - /// 3 + /// 3 public PlaceMedia ReviewMedia { get { return _media; } } /// - /// Gets an instance of object which representing user link of this review. + /// Gets an instance of object representing the user link of this review. /// - /// 3 + /// 3 public PlaceLink UserLink { get { return _userLink; } } } } diff --git a/Tizen.Maps/Tizen.Maps/PlaceSearchRequest.cs b/Tizen.Maps/Tizen.Maps/PlaceSearchRequest.cs old mode 100755 new mode 100644 index 92bd555..c4550b6 --- a/Tizen.Maps/Tizen.Maps/PlaceSearchRequest.cs +++ b/Tizen.Maps/Tizen.Maps/PlaceSearchRequest.cs @@ -20,9 +20,9 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Place search request for Tizen map service + /// Place search request for Tizen map service. /// - /// 3 + /// 3 public class PlaceSearchRequest : MapServiceRequest { private Interop.SearchPlaceCallback _placeCallback; diff --git a/Tizen.Maps/Tizen.Maps/Polygon.cs b/Tizen.Maps/Tizen.Maps/Polygon.cs old mode 100755 new mode 100644 index 1503b63..d0d97b5 --- a/Tizen.Maps/Tizen.Maps/Polygon.cs +++ b/Tizen.Maps/Tizen.Maps/Polygon.cs @@ -23,9 +23,9 @@ using Color = ElmSharp.Color; namespace Tizen.Maps { /// - /// Polygon map object + /// The polygon map object. /// - /// 3 + /// 3 public class Polygon : MapObject, IDisposable { internal Interop.PolygonHandle handle; @@ -34,9 +34,9 @@ namespace Tizen.Maps /// /// Creates a polygon visual object. /// - /// 3 - /// List of geographical coordinates - /// Background color + /// 3 + /// List of geographical coordinates. + /// Background color. /// Thrown when input values are invalid. public Polygon(IEnumerable coordinates, Color color) : base() { @@ -51,15 +51,15 @@ namespace Tizen.Maps } /// - /// Adds or removes clicked event handlers. + /// Adds or removes the clicked event handlers. /// - /// 3 + /// 3 public event EventHandler Clicked; /// /// Gets or sets visibility for the polygon. /// - /// 3 + /// 3 public override bool IsVisible { get { return handle.IsVisible; } @@ -67,9 +67,9 @@ namespace Tizen.Maps } /// - /// Gets or sets a list of geographical coordinates of polygon vertices. + /// Gets or sets a list of geographical coordinates for polygon vertices. /// - /// 3 + /// 3 public IEnumerable Coordinates { get @@ -94,9 +94,9 @@ namespace Tizen.Maps } /// - /// Gets or sets background color to fill the polygon. + /// Gets or sets a background color to fill the polygon. /// - /// 3 + /// 3 public Color FillColor { get @@ -141,9 +141,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/Polyline.cs b/Tizen.Maps/Tizen.Maps/Polyline.cs old mode 100755 new mode 100644 index 9c743c2..7542480 --- a/Tizen.Maps/Tizen.Maps/Polyline.cs +++ b/Tizen.Maps/Tizen.Maps/Polyline.cs @@ -23,9 +23,9 @@ using Color = ElmSharp.Color; namespace Tizen.Maps { /// - /// Polyline map object + /// The polyline map object. /// - /// 3 + /// 3 public class Polyline : MapObject, IDisposable { internal Interop.PolylineHandle handle; @@ -34,11 +34,11 @@ namespace Tizen.Maps /// /// Creates polyline visual object. /// - /// 3 - /// List of geographical coordinates - /// Line color - /// The width of line [1 ~ 100] (pixels) - /// Thrown when input values are invalid + /// 3 + /// List of geographical coordinates. + /// Line color. + /// The width of line [1 ~ 100] (pixels). + /// Thrown when input values are invalid. public Polyline(List coordinates, Color color, int width) : base() { var err = Interop.ErrorCode.InvalidParameter; @@ -52,15 +52,15 @@ namespace Tizen.Maps } /// - /// Adds or removes clicked event handlers. + /// Adds or removes the clicked event handlers. /// - /// 3 + /// 3 public event EventHandler Clicked; /// - /// Gets or sets visibility for the polyline. + /// Gets or sets the visibility for polyline. /// - /// 3 + /// 3 public override bool IsVisible { get { return handle.IsVisible; } @@ -70,7 +70,7 @@ namespace Tizen.Maps /// /// Gets or sets a list of geographical coordinates for polyline vertices. /// - /// 3 + /// 3 public IEnumerable Coordinates { get @@ -95,9 +95,9 @@ namespace Tizen.Maps } /// - /// Gets or sets line color. + /// Gets or sets the line color. /// - /// 3 + /// 3 public Color LineColor { get @@ -111,9 +111,9 @@ namespace Tizen.Maps } /// - /// Gets or sets line width from 1 to 100 pixels. + /// Gets or sets the line width from 1 to 100 pixels. /// - /// 3 + /// 3 public int Width { get @@ -158,9 +158,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/ReverseGeocodeRequest.cs b/Tizen.Maps/Tizen.Maps/ReverseGeocodeRequest.cs old mode 100755 new mode 100644 index af2533d..985372b --- a/Tizen.Maps/Tizen.Maps/ReverseGeocodeRequest.cs +++ b/Tizen.Maps/Tizen.Maps/ReverseGeocodeRequest.cs @@ -20,9 +20,9 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Reverse geocode request for map service. + /// Reverses the geocode request for a map service. /// - /// 3 + /// 3 public class ReverseGeocodeRequest : MapServiceRequest { private Interop.ReverseGeocodeCallback _geocodeCallback; diff --git a/Tizen.Maps/Tizen.Maps/Route.cs b/Tizen.Maps/Tizen.Maps/Route.cs old mode 100755 new mode 100644 index bc5aa4c..618872b --- a/Tizen.Maps/Tizen.Maps/Route.cs +++ b/Tizen.Maps/Tizen.Maps/Route.cs @@ -23,7 +23,7 @@ namespace Tizen.Maps /// /// Route information, used in Route Search requests. /// - /// 3 + /// 3 public class Route : IDisposable { internal Interop.RouteHandle handle; @@ -34,9 +34,9 @@ namespace Tizen.Maps } /// - /// Gets an instance of object which representing destination coordinates for this route. + /// Gets an instance of object representing destination coordinates for this route. /// - /// 3 + /// 3 public Geocoordinates Destination { get @@ -46,9 +46,9 @@ namespace Tizen.Maps } /// - /// Gets total distance for this route. + /// Gets the total distance for this route. /// - /// 3 + /// 3 public double Distance { get @@ -58,9 +58,9 @@ namespace Tizen.Maps } /// - /// Get total duration to cover this route. + /// Get the total duration to cover this route. /// - /// 3 + /// 3 public double Duration { get @@ -72,7 +72,7 @@ namespace Tizen.Maps /// /// Gets an ID for this route. /// - /// 3 + /// 3 public string Id { get @@ -82,9 +82,9 @@ namespace Tizen.Maps } /// - /// Gets transport mode for this route. + /// Gets the transport mode for this route. /// - /// 3 + /// 3 public TransportMode Mode { get @@ -94,9 +94,9 @@ namespace Tizen.Maps } /// - /// Gets origin coordinates for this route. + /// Gets the origin coordinates for this route. /// - /// 3 + /// 3 public Geocoordinates Origin { get @@ -108,7 +108,7 @@ namespace Tizen.Maps /// /// Gets a coordinates list for this route. /// - /// 3 + /// 3 public IEnumerable Path { get @@ -122,7 +122,7 @@ namespace Tizen.Maps /// /// Gets a segment list for this route. /// - /// 3 + /// 3 public IEnumerable Segments { get @@ -134,9 +134,9 @@ namespace Tizen.Maps } /// - /// Gets distance unit for this route. + /// Gets the distance unit for this route. /// - /// 3 + /// 3 public DistanceUnit Unit { get @@ -169,9 +169,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/RouteFeature.cs b/Tizen.Maps/Tizen.Maps/RouteFeature.cs old mode 100755 new mode 100644 index 4f44d36..063f28e --- a/Tizen.Maps/Tizen.Maps/RouteFeature.cs +++ b/Tizen.Maps/Tizen.Maps/RouteFeature.cs @@ -17,13 +17,13 @@ namespace Tizen.Maps { /// - /// Route features, used for route search requests + /// Route features used for route search requests. /// - /// 3 + /// 3 public enum RouteFeature { /// - /// Indicates no route features (are selected). + /// Indicates no route features are selected. /// None = Interop.RouteRequestFeature.None, /// @@ -31,7 +31,7 @@ namespace Tizen.Maps /// Toll = Interop.RouteRequestFeature.Toll, /// - /// Indicates motorway. + /// Indicates a motorway. /// Motorway = Interop.RouteRequestFeature.MotorWay, /// @@ -39,23 +39,23 @@ namespace Tizen.Maps /// BoatFerry = Interop.RouteRequestFeature.BoatFerry, /// - /// Indicates rail (train) ferry. + /// Indicates a rail (train) ferry. /// RailFerry = Interop.RouteRequestFeature.RailFerry, /// - /// Indicates public transport. + /// Indicates a public transport. /// PublicTransit = Interop.RouteRequestFeature.PublicTransit, /// - /// Indicates tunnel. + /// Indicates a tunnel. /// Tunnel = Interop.RouteRequestFeature.Tunnel, /// - /// Indicates dirt road. + /// Indicates a dirt road. /// DirtRoad = Interop.RouteRequestFeature.DirtRoad, /// - /// Indicates park. + /// Indicates a park. /// Parks = Interop.RouteRequestFeature.Parks, /// diff --git a/Tizen.Maps/Tizen.Maps/RouteFeatureWeight.cs b/Tizen.Maps/Tizen.Maps/RouteFeatureWeight.cs old mode 100755 new mode 100644 index 03a557e..513d4f7 --- a/Tizen.Maps/Tizen.Maps/RouteFeatureWeight.cs +++ b/Tizen.Maps/Tizen.Maps/RouteFeatureWeight.cs @@ -17,9 +17,9 @@ namespace Tizen.Maps { /// - /// Route feature weights used in route search requests + /// Route feature weights used in route search requests. /// - /// 3 + /// 3 public enum RouteFeatureWeight { /// diff --git a/Tizen.Maps/Tizen.Maps/RouteManeuver.cs b/Tizen.Maps/Tizen.Maps/RouteManeuver.cs old mode 100755 new mode 100644 index ea1ceeb..d6befd8 --- a/Tizen.Maps/Tizen.Maps/RouteManeuver.cs +++ b/Tizen.Maps/Tizen.Maps/RouteManeuver.cs @@ -19,9 +19,9 @@ using System; namespace Tizen.Maps { /// - /// Route Maneuver information, used in Route Search requests + /// Route maneuver information used in route search requests. /// - /// 3 + /// 3 public class RouteManeuver { private Interop.RouteDirection _direction; @@ -46,51 +46,51 @@ namespace Tizen.Maps } /// - /// Gets direction type for this maneuver. + /// Gets the direction type for this maneuver. /// - /// 3 + /// 3 public DirectionType Direction { get { return (DirectionType)_direction; } } /// - /// Gets turn type for this maneuver. + /// Gets the turn type for this maneuver. /// - /// 3 + /// 3 public TurnInstruction Turn { get { return (TurnInstruction)_turntype; } } /// /// Gets a geographical coordinates position for this maneuver. /// - /// 3 + /// 3 public Geocoordinates Position { get { return _coordinates; } } /// /// Gets a name of the road for this maneuver. /// - /// 3 + /// 3 public string Road { get { return _road; } } /// /// Gets an instruction text for this maneuver. /// - /// 3 + /// 3 public string Instruction { get { return _instruction; } } /// /// Gets a locale for this maneuver. /// - /// 3 + /// 3 public string Locale { get { return _locale; } } /// - /// Gets time to next instruction for this maneuver. + /// Gets the time to next instruction for this maneuver. /// - /// 3 + /// 3 public int TimeToNextInstruction { get { return _timeToNextInstruction; } } /// - /// Gets distance to next instruction for this maneuver. + /// Gets the distance to next instruction for this maneuver. /// - /// 3 + /// 3 public double DistanceToNextInstruction { get { return _distanceToNextInstruction; } } } } diff --git a/Tizen.Maps/Tizen.Maps/RouteOptimization.cs b/Tizen.Maps/Tizen.Maps/RouteOptimization.cs old mode 100755 new mode 100644 index e7932a0..87d77d9 --- a/Tizen.Maps/Tizen.Maps/RouteOptimization.cs +++ b/Tizen.Maps/Tizen.Maps/RouteOptimization.cs @@ -17,36 +17,36 @@ namespace Tizen.Maps { /// - /// Allowed route optimization option used in route search requests + /// Allowed route optimization option used in route search requests. /// - /// 3 + /// 3 /// - /// Depending on loaded maps plug-in using , some features may have no effect or differences with descriptions. + /// Depending on the loaded maps plug-in using , some features might have no effect or differences with the descriptions. /// public enum RouteOptimization { /// - /// Indicates that searching for fastest routes. + /// Indicates searching for the fastest routes. /// Fastest = Interop.RouteOptimization.Fastest, /// - /// Indicates that searching for shortest routes (car mode only). + /// Indicates searching for the shortest routes (car mode only). /// Shortest = Interop.RouteOptimization.Shortest, /// - /// Indicates that searching for most economic routes (car mode only). + /// Indicates searching for the most economic routes (car mode only). /// Economic = Interop.RouteOptimization.Economic, /// - /// Indicates that searching for most scenic routes. + /// Indicates searching for the most scenic routes. /// Scenic = Interop.RouteOptimization.Scenic, /// - /// Indicates that searching for most fastest routes now, based on current traffic condition. + /// Indicates searching for most the fastest routes now, based on the current traffic condition. /// FastestNow = Interop.RouteOptimization.FastestNow, /// - /// Indicates that searching for direct drive routes. + /// Indicates searching for the direct drive routes. /// DirectDrive = Interop.RouteOptimization.DirectDrive, } diff --git a/Tizen.Maps/Tizen.Maps/RouteSearchRequest.cs b/Tizen.Maps/Tizen.Maps/RouteSearchRequest.cs old mode 100755 new mode 100644 index 95d48cf..3f41879 --- a/Tizen.Maps/Tizen.Maps/RouteSearchRequest.cs +++ b/Tizen.Maps/Tizen.Maps/RouteSearchRequest.cs @@ -21,9 +21,9 @@ using System.Linq; namespace Tizen.Maps { /// - /// Route search request for Tizen map service requests + /// Routes the search request for Tizen map service requests. /// - /// 3 + /// 3 public class RouteSearchRequest : MapServiceRequest { private Interop.SearchRouteCallback _routeCallback; @@ -93,9 +93,9 @@ namespace Tizen.Maps } /// - /// Gets or sets a list of way-points to cover between origin and destination. + /// Gets or sets a list of way-points to cover between the origin and destination. /// - /// 3 + /// 3 public IEnumerable Waypoints { get diff --git a/Tizen.Maps/Tizen.Maps/RouteSegment.cs b/Tizen.Maps/Tizen.Maps/RouteSegment.cs old mode 100755 new mode 100644 index 347466f..f2257a1 --- a/Tizen.Maps/Tizen.Maps/RouteSegment.cs +++ b/Tizen.Maps/Tizen.Maps/RouteSegment.cs @@ -21,9 +21,9 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Place Segment information, used in Route Search requests + /// Place Segment information used in Route Search requests. /// - /// 3 + /// 3 public class RouteSegment { private Geocoordinates _origin; @@ -48,39 +48,39 @@ namespace Tizen.Maps } /// - /// Gets an origin coordinates for this segment. + /// Gets the origin coordinates for this segment. /// - /// 3 + /// 3 public Geocoordinates Origin { get { return _origin; } } /// - /// Gets a destination coordinates for this segment. + /// Gets the destination coordinates for this segment. /// - /// 3 + /// 3 public Geocoordinates Destination { get { return _destination; } } /// - /// Gets total distance for this segment. + /// Gets the total distance for this segment. /// - /// 3 + /// 3 public double Distance { get { return _distance; } } /// - /// Gets total duration to cover this segment. + /// Gets the total duration to cover this segment. /// - /// 3 + /// 3 public double Duration { get { return _duration; } } /// - /// Gets a maneuver list for this segment. + /// Gets the maneuver list for this segment. /// - /// 3 + /// 3 public IEnumerable Maneuvers { get { return _maneuvers; } } /// - /// Gets a coordinates list for this segment. + /// Gets the coordinates list for this segment. /// - /// 3 + /// 3 public IEnumerable Path { get { return _path; } } private Area BoundingBox { get { return _boundingBox; } } diff --git a/Tizen.Maps/Tizen.Maps/SearchPreference.cs b/Tizen.Maps/Tizen.Maps/SearchPreference.cs old mode 100755 new mode 100644 index fc7da53..3ab84d4 --- a/Tizen.Maps/Tizen.Maps/SearchPreference.cs +++ b/Tizen.Maps/Tizen.Maps/SearchPreference.cs @@ -20,25 +20,25 @@ using System.Collections.Generic; namespace Tizen.Maps { /// - /// Preferences for route search requests + /// Preferences for route search requests. /// - /// 3 + /// 3 public class SearchPreference : IGeocodePreference, IPlaceSearchPreference, IRouteSearchPreference, IDisposable { internal Interop.PreferenceHandle handle; private IDictionary _properties = new Dictionary(); /// - /// Constructors a new search preference. + /// Constructor for a new search preference. /// - /// 3 + /// 3 public SearchPreference() { handle = new Interop.PreferenceHandle(); } /// - /// Constructors a new search preference. + /// Constructor for a new search preference. /// internal SearchPreference(Interop.PreferenceHandle nativeHandle) { @@ -46,9 +46,9 @@ namespace Tizen.Maps } /// - /// Gets or sets preferred language. + /// Gets or sets a preferred language. /// - /// 3 + /// 3 /// Language should be specified as an ISO 3166 alpha-2 two letter country-code /// followed by ISO 639-1 for the two-letter language code.
e.g. "ko-KR", "en-US".
public string Language @@ -67,8 +67,8 @@ namespace Tizen.Maps /// /// Gets or sets the maximum result count for each service request. /// - /// 3 - /// Setting negative value will not have any effect on MaxResults value + /// 3 + /// Setting negative value will not have any effect on MaxResults value. public int MaxResults { get @@ -83,9 +83,9 @@ namespace Tizen.Maps } /// - /// Gets or sets distance unit. + /// Gets or sets the distance unit. /// - /// 3 + /// 3 public DistanceUnit Unit { get @@ -100,9 +100,9 @@ namespace Tizen.Maps } /// - /// Gets or sets preferred country. + /// Gets or sets the preferred country. /// - /// 3 + /// 3 public string CountryCode { get @@ -117,9 +117,9 @@ namespace Tizen.Maps } /// - /// Gets or sets search properties as key value pair. + /// Gets or sets the search properties as a key value pair. /// - /// 3 + /// 3 public IReadOnlyDictionary Properties { get @@ -144,9 +144,9 @@ namespace Tizen.Maps } /// - /// Gets or sets route optimization. + /// Gets or sets the route optimization. /// - /// 3 + /// 3 public RouteOptimization Optimization { get @@ -161,9 +161,9 @@ namespace Tizen.Maps } /// - /// Gets or sets route transport mode. + /// Gets or sets the route transport mode. /// - /// 3 + /// 3 public TransportMode Mode { get @@ -178,9 +178,9 @@ namespace Tizen.Maps } /// - /// Gets or sets route feature weight. + /// Gets or sets the route feature weight. /// - /// 3 + /// 3 public RouteFeatureWeight RouteFeatureWeight { get @@ -195,9 +195,9 @@ namespace Tizen.Maps } /// - /// Gets or sets route feature. + /// Gets or sets the route feature. /// - /// 3 + /// 3 public RouteFeature RouteFeature { get @@ -212,9 +212,9 @@ namespace Tizen.Maps } /// - /// Gets or sets if searching for alternative routes is enabled. + /// Gets or sets if the searching for alternative routes is enabled. /// - /// 3 + /// 3 public bool SearchAlternativeRoutes { get @@ -241,9 +241,9 @@ namespace Tizen.Maps } /// - /// Releases all resources used by this object. + /// Releases all the resources used by this object. /// - /// 3 + /// 3 public void Dispose() { Dispose(true); diff --git a/Tizen.Maps/Tizen.Maps/ServiceData.cs b/Tizen.Maps/Tizen.Maps/ServiceData.cs old mode 100755 new mode 100644 index 511a562..7772c84 --- a/Tizen.Maps/Tizen.Maps/ServiceData.cs +++ b/Tizen.Maps/Tizen.Maps/ServiceData.cs @@ -17,79 +17,79 @@ namespace Tizen.Maps { /// - /// Features available in the Map Service + /// Features available in the map service. /// - /// 3 + /// 3 public enum ServiceData { /// - /// Indicates availability of address value in the Place data. + /// Indicates availability of address value in the place data. /// PlaceAddress = Interop.ServiceData.PlaceAddress, /// - /// Indicates availability of rating value in the Place data. + /// Indicates availability of rating value in the place data. /// PlaceRating = Interop.ServiceData.PlaceRating, /// - /// Indicates availability of place category list in the Place data. + /// Indicates availability of place category list in the place data. /// PlaceCategories = Interop.ServiceData.PlaceCategories, /// - /// Indicates availability of place attribute list in the Place data. + /// Indicates availability of place attribute list in the place data. /// PlaceAttributes = Interop.ServiceData.PlaceAttributes, /// - /// Indicates availability of place contact list in the Place data. + /// Indicates availability of place contact list in the place data. /// PlaceContacts = Interop.ServiceData.PlaceContacts, /// - /// Indicates availability of place editorial list in the Place data. + /// Indicates availability of place editorial list in the place data. /// PlaceEditorials = Interop.ServiceData.PlaceEditorials, /// - /// Indicates availability of place review list in the Place data. + /// Indicates availability of place review list in the place data. /// PlaceReviews = Interop.ServiceData.PlaceReviews, /// - /// Indicates availability of place image in Place the data. + /// Indicates availability of place image in the place data. /// PlaceImage = Interop.ServiceData.PlaceImage, /// - /// Indicates availability of place supplier link value in the Place data. + /// Indicates availability of place supplier link value in the place data. /// PlaceSupplier = Interop.ServiceData.PlaceSupplier, /// - /// Indicates availability of related place link in the Place data. + /// Indicates availability of a related place link in the place data. /// PlaceRelated = Interop.ServiceData.PlaceRelated, /// - /// Indicates that the Route Data Structure is defined as a Path (a list of geographical coordinates). + /// Indicates that the route data structure is defined as a path (a list of geographical coordinates). /// RoutePath = Interop.ServiceData.RoutePath, /// - /// Indicates that the Route Data Structure is defined as a list of Segments while each segment is defined as a Path. + /// Indicates that the route data structure is defined as a list of segments while each segment is defined as a path. /// RouteSegmentsPath = Interop.ServiceData.RouteSegmentsPath, /// - /// Indicates that the Route Data Structure is defined as a list of Segments while each segment is defined as a list of Maneuvers. + /// Indicates that the route data structure is defined as a list of segments while each segment is defined as a list of maneuvers. /// RouteSegmentsManeuvers = Interop.ServiceData.RouteSegmentsManeuvers, /// - /// Indicates availability of traffic information on the Map. + /// Indicates availability of traffic information on the map. /// ViewTraffic = Interop.ServiceData.ViewTraffic, /// - /// Indicates availability of public transit information on the Map. + /// Indicates availability of public transit information on the map. /// ViewPublicTransit = Interop.ServiceData.ViewPublicTransit, /// - /// Indicates availability of 3D building drawable on the Map. + /// Indicates availability of 3D building drawable on the map. /// ViewBuilding = Interop.ServiceData.ViewBuilding, /// - /// Indicates availability of scale bar on the Map. + /// Indicates availability of scale bar on the map. /// ViewScaleBar = Interop.ServiceData.ViewScaleBar, } diff --git a/Tizen.Maps/Tizen.Maps/ServiceRequestType.cs b/Tizen.Maps/Tizen.Maps/ServiceRequestType.cs old mode 100755 new mode 100644 index 5855b52..7824471 --- a/Tizen.Maps/Tizen.Maps/ServiceRequestType.cs +++ b/Tizen.Maps/Tizen.Maps/ServiceRequestType.cs @@ -17,13 +17,13 @@ namespace Tizen.Maps { /// - /// Service Requests available in the Maps Service + /// Service requests available in the maps service. /// - /// 3 + /// 3 public enum ServiceRequestType { /// - /// Indicates that service request to get position for a given free-formed address string is allowed. + /// Indicates the service request to get position for a given free-formed address string is allowed. /// Geocode = Interop.ServiceType.Geocode, /// diff --git a/Tizen.Maps/Tizen.Maps/SnapshotType.cs b/Tizen.Maps/Tizen.Maps/SnapshotType.cs old mode 100755 new mode 100644 index 03c7952..dd3fdd0 --- a/Tizen.Maps/Tizen.Maps/SnapshotType.cs +++ b/Tizen.Maps/Tizen.Maps/SnapshotType.cs @@ -17,17 +17,17 @@ namespace Tizen.Maps { /// - /// Enumeration for snapshot file formats + /// Enumeration for the snapshot file formats. /// - /// 3 + /// 3 public enum SnapshotType { /// - /// Indicates BMP file format. + /// Indicates the BMP file format. /// BMP = Interop.ViewSnapshotFormatType.ViewSnapshotBmp, /// - /// Indicates JPEG file format. + /// Indicates the JPEG file format. /// JPEG = Interop.ViewSnapshotFormatType.ViewSnapshotJpeg, } diff --git a/Tizen.Maps/Tizen.Maps/TransportMode.cs b/Tizen.Maps/Tizen.Maps/TransportMode.cs old mode 100755 new mode 100644 index 762e31e..9d94781 --- a/Tizen.Maps/Tizen.Maps/TransportMode.cs +++ b/Tizen.Maps/Tizen.Maps/TransportMode.cs @@ -17,29 +17,29 @@ namespace Tizen.Maps { /// - /// Route types + /// Route types. /// - /// 3 + /// 3 public enum TransportMode { /// - /// Indicates that route is to be traveled by car. + /// Indicates that the route is to be traveled by a car. /// Car = Interop.RouteTransportMode.Car, /// - /// Indicates that route is for a pedestrian. + /// Indicates that the route is for a pedestrian. /// Pedestrian = Interop.RouteTransportMode.Pedestrian, /// - /// Indicates that route is for a cyclist. + /// Indicates that the route is for a cyclist. /// Bicycle = Interop.RouteTransportMode.Bicycle, /// - /// Indicates that route is to be traveled using public transport. + /// Indicates that the route is to be traveled using public transport. /// PublicTransit = Interop.RouteTransportMode.PublicTransit, /// - /// Indicates that route is for a truck. + /// Indicates that the route is for a truck. /// Truck = Interop.RouteTransportMode.Truck, } diff --git a/Tizen.Maps/Tizen.Maps/TurnInstruction.cs b/Tizen.Maps/Tizen.Maps/TurnInstruction.cs old mode 100755 new mode 100644 index d01de95..b3fe5fa --- a/Tizen.Maps/Tizen.Maps/TurnInstruction.cs +++ b/Tizen.Maps/Tizen.Maps/TurnInstruction.cs @@ -17,13 +17,13 @@ namespace Tizen.Maps { /// - /// Turn Instruction type for route maneuver + /// Turns the Instruction type for route maneuver. /// - /// 3 + /// 3 public enum TurnInstruction { /// - /// Indicates unknown instruction. + /// Indicates an unknown instruction. /// None = Interop.RouteTurnType.None, /// @@ -47,11 +47,11 @@ namespace Tizen.Maps /// HardRight = Interop.RouteTurnType.HardRight, /// - /// Indicates instruction to u-turn to the right. + /// Indicates instruction to U-turn to the right. /// UturnRight = Interop.RouteTurnType.UturnRight, /// - /// Indicates instruction to u-turn to the left. + /// Indicates instruction to U-turn to the left. /// UturnLeft = Interop.RouteTurnType.UturnLeft, /// diff --git a/Tizen.Maps/res/maps_marker_pin_48.png b/Tizen.Maps/res/maps_marker_pin_48.png old mode 100755 new mode 100644 diff --git a/Tizen.Maps/res/maps_marker_pin_72.png b/Tizen.Maps/res/maps_marker_pin_72.png old mode 100755 new mode 100644 diff --git a/Tizen.Maps/res/maps_marker_sticker_48.png b/Tizen.Maps/res/maps_marker_sticker_48.png old mode 100755 new mode 100644 diff --git a/Tizen.Maps/res/maps_marker_sticker_72.png b/Tizen.Maps/res/maps_marker_sticker_72.png old mode 100755 new mode 100644 -- 2.7.4