Update Storage/Storage/Public/LCGeoPoint.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:33:32 +08:00 committed by GitHub
parent 4cb5270d5a
commit 524bec174f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace LeanCloud.Storage { namespace LeanCloud.Storage {
/// <summary> /// <summary>
/// LCGeoPoint represents a latitude and longitude point that may be associated /// LCGeoPoint represents a geographic location that may be associated
/// with a key in a LCObject or used as a reference point for queries. /// with a key in a LCObject or used as a reference point for queries.
/// </summary> /// </summary>
public class LCGeoPoint { public class LCGeoPoint {