DocFX renders the content as markdown, [xx] (yy) was interpreted as links.
Change-Id: Iec48fba0df804e67ce9974a7e4c715a6023e20b3
Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
/// </summary>
/// <since_tizen> 4 </since_tizen>
/// <param name="placeId">The current place ID.</param>
- /// <param name="latitude">Specifies the value of latitude of the geofence [-90.0 ~ 90.0] (degrees).</param>
- /// <param name="longitude">Specifies the value of longitude of the geofence [-180.0 ~ 180.0] (degrees).</param>
+ /// <param name="latitude">Specifies the value of latitude of the geofence [-90.0 ~ 90.0] \(degrees).</param>
+ /// <param name="longitude">Specifies the value of longitude of the geofence [-180.0 ~ 180.0] \(degrees).</param>
/// <param name="radius">Specifies the value of radius of the geofence [100 ~ 500](meter).</param>
/// <param name="address">Specifies the value of the address.</param>
/// <returns>The newly created geofence instance.</returns>
/// The parameterized constructor of the Location class.
/// </summary>
/// <since_tizen> 3 </since_tizen>
- /// <param name="latitude">The latitude component of the device co-ordinate [-90.0 ~ 90.0] (degrees).</param>
- /// <param name="longitude">The longitude component of the device co-ordinate[-180.0 ~ 180.0] (degrees).</param>
+ /// <param name="latitude">The latitude component of the device co-ordinate [-90.0 ~ 90.0] \(degrees).</param>
+ /// <param name="longitude">The longitude component of the device co-ordinate[-180.0 ~ 180.0] \(degrees).</param>
/// <param name="altitude">The altitude value.</param>
/// <param name="accuracy">The accuracy in meters.</param>
/// <param name="speed">The device speed.</param>
}
/// <summary>
- /// The current latitude [-90.0 ~ 90.0] (degrees).
+ /// The current latitude [-90.0 ~ 90.0] \(degrees).
/// </summary>
/// <since_tizen> 3 </since_tizen>
public double Latitude
}
/// <summary>
- /// The current longitude [-180.0 ~ 180.0] (degrees).
+ /// The current longitude [-180.0 ~ 180.0] \(degrees).
/// </summary>
/// <since_tizen> 3 </since_tizen>
public double Longitude
/// Gets the distance between the two given coordinates.
/// </summary>
/// <since_tizen> 3 </since_tizen>
- /// <param name="startLatitude">The latitude of the source location [-90.0 ~ 90.0] (degrees).</param>
- /// <param name="startLongitude">The longitude of the source location[-180.0 ~ 180.0] (degrees).</param>
- /// <param name="endLatitude">The latitude of the source location [-90.0 ~ 90.0] (degrees).</param>
- /// <param name="endLongitude">The longitude of the source location[-180.0 ~ 180.0] (degrees).</param>
+ /// <param name="startLatitude">The latitude of the source location [-90.0 ~ 90.0] \(degrees).</param>
+ /// <param name="startLongitude">The longitude of the source location[-180.0 ~ 180.0] \(degrees).</param>
+ /// <param name="endLatitude">The latitude of the source location [-90.0 ~ 90.0] \(degrees).</param>
+ /// <param name="endLongitude">The longitude of the source location[-180.0 ~ 180.0] \(degrees).</param>
/// <returns>Returns the distance between the source and the destination.</returns>
/// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
/// <exception cref="NotSupportedException">Thrown when the location is not supported.</exception>
{
/// <summary>
/// Latitude component of the coordinate.
- /// Should have a value between [-90.0 ~ 90.0] (degrees).
+ /// Should have a value between [-90.0 ~ 90.0] \(degrees).
/// </summary>
/// <since_tizen> 3 </since_tizen>
public double Latitude;
/// <summary>
/// Longitude component of the coordinate.
- /// Should have a value between [-180.0 ~ 180.0] (degrees).
+ /// Should have a value between [-180.0 ~ 180.0] \(degrees).
/// </summary>
/// <since_tizen> 3 </since_tizen>
public double Longitude;
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="state"> An enumeration of type BoundaryState.</param>
- /// <param name="latitude">The latitude value [-90.0 ~ 90.0] (degrees).</param>
- /// <param name="longitude">The longitude value [-180.0 ~ 180.0] (degrees).</param>
+ /// <param name="latitude">The latitude value [-90.0 ~ 90.0] \(degrees).</param>
+ /// <param name="longitude">The longitude value [-180.0 ~ 180.0] \(degrees).</param>
/// <param name="altitude">The altitude value.</param>
/// <param name="timestamp">The timestamp value.</param>
public ZoneChangedEventArgs(BoundaryState state, double latitude, double longitude, double altitude, DateTime timestamp)
/// <since_tizen> 3 </since_tizen>
/// <param name="coordinates">List of geographical coordinates.</param>
/// <param name="color">Line color.</param>
- /// <param name="width">The width of line [1 ~ 100] (pixels).</param>
+ /// <param name="width">The width of line [1 ~ 100] \(pixels).</param>
/// <exception cref="ArgumentException">Thrown when input values are invalid.</exception>
public Polyline(List<Geocoordinates> coordinates, Color color, int width) : base()
{
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="text">The encoded text.</param>
- /// <param name="languageCode">The language code string value followed by the IANA [RFC 3066] (ex: en-US, ko-KR).</param>
+ /// <param name="languageCode">The language code string value followed by the IANA [RFC 3066] \(ex: en-US, ko-KR).</param>
/// <param name="encode">The encoding type.</param>
/// <exception cref="NotSupportedException">Thrown when the NFC is not supported.</exception>
/// <exception cref="ArgumentException">Thrown when the method fails due to an invalid parameter.</exception>
/// Creates a record with the mime type payload.
/// </summary>
/// <since_tizen> 3 </since_tizen>
- /// <param name="mimeType">The mime type [RFC 2046] (ex. text/plain, image/jpeg ). This value is stored in the type field.</param>
+ /// <param name="mimeType">The mime type [RFC 2046] \(ex. text/plain, image/jpeg ). This value is stored in the type field.</param>
/// <param name="data">The data in the form of the bytes array.</param>
/// <param name="dataSize">The size of the data.</param>
/// <exception cref="NotSupportedException">Thrown when the NFC is not supported.</exception>
# See the License for the specific language governing permissions and
# limitations under the License.
-uid: Tizen.Pims.CalendarViews
+uid: Tizen.Pims.Calendar.CalendarViews
summary: This namespace provides information about views with properties.
-remarks: Views are provided to access and handle entities. A view is a structure, which has property elements.
- A view is almost the same as a database "VIEW", which limits access and guarantees performance.
- A "record" represents a single row of the views.
- A record can have basic properties of five types: integer, string, long, double, CalendarTime.
+remarks: |
+ Views are provided to access and handle entities. A view is a structure, which has property elements.
+ A view is almost the same as a database "VIEW", which limits access and guarantees performance.
+ A "record" represents a single row of the views.
+ A record can have basic properties of five types: integer, string, long, double, CalendarTime.
sinceTizen: 4
---
uid: Tizen.Pims.Contacts.ContactsViews
summary: The Tizen.Pims.Contacts.ContactsViews namespace provides information about views with properties.
-remarks: Views are provided to access and handle entities. A view is a structure, which has property elements.
- A view is almost the same as a database "VIEW", which limits access and guarantees performance.
- A "record" represents a single row of the views.
- A record can have basic properties of five types: integer, string, boolean, long, double.
+remarks: |
+ Views are provided to access and handle entities. A view is a structure, which has property elements.
+ A view is almost the same as a database "VIEW", which limits access and guarantees performance.
+ A "record" represents a single row of the views.
+ A record can have basic properties of five types: integer, string, boolean, long, double.
sinceTizen: 4
---