X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2FTizen.Location%2FTizen.Location%2FZoneChangedEventArgs.cs;h=81a45d782d7e9613066cd3e29d4fc017c8efe8d3;hb=467ee05815e0fc896b69a3f616169da0535bc755;hp=7e4e91dc4e70f627d7fbd2c89f354b4919347d48;hpb=53788ecb158a47a88cfda571b13b0da4a4f3a311;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs b/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs index 7e4e91d..81a45d7 100755 --- a/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs +++ b/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs @@ -27,8 +27,8 @@ namespace Tizen.Location /// An enumeration of type BoundaryState. /// The latitude value [-90.0 ~ 90.0] (degrees). /// The longitude value [-180.0 ~ 180.0] (degrees). - /// The altitude value. - /// The timestamp value. + /// The altitude value. + /// The timestamp value. public ZoneChangedEventArgs(BoundaryState state, double latitude, double longitude, double altitude, DateTime timestamp) { BoundState = state;