Compare commits
1 Commits
v3.0.0-dev
...
v3.0.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
| d10dabf604 |
@@ -13,7 +13,7 @@ export class StationDataModule {
|
||||
* @param ln Longitude
|
||||
* @returns Geohash as string
|
||||
*/
|
||||
static generateGeohash(lt: number, ln: number): string {
|
||||
generateGeohash(lt: number, ln: number): string {
|
||||
return Geohash.encode(lt, ln, 6);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user