Modify documentation of APIs
[platform/core/csapi/tizenfx.git] / src / Tizen.Maps / Tizen.Maps / IGeocodePreference.cs
index c3410a5..f767330 100755 (executable)
@@ -23,17 +23,16 @@ namespace Tizen.Maps
     public interface IGeocodePreference
     {
         /// <summary>
-        /// Preferred language
+        /// Gets or sets a string that presents preferred language.
         /// </summary>
-        /// <remarks>
-        /// 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"
-        /// </remarks>
+        /// <remarks>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.<br/>e.g. "ko-KR", "en-US".</remarks>
         string Language { get; set; }
 
         /// <summary>
-        /// Maximum result count for a service request
+        /// Gets or sets the maximum number of results.
         /// </summary>
-        /// <remarks>Setting negative value will not have any effect on MaxResults value</remarks>
+        /// <remarks>Setting negative value will not have any effect on MaxResults value.</remarks>
         int MaxResults { get; set; }
     }
-}
\ No newline at end of file
+}