TileGeoBoundsCalculator
public class TileGeoBoundsCalculator
extension TileGeoBoundsCalculator: NativeBase
extension TileGeoBoundsCalculator: Hashable
A calculator of geodetic bounds for tiles identified by keys generated
in a particular tiling scheme (TilingScheme).
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.
-
Creates an instance of
TileGeoBoundsCalculator.Declaration
Swift
public init(_ tilingScheme: TilingScheme)Parameters
tilingSchemeThe tiling scheme used for generating the tile keys that are to be supported by this instance.