Interface DiskTileResolver
- All Known Subinterfaces:
TileResolver
public interface DiskTileResolver
Looks up
TileId
s that cover a given circle.-
Method Summary
Modifier and TypeMethodDescription<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 centerradiusInMeters
- Radius of the circle
-