Update Storage/Storage/Public/LCGeoPoint.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
4cb5270d5a
commit
524bec174f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue