Skip to content

alex-alex/S2Geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S2Geometry

Swift Platform License Travis Codebeat

Usage

import S2Geometry

let latlng = S2LatLng(latDegrees: 50.637689, lngDegrees: 13.825341)
let cellId = S2CellId(latlng: latlng)
print("Cell ID:", cellId.id)

Installation

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/alex-alex/S2Geometry.git", majorVersion: 0, minor: 2),
    ]
)

License

This project is released under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages