Interface DiskTileResolver

All Known Subinterfaces:
TileResolver

public interface DiskTileResolver
Looks up TileIds that cover a given circle.
  • Method Summary

    Modifier and Type
    Method
    Description
    <GC> scala.collection.Iterable<TileId>
    fromCenterAndRadius(GC center, double radiusInMeters, GeoCoordinateOperations<GC> evidence$1)
    Returns the tiles that cover a given circle.
  • Method Details

    • fromCenterAndRadius

      <GC> scala.collection.Iterable<TileId> fromCenterAndRadius(GC center, double radiusInMeters, GeoCoordinateOperations<GC> evidence$1)
      Returns the tiles that cover a given circle.

      Throws an IllegalArgumentException if the center's latitude is not between -90.0 and 90.0.

      Parameters:
      center - Position of the circle center
      radiusInMeters - Radius of the circle