public static TileAddress LatLonToTile(LatLon latlon, int zoom) { var dp = LatLonToMeters(latlon); return(MetersToTile(dp, zoom)); }