Update Storage/Storage/Public/LCGeoPoint.cs

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

View File

@ -52,7 +52,7 @@ namespace LeanCloud.Storage {
} }
/// <summary> /// <summary>
/// Calculate the distance in mile between this point and another GeoPoint. /// Calculate the distance in miles between this point and another GeoPoint.
/// </summary> /// </summary>
/// <param name="point"></param> /// <param name="point"></param>
/// <returns></returns> /// <returns></returns>